Charcoal
#2E4D52
CyanColor Codes
All color formats for development
HEX
#2E4D52RGB
rgb(46, 77, 82)HSL
hsl(188, 28%, 25%)OKLCH
oklch(0.398 0.038 208.7)CMYK
cmyk(44%, 6%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#294549
2#253D41
3#203639
4#1C2E31
5#172629
6#121F21
7#0E1718
8#090F10
9#050808
Tints
Lighter variations
1#3C646A
2#497B83
3#57929B
4#6CA4AC
5#85B3BA
6#9DC2C8
7#B6D1D6
8#CEE1E3
9#E7F0F1
Tones
Muted variations
1#304C50
2#314A4E
3#33494C
4#35484A
5#374649
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 | B4D0 #B4D0D5 | BordersInactive statesPlaceholder text |
| 400 | 8DB8 #8DB8BF | Disabled statesSecondary iconsMuted text |
| 500 | 6CA4 #6CA4AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5187 #518790 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 406C #406C72 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E4D #2E4D52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D31 #1D3134 | 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: #B4D0D5;
--charcoal-400: #8DB8BF;
--charcoal-500: #6CA4AC;
--charcoal-600: #518790;
--charcoal-700: #406C72;
--charcoal-800: #2E4D52;
--charcoal-900: #1D3134;
--charcoal-950: #121F21;
}