Charcoal
#2E4B85
BlueColor Codes
All color formats for development
HEX
#2E4B85RGB
rgb(46, 75, 133)HSL
hsl(220, 49%, 35%)OKLCH
oklch(0.421 0.103 262.8)CMYK
cmyk(65%, 44%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#294378
2#243C6A
3#20345D
4#1B2D50
5#172542
6#121E35
7#0E1628
8#090F1B
9#05070D
Tints
Lighter variations
1#36599E
2#3E66B6
3#5278C4
4#6B8BCC
5#849FD5
6#9CB2DD
7#B5C5E6
8#CED8EE
9#E6ECF7
Tones
Muted variations
1#324C81
2#364E7C
3#3B4F78
4#3F5173
5#43526F
6#48536B
7#4C5566
8#515662
9#55585E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EA #E4EAF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED8 #CED8EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8BB #A8BBE1 | BordersInactive statesPlaceholder text |
| 400 | 7A97 #7A97D1 | Disabled statesSecondary iconsMuted text |
| 500 | 547A #547AC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 395E #395EA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E4B #2E4B85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2135 #21355F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1522 #15223D | Primary textHigh emphasis contentDark headings |
| 950 | 0D15 #0D1526 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F6FB;
--charcoal-100: #E4EAF6;
--charcoal-200: #CED8EE;
--charcoal-300: #A8BBE1;
--charcoal-400: #7A97D1;
--charcoal-500: #547AC4;
--charcoal-600: #395EA7;
--charcoal-700: #2E4B85;
--charcoal-800: #21355F;
--charcoal-900: #15223D;
--charcoal-950: #0D1526;
}