Charcoal
#34394B
BlueColor Codes
All color formats for development
HEX
#34394BRGB
rgb(52, 57, 75)HSL
hsl(227, 18%, 25%)OKLCH
oklch(0.348 0.032 272.6)CMYK
cmyk(31%, 24%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F3444
2#2A2E3C
3#252835
4#1F222D
5#1A1D26
6#15171E
7#101117
8#0A0B0F
9#050608
Tints
Lighter variations
1#444A62
2#545C78
3#636D8F
4#7881A1
5#8E96B1
6#A5ABC0
7#BBC0D0
8#D2D5E0
9#E8EAEF
Tones
Muted variations
1#353A4A
2#373B49
3#383B48
4#393C47
5#3A3C45
6#3B3D44
7#3C3E43
8#3D3E42
9#3F3F41
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEB #EAEBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DA #D8DAE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BABE #BABECF | BordersInactive statesPlaceholder text |
| 400 | 969D #969DB6 | Disabled statesSecondary iconsMuted text |
| 500 | 7881 #7881A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C65 #5C6584 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4950 #495069 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3439 #34394B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2125 #212530 | Primary textHigh emphasis contentDark headings |
| 950 | 1517 #15171E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F9;
--charcoal-100: #EAEBF0;
--charcoal-200: #D8DAE4;
--charcoal-300: #BABECF;
--charcoal-400: #969DB6;
--charcoal-500: #7881A1;
--charcoal-600: #5C6584;
--charcoal-700: #495069;
--charcoal-800: #34394B;
--charcoal-900: #212530;
--charcoal-950: #15171E;
}