Charcoal
#18323A
CyanColor Codes
All color formats for development
HEX
#18323ARGB
rgb(24, 50, 58)HSL
hsl(194, 41%, 16%)OKLCH
oklch(0.3 0.035 220)CMYK
cmyk(59%, 14%, 0%, 77%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#162D34
2#13282E
3#112328
4#0E1E23
5#0C191D
6#0A1417
7#070F11
8#050A0C
9#020506
Tints
Lighter variations
1#254C58
2#316676
3#3E8094
4#4B9AB2
5#68ABC0
6#86BCCC
7#A4CDD9
8#C3DEE6
9#E1EEF2
Tones
Muted variations
1#1A3138
2#1B3036
3#1D2F35
4#1F2E33
5#202D31
6#222C2F
7#242B2E
8#252B2C
9#272A2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F1 #E6F1F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E5 #D0E5EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACD1 #ACD1DC | BordersInactive statesPlaceholder text |
| 400 | 81B9 #81B9CA | Disabled statesSecondary iconsMuted text |
| 500 | 5DA5 #5DA5BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4289 #42899E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 356D #356D7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 264E #264E5A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1832 #18323A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1F #0F1F24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F9FA;
--charcoal-100: #E6F1F4;
--charcoal-200: #D0E5EB;
--charcoal-300: #ACD1DC;
--charcoal-400: #81B9CA;
--charcoal-500: #5DA5BB;
--charcoal-600: #42899E;
--charcoal-700: #356D7E;
--charcoal-800: #264E5A;
--charcoal-900: #18323A;
--charcoal-950: #0F1F24;
}