Corporate Color Palette

Professional navy blue, trustworthy gray, and clean white form the backbone of corporate design. This reliable palette instills confidence in business presentations, annual reports, and enterprise software.

#003366

Deep Blue

RGB(0, 51, 102)

HSL(210, 100%, 20%)

#336699

Blue

RGB(51, 102, 153)

HSL(210, 50%, 40%)

#666666

Gray

RGB(102, 102, 102)

HSL(0, 0%, 40%)

#999999

Silver

RGB(153, 153, 153)

HSL(0, 0%, 60%)

#E0E0E0

White

RGB(224, 224, 224)

HSL(0, 0%, 88%)

#FFFFFF

White

RGB(255, 255, 255)

HSL(0, 0%, 100%)

lightbulbBest Use Cases

  • checkBusiness presentations
  • checkAnnual reports
  • checkEnterprise software

businessIndustries

  • checkFinance
  • checkTechnology
Mood:trustworthy

codeUse in Your Code

CSS Custom Properties

:root {
  --color-1: #003366;
  --color-2: #336699;
  --color-3: #666666;
  --color-4: #999999;
  --color-5: #E0E0E0;
  --color-6: #FFFFFF;
}

Tailwind CSS Config

colors: {
  'corporate-1': '#003366',
  'corporate-2': '#336699',
  'corporate-3': '#666666',
  'corporate-4': '#999999',
  'corporate-5': '#E0E0E0',
  'corporate-6': '#FFFFFF',
}
corporateprofessionaltrustworthyblueformal

Want to Extract Colors from Your Own Images?

Upload any photo and get a custom color palette instantly — free.

Try PaletteAI Free

Related Palettes