Charcoal
#33414D
BlueColor Codes
All color formats for development
HEX
#33414DRGB
rgb(51, 65, 77)HSL
hsl(208, 20%, 25%)OKLCH
oklch(0.368 0.028 244.5)CMYK
cmyk(34%, 16%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E3A45
2#29343D
3#242D36
4#1F272E
5#1A2026
6#141A1F
7#0F1317
8#0A0D0F
9#050608
Tints
Lighter variations
1#425463
2#52677A
3#617B91
4#758EA3
5#8CA1B3
6#A3B4C2
7#BAC6D1
8#D1D9E0
9#E8ECF0
Tones
Muted variations
1#34414B
2#36404A
3#374049
4#384047
5#394046
6#3B4045
7#3C4044
8#3D4042
9#3E4041
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAED #EAEDF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DE #D7DEE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C5 #B9C5D0 | BordersInactive statesPlaceholder text |
| 400 | 94A7 #94A7B8 | Disabled statesSecondary iconsMuted text |
| 500 | 758E #758EA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A72 #5A7287 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 475A #475A6B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3341 #33414D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2129 #212931 | Primary textHigh emphasis contentDark headings |
| 950 | 141A #141A1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F9;
--charcoal-100: #EAEDF1;
--charcoal-200: #D7DEE4;
--charcoal-300: #B9C5D0;
--charcoal-400: #94A7B8;
--charcoal-500: #758EA3;
--charcoal-600: #5A7287;
--charcoal-700: #475A6B;
--charcoal-800: #33414D;
--charcoal-900: #212931;
--charcoal-950: #141A1F;
}