Charcoal
#32414E
BlueColor Codes
All color formats for development
HEX
#32414ERGB
rgb(50, 65, 78)HSL
hsl(208, 22%, 25%)OKLCH
oklch(0.368 0.03 244.9)CMYK
cmyk(36%, 17%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D3A46
2#28343E
3#232D36
4#1E272F
5#192027
6#141A1F
7#0F1317
8#0A0D10
9#050608
Tints
Lighter variations
1#415465
2#50677C
3#5E7B94
4#738EA5
5#8AA1B4
6#A2B4C3
7#B9C6D2
8#D0D9E1
9#E8ECF0
Tones
Muted variations
1#33414C
2#35404B
3#36404A
4#374048
5#394047
6#3A4045
7#3C4044
8#3D4043
9#3E4041
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9ED #E9EDF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DE #D7DEE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7C5 #B7C5D1 | BordersInactive statesPlaceholder text |
| 400 | 92A7 #92A7B9 | Disabled statesSecondary iconsMuted text |
| 500 | 738E #738EA5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5872 #587289 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 465B #465B6D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3241 #32414E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2029 #202932 | Primary textHigh emphasis contentDark headings |
| 950 | 141A #141A1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F9;
--charcoal-100: #E9EDF1;
--charcoal-200: #D7DEE5;
--charcoal-300: #B7C5D1;
--charcoal-400: #92A7B9;
--charcoal-500: #738EA5;
--charcoal-600: #587289;
--charcoal-700: #465B6D;
--charcoal-800: #32414E;
--charcoal-900: #202932;
--charcoal-950: #141A1F;
}