Charcoal
#33394D
BlueColor Codes
All color formats for development
HEX
#33394DRGB
rgb(51, 57, 77)HSL
hsl(226, 20%, 25%)OKLCH
oklch(0.348 0.036 271.5)CMYK
cmyk(34%, 26%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E3345
2#292E3D
3#242836
4#1F222E
5#1A1C26
6#14171F
7#0F1117
8#0A0B0F
9#050608
Tints
Lighter variations
1#424A63
2#525B7A
3#616C91
4#7580A3
5#8C95B3
6#A3AAC2
7#BAC0D1
8#D1D5E0
9#E8EAF0
Tones
Muted variations
1#343A4B
2#363A4A
3#373B49
4#383C47
5#393C46
6#3B3D45
7#3C3E44
8#3D3E42
9#3E3F41
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEB #EAEBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DA #D7DAE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9BE #B9BED0 | BordersInactive statesPlaceholder text |
| 400 | 949C #949CB8 | Disabled statesSecondary iconsMuted text |
| 500 | 7580 #7580A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A64 #5A6487 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4750 #47506B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3339 #33394D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2124 #212431 | Primary textHigh emphasis contentDark headings |
| 950 | 1417 #14171F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F9;
--charcoal-100: #EAEBF1;
--charcoal-200: #D7DAE4;
--charcoal-300: #B9BED0;
--charcoal-400: #949CB8;
--charcoal-500: #7580A3;
--charcoal-600: #5A6487;
--charcoal-700: #47506B;
--charcoal-800: #33394D;
--charcoal-900: #212431;
--charcoal-950: #14171F;
}