Charcoal
#32434E
BlueColor Codes
All color formats for development
HEX
#32434ERGB
rgb(50, 67, 78)HSL
hsl(204, 22%, 25%)OKLCH
oklch(0.373 0.029 236.9)CMYK
cmyk(36%, 14%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D3C46
2#28353E
3#232F36
4#1E282F
5#192127
6#141B1F
7#0F1417
8#0A0D10
9#050708
Tints
Lighter variations
1#415765
2#506A7C
3#5E7E94
4#7391A5
5#8AA4B4
6#A2B6C3
7#B9C8D2
8#D0DAE1
9#E8EDF0
Tones
Muted variations
1#33424C
2#35424B
3#36424A
4#374148
5#394147
6#3A4145
7#3C4144
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 | B7C7 #B7C7D1 | BordersInactive statesPlaceholder text |
| 400 | 92AA #92AAB9 | Disabled statesSecondary iconsMuted text |
| 500 | 7391 #7391A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5875 #587589 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 465D #465D6D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3243 #32434E | Text on light backgroundsHeadingsStrong borders |
| 900 | 202B #202B32 | 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: #B7C7D1;
--charcoal-400: #92AAB9;
--charcoal-500: #7391A5;
--charcoal-600: #587589;
--charcoal-700: #465D6D;
--charcoal-800: #32434E;
--charcoal-900: #202B32;
--charcoal-950: #141B1F;
}