Charcoal
#34424B
BlueColor Codes
All color formats for development
HEX
#34424BRGB
rgb(52, 66, 75)HSL
hsl(203, 18%, 25%)OKLCH
oklch(0.37 0.024 236.5)CMYK
cmyk(31%, 12%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F3C44
2#2A353C
3#252E35
4#1F282D
5#1A2126
6#151B1E
7#101417
8#0A0D0F
9#050708
Tints
Lighter variations
1#445662
2#546A78
3#637E8F
4#7891A1
5#8EA3B1
6#A5B6C0
7#BBC8D0
8#D2DAE0
9#E8EDEF
Tones
Muted variations
1#35424A
2#374249
3#384248
4#394147
5#3A4145
6#3B4144
7#3C4143
8#3D4042
9#3F4041
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEE #EAEEF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DF #D8DFE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BAC7 #BAC7CF | BordersInactive statesPlaceholder text |
| 400 | 96A9 #96A9B6 | Disabled statesSecondary iconsMuted text |
| 500 | 7891 #7891A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C75 #5C7584 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 495D #495D69 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3442 #34424B | Text on light backgroundsHeadingsStrong borders |
| 900 | 212B #212B30 | Primary textHigh emphasis contentDark headings |
| 950 | 151B #151B1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F9;
--charcoal-100: #EAEEF0;
--charcoal-200: #D8DFE4;
--charcoal-300: #BAC7CF;
--charcoal-400: #96A9B6;
--charcoal-500: #7891A1;
--charcoal-600: #5C7584;
--charcoal-700: #495D69;
--charcoal-800: #34424B;
--charcoal-900: #212B30;
--charcoal-950: #151B1E;
}