Charcoal
#32424D
BlueColor Codes
All color formats for development
HEX
#32424DRGB
rgb(50, 66, 77)HSL
hsl(204, 21%, 25%)OKLCH
oklch(0.37 0.028 238.5)CMYK
cmyk(35%, 14%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D3C45
2#28353E
3#232E36
4#1E282E
5#192127
6#141B1F
7#0F1417
8#0A0D0F
9#050708
Tints
Lighter variations
1#415664
2#516A7B
3#607E93
4#7491A4
5#8BA3B3
6#A2B6C3
7#BAC8D2
8#D1DAE1
9#E8EDF0
Tones
Muted variations
1#34424C
2#35424A
3#364249
4#384148
5#394146
6#3A4145
7#3C4144
8#3D4042
9#3E4041
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EE #E9EEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DF #D7DFE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8C7 #B8C7D1 | BordersInactive statesPlaceholder text |
| 400 | 93A9 #93A9B8 | Disabled statesSecondary iconsMuted text |
| 500 | 7491 #7491A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5975 #597588 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 475D #475D6C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3242 #32424D | Text on light backgroundsHeadingsStrong borders |
| 900 | 202B #202B31 | Primary textHigh emphasis contentDark headings |
| 950 | 141B #141B1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F9;
--charcoal-100: #E9EEF1;
--charcoal-200: #D7DFE5;
--charcoal-300: #B8C7D1;
--charcoal-400: #93A9B8;
--charcoal-500: #7491A4;
--charcoal-600: #597588;
--charcoal-700: #475D6C;
--charcoal-800: #32424D;
--charcoal-900: #202B31;
--charcoal-950: #141B1F;
}