Charcoal
#2E4252
BlueColor Codes
All color formats for development
HEX
#2E4252RGB
rgb(46, 66, 82)HSL
hsl(207, 28%, 25%)OKLCH
oklch(0.369 0.038 243.1)CMYK
cmyk(44%, 20%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#293B49
2#253441
3#202E39
4#1C2731
5#172129
6#121A21
7#0E1418
8#090D10
9#050708
Tints
Lighter variations
1#3C556A
2#496983
3#577D9B
4#6C8FAC
5#85A2BA
6#9DB5C8
7#B6C7D6
8#CEDAE3
9#E7ECF1
Tones
Muted variations
1#304150
2#31414E
3#33414C
4#35414A
5#374149
6#394047
7#3A4045
8#3C4043
9#3E4042
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EE #E8EEF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DF #D5DFE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4C6 #B4C6D5 | BordersInactive statesPlaceholder text |
| 400 | 8DA8 #8DA8BF | Disabled statesSecondary iconsMuted text |
| 500 | 6C8F #6C8FAC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5173 #517390 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 405C #405C72 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E42 #2E4252 | 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: #F5F8F9;
--charcoal-100: #E8EEF2;
--charcoal-200: #D5DFE7;
--charcoal-300: #B4C6D5;
--charcoal-400: #8DA8BF;
--charcoal-500: #6C8FAC;
--charcoal-600: #517390;
--charcoal-700: #405C72;
--charcoal-800: #2E4252;
--charcoal-900: #1D2A34;
--charcoal-950: #121A21;
}