Charcoal
#183239
CyanColor Codes
All color formats for development
HEX
#183239RGB
rgb(24, 50, 57)HSL
hsl(193, 41%, 16%)OKLCH
oklch(0.3 0.034 217.3)CMYK
cmyk(58%, 12%, 0%, 78%)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#254D58
2#316776
3#3E8194
4#4B9CB2
5#68ADC0
6#86BDCC
7#A4CED9
8#C3DEE6
9#E1EFF2
Tones
Muted variations
1#1A3138
2#1B3036
3#1D2F35
4#1F2E33
5#202E31
6#222D2F
7#242C2E
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 | D0E6 #D0E6EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACD2 #ACD2DC | BordersInactive statesPlaceholder text |
| 400 | 81BA #81BACA | Disabled statesSecondary iconsMuted text |
| 500 | 5DA7 #5DA7BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 428A #428A9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 356E #356E7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 264F #264F5A | 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: #D0E6EB;
--charcoal-300: #ACD2DC;
--charcoal-400: #81BACA;
--charcoal-500: #5DA7BB;
--charcoal-600: #428A9E;
--charcoal-700: #356E7E;
--charcoal-800: #264F5A;
--charcoal-900: #18323A;
--charcoal-950: #0F1F24;
}