Charcoal
#2E4A84
BlueColor Codes
All color formats for development
HEX
#2E4A84RGB
rgb(46, 74, 132)HSL
hsl(220, 48%, 35%)OKLCH
oklch(0.418 0.103 263.2)CMYK
cmyk(65%, 44%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A4377
2#253C6A
3#20345C
4#1C2D4F
5#172542
6#131E35
7#0E1628
8#090F1A
9#05070D
Tints
Lighter variations
1#37599D
2#4067B5
3#5378C3
4#6C8CCB
5#849FD4
6#9DB2DD
7#B5C5E5
8#CED9EE
9#E6ECF6
Tones
Muted variations
1#334C80
2#374E7C
3#3B4F77
4#405173
5#44526F
6#48546A
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 | E5EA #E5EAF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED9 #CED9EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8BB #A8BBE1 | BordersInactive statesPlaceholder text |
| 400 | 7B97 #7B97D1 | Disabled statesSecondary iconsMuted text |
| 500 | 557A #557AC3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A5E #3A5EA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E4B #2E4B84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2136 #21365E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1522 #15223C | 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: #E5EAF6;
--charcoal-200: #CED9EE;
--charcoal-300: #A8BBE1;
--charcoal-400: #7B97D1;
--charcoal-500: #557AC3;
--charcoal-600: #3A5EA6;
--charcoal-700: #2E4B84;
--charcoal-800: #21365E;
--charcoal-900: #15223C;
--charcoal-950: #0D1526;
}