Charcoal
#32424E
BlueColor Codes
All color formats for development
HEX
#32424ERGB
rgb(50, 66, 78)HSL
hsl(206, 22%, 25%)OKLCH
oklch(0.37 0.029 241)CMYK
cmyk(36%, 15%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D3B46
2#28343E
3#232E36
4#1E272F
5#192127
6#141A1F
7#0F1417
8#0A0D10
9#050708
Tints
Lighter variations
1#415565
2#50697C
3#5E7D94
4#7390A5
5#8AA2B4
6#A2B5C3
7#B9C7D2
8#D0DAE1
9#E8ECF0
Tones
Muted variations
1#33414C
2#35414B
3#36414A
4#374148
5#394147
6#3A4045
7#3C4044
8#3D4043
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 | B7C6 #B7C6D1 | BordersInactive statesPlaceholder text |
| 400 | 92A8 #92A8B9 | Disabled statesSecondary iconsMuted text |
| 500 | 7390 #7390A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5873 #587389 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 465C #465C6D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3242 #32424E | Text on light backgroundsHeadingsStrong borders |
| 900 | 202A #202A32 | 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: #F6F8F9;
--charcoal-100: #E9EEF1;
--charcoal-200: #D7DFE5;
--charcoal-300: #B7C6D1;
--charcoal-400: #92A8B9;
--charcoal-500: #7390A5;
--charcoal-600: #587389;
--charcoal-700: #465C6D;
--charcoal-800: #32424E;
--charcoal-900: #202A32;
--charcoal-950: #141A1F;
}