Charcoal
#34384C
BlueColor Codes
All color formats for development
HEX
#34384CRGB
rgb(52, 56, 76)HSL
hsl(230, 19%, 25%)OKLCH
oklch(0.346 0.035 275.6)CMYK
cmyk(32%, 26%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E3244
2#292D3D
3#242735
4#1F212E
5#1A1C26
6#15161E
7#0F1117
8#0A0B0F
9#050608
Tints
Lighter variations
1#434863
2#535979
3#626A90
4#767EA2
5#8D93B2
6#A4A9C1
7#BBBED1
8#D1D4E0
9#E8E9F0
Tones
Muted variations
1#35384B
2#363949
3#373A48
4#383B47
5#3A3C46
6#3B3D45
7#3C3D43
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 | B9BD #B9BDCF | BordersInactive statesPlaceholder text |
| 400 | 959A #959AB7 | Disabled statesSecondary iconsMuted text |
| 500 | 767E #767EA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B62 #5B6286 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 484E #484E6A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3438 #34384C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2124 #212431 | Primary textHigh emphasis contentDark headings |
| 950 | 1516 #15161E | 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: #B9BDCF;
--charcoal-400: #959AB7;
--charcoal-500: #767EA2;
--charcoal-600: #5B6286;
--charcoal-700: #484E6A;
--charcoal-800: #34384C;
--charcoal-900: #212431;
--charcoal-950: #15161E;
}