Charcoal
#2E4152
BlueColor Codes
All color formats for development
HEX
#2E4152RGB
rgb(46, 65, 82)HSL
hsl(208, 28%, 25%)OKLCH
oklch(0.367 0.038 246.1)CMYK
cmyk(44%, 21%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#293A49
2#253441
3#202D39
4#1C2731
5#172029
6#121A21
7#0E1318
8#090D10
9#050608
Tints
Lighter variations
1#3C546A
2#496883
3#577B9B
4#6C8EAC
5#85A1BA
6#9DB4C8
7#B6C7D6
8#CED9E3
9#E7ECF1
Tones
Muted variations
1#304150
2#31414E
3#33414C
4#35404A
5#374049
6#394047
7#3A4045
8#3C4043
9#3E4042
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8ED #E8EDF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DE #D5DEE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4C5 #B4C5D5 | BordersInactive statesPlaceholder text |
| 400 | 8DA7 #8DA7BF | Disabled statesSecondary iconsMuted text |
| 500 | 6C8E #6C8EAC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5172 #517290 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 405B #405B72 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E41 #2E4152 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D2A #1D2A34 | Primary textHigh emphasis contentDark headings |
| 950 | 121A #121A21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F7F9;
--charcoal-100: #E8EDF2;
--charcoal-200: #D5DEE7;
--charcoal-300: #B4C5D5;
--charcoal-400: #8DA7BF;
--charcoal-500: #6C8EAC;
--charcoal-600: #517290;
--charcoal-700: #405B72;
--charcoal-800: #2E4152;
--charcoal-900: #1D2A34;
--charcoal-950: #121A21;
}