Charcoal
#34394C
BlueColor Codes
All color formats for development
HEX
#34394CRGB
rgb(52, 57, 76)HSL
hsl(228, 19%, 25%)OKLCH
oklch(0.348 0.034 273.1)CMYK
cmyk(32%, 25%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E3344
2#292D3D
3#242835
4#1F222E
5#1A1C26
6#15171E
7#0F1117
8#0A0B0F
9#050608
Tints
Lighter variations
1#434963
2#535A79
3#626B90
4#767FA2
5#8D94B2
6#A4AAC1
7#BBBFD1
8#D1D4E0
9#E8EAF0
Tones
Muted variations
1#35394B
2#363A49
3#373B48
4#383B47
5#3A3C46
6#3B3D45
7#3C3E43
8#3D3E42
9#3F3F41
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEB #EAEBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DA #D8DAE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9BE #B9BECF | BordersInactive statesPlaceholder text |
| 400 | 959C #959CB7 | Disabled statesSecondary iconsMuted text |
| 500 | 767F #767FA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B63 #5B6386 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 484F #484F6A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3438 #34384C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2124 #212431 | 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: #F6F6F9;
--charcoal-100: #EAEBF1;
--charcoal-200: #D8DAE4;
--charcoal-300: #B9BECF;
--charcoal-400: #959CB7;
--charcoal-500: #767FA2;
--charcoal-600: #5B6386;
--charcoal-700: #484F6A;
--charcoal-800: #34384C;
--charcoal-900: #212431;
--charcoal-950: #15171E;
}