Charcoal
#32474E
BlueColor Codes
All color formats for development
HEX
#32474ERGB
rgb(50, 71, 78)HSL
hsl(195, 22%, 25%)OKLCH
oklch(0.383 0.029 220.5)CMYK
cmyk(36%, 9%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D4046
2#28393E
3#233236
4#1E2A2F
5#192327
6#141C1F
7#0F1517
8#0A0E10
9#050708
Tints
Lighter variations
1#415C65
2#50717C
3#5E8694
4#7399A5
5#8AAAB4
6#A2BBC3
7#B9CCD2
8#D0DDE1
9#E8EEF0
Tones
Muted variations
1#33464C
2#35454B
3#36454A
4#374448
5#394347
6#3A4345
7#3C4244
8#3D4143
9#3E4041
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EF #E9EFF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E1 #D7E1E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7CB #B7CBD1 | BordersInactive statesPlaceholder text |
| 400 | 92B0 #92B0B9 | Disabled statesSecondary iconsMuted text |
| 500 | 7399 #7399A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 587D #587D89 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4663 #46636D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3247 #32474E | Text on light backgroundsHeadingsStrong borders |
| 900 | 202D #202D32 | Primary textHigh emphasis contentDark headings |
| 950 | 141C #141C1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F9;
--charcoal-100: #E9EFF1;
--charcoal-200: #D7E1E5;
--charcoal-300: #B7CBD1;
--charcoal-400: #92B0B9;
--charcoal-500: #7399A5;
--charcoal-600: #587D89;
--charcoal-700: #46636D;
--charcoal-800: #32474E;
--charcoal-900: #202D32;
--charcoal-950: #141C1F;
}