Charcoal
#34414B
BlueColor Codes
All color formats for development
HEX
#34414BRGB
rgb(52, 65, 75)HSL
hsl(206, 18%, 25%)OKLCH
oklch(0.368 0.024 241.4)CMYK
cmyk(31%, 13%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F3B44
2#2A343C
3#252E35
4#1F272D
5#1A2126
6#151A1E
7#101417
8#0A0D0F
9#050708
Tints
Lighter variations
1#445562
2#546878
3#637C8F
4#788FA1
5#8EA2B1
6#A5B4C0
7#BBC7D0
8#D2DAE0
9#E8ECEF
Tones
Muted variations
1#35414A
2#374149
3#384148
4#394147
5#3A4145
6#3B4044
7#3C4043
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 | BAC6 #BAC6CF | BordersInactive statesPlaceholder text |
| 400 | 96A8 #96A8B6 | Disabled statesSecondary iconsMuted text |
| 500 | 788F #788FA1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C73 #5C7384 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 495B #495B69 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3441 #34414B | Text on light backgroundsHeadingsStrong borders |
| 900 | 212A #212A30 | Primary textHigh emphasis contentDark headings |
| 950 | 151A #151A1E | 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: #BAC6CF;
--charcoal-400: #96A8B6;
--charcoal-500: #788FA1;
--charcoal-600: #5C7384;
--charcoal-700: #495B69;
--charcoal-800: #34414B;
--charcoal-900: #212A30;
--charcoal-950: #151A1E;
}