Charcoal
#2E4B52
CyanColor Codes
All color formats for development
HEX
#2E4B52RGB
rgb(46, 75, 82)HSL
hsl(192, 28%, 25%)OKLCH
oklch(0.393 0.037 214.7)CMYK
cmyk(44%, 9%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#294349
2#253C41
3#203439
4#1C2D31
5#172529
6#121E21
7#0E1618
8#090F10
9#050708
Tints
Lighter variations
1#3C616A
2#497783
3#578D9B
4#6CA0AC
5#85AFBA
6#9DBFC8
7#B6CFD6
8#CEDFE3
9#E7EFF1
Tones
Muted variations
1#304950
2#31484E
3#33474C
4#35464A
5#374549
6#394447
7#3A4345
8#3C4243
9#3E4142
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8F0 #E8F0F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E3 #D5E3E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4CE #B4CED5 | BordersInactive statesPlaceholder text |
| 400 | 8DB5 #8DB5BF | Disabled statesSecondary iconsMuted text |
| 500 | 6CA0 #6CA0AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5183 #518390 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4068 #406872 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E4A #2E4A52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D30 #1D3034 | Primary textHigh emphasis contentDark headings |
| 950 | 121E #121E21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F9F9;
--charcoal-100: #E8F0F2;
--charcoal-200: #D5E3E7;
--charcoal-300: #B4CED5;
--charcoal-400: #8DB5BF;
--charcoal-500: #6CA0AC;
--charcoal-600: #518390;
--charcoal-700: #406872;
--charcoal-800: #2E4A52;
--charcoal-900: #1D3034;
--charcoal-950: #121E21;
}