Charcoal
#2E4E52
CyanColor Codes
All color formats for development
HEX
#2E4E52RGB
rgb(46, 78, 82)HSL
hsl(187, 28%, 25%)OKLCH
oklch(0.401 0.038 205.9)CMYK
cmyk(44%, 5%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#294649
2#253E41
3#203639
4#1C2E31
5#172729
6#121F21
7#0E1718
8#090F10
9#050808
Tints
Lighter variations
1#3C656A
2#497C83
3#57939B
4#6CA5AC
5#85B4BA
6#9DC3C8
7#B6D2D6
8#CEE1E3
9#E7F0F1
Tones
Muted variations
1#304C50
2#314B4E
3#33494C
4#35484A
5#374749
6#394547
7#3A4445
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 | E8F1 #E8F1F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E5 #D5E5E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4D1 #B4D1D5 | BordersInactive statesPlaceholder text |
| 400 | 8DB9 #8DB9BF | Disabled statesSecondary iconsMuted text |
| 500 | 6CA5 #6CA5AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5188 #518890 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 406C #406C72 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E4D #2E4D52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D32 #1D3234 | Primary textHigh emphasis contentDark headings |
| 950 | 121F #121F21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F9F9;
--charcoal-100: #E8F1F2;
--charcoal-200: #D5E5E7;
--charcoal-300: #B4D1D5;
--charcoal-400: #8DB9BF;
--charcoal-500: #6CA5AC;
--charcoal-600: #518890;
--charcoal-700: #406C72;
--charcoal-800: #2E4D52;
--charcoal-900: #1D3234;
--charcoal-950: #121F21;
}