Charcoal
#32404D
BlueColor Codes
All color formats for development
HEX
#32404DRGB
rgb(50, 64, 77)HSL
hsl(209, 21%, 25%)OKLCH
oklch(0.365 0.029 246.7)CMYK
cmyk(35%, 17%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D3A45
2#28333E
3#232D36
4#1E272E
5#192027
6#141A1F
7#0F1317
8#0A0D0F
9#050608
Tints
Lighter variations
1#415364
2#51677B
3#607A93
4#748DA4
5#8BA0B3
6#A2B3C3
7#BAC6D2
8#D1D9E1
9#E8ECF0
Tones
Muted variations
1#34404C
2#35404A
3#364049
4#384048
5#394046
6#3A4045
7#3C4044
8#3D4042
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 | B8C5 #B8C5D1 | BordersInactive statesPlaceholder text |
| 400 | 93A6 #93A6B8 | Disabled statesSecondary iconsMuted text |
| 500 | 748D #748DA4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5971 #597188 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 475A #475A6C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3240 #32404D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2029 #202931 | 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: #B8C5D1;
--charcoal-400: #93A6B8;
--charcoal-500: #748DA4;
--charcoal-600: #597188;
--charcoal-700: #475A6C;
--charcoal-800: #32404D;
--charcoal-900: #202931;
--charcoal-950: #141A1F;
}