Charcoal
#2E4A52
CyanColor Codes
All color formats for development
HEX
#2E4A52RGB
rgb(46, 74, 82)HSL
hsl(193, 28%, 25%)OKLCH
oklch(0.39 0.036 217.8)CMYK
cmyk(44%, 10%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#294249
2#253B41
3#203439
4#1C2C31
5#172529
6#121E21
7#0E1618
8#090F10
9#050708
Tints
Lighter variations
1#3C606A
2#497683
3#578C9B
4#6C9EAC
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 | 8DB4 #8DB4BF | Disabled statesSecondary iconsMuted text |
| 500 | 6C9E #6C9EAC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5182 #518290 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4067 #406772 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E4A #2E4A52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D2F #1D2F34 | 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: #8DB4BF;
--charcoal-500: #6C9EAC;
--charcoal-600: #518290;
--charcoal-700: #406772;
--charcoal-800: #2E4A52;
--charcoal-900: #1D2F34;
--charcoal-950: #121E21;
}