Charcoal
#33464D
BlueColor Codes
All color formats for development
HEX
#33464DRGB
rgb(51, 70, 77)HSL
hsl(196, 20%, 25%)OKLCH
oklch(0.381 0.027 222.6)CMYK
cmyk(34%, 9%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E3F45
2#29383D
3#243136
4#1F2A2E
5#1A2326
6#141C1F
7#0F1517
8#0A0E0F
9#050708
Tints
Lighter variations
1#425B63
2#52707A
3#618491
4#7597A3
5#8CA8B3
6#A3BAC2
7#BACBD1
8#D1DCE0
9#E8EEF0
Tones
Muted variations
1#34454B
2#36454A
3#374449
4#384347
5#394346
6#3B4245
7#3C4244
8#3D4142
9#3E4041
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEF #EAEFF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E1 #D7E1E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9CA #B9CAD0 | BordersInactive statesPlaceholder text |
| 400 | 94AE #94AEB8 | Disabled statesSecondary iconsMuted text |
| 500 | 7597 #7597A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A7B #5A7B87 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4762 #47626B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3346 #33464D | Text on light backgroundsHeadingsStrong borders |
| 900 | 212D #212D31 | Primary textHigh emphasis contentDark headings |
| 950 | 141C #141C1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F9;
--charcoal-100: #EAEFF1;
--charcoal-200: #D7E1E4;
--charcoal-300: #B9CAD0;
--charcoal-400: #94AEB8;
--charcoal-500: #7597A3;
--charcoal-600: #5A7B87;
--charcoal-700: #47626B;
--charcoal-800: #33464D;
--charcoal-900: #212D31;
--charcoal-950: #141C1F;
}