Charcoal
#33424D
BlueColor Codes
All color formats for development
HEX
#33424DRGB
rgb(51, 66, 77)HSL
hsl(205, 20%, 25%)OKLCH
oklch(0.37 0.027 240.2)CMYK
cmyk(34%, 14%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E3B45
2#29353D
3#242E36
4#1F282E
5#1A2126
6#141A1F
7#0F1417
8#0A0D0F
9#050708
Tints
Lighter variations
1#425663
2#52697A
3#617D91
4#7590A3
5#8CA3B3
6#A3B5C2
7#BAC8D1
8#D1DAE0
9#E8EDF0
Tones
Muted variations
1#34424B
2#36414A
3#374149
4#384147
5#394146
6#3B4145
7#3C4044
8#3D4042
9#3E4041
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEE #EAEEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DF #D7DFE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C6 #B9C6D0 | BordersInactive statesPlaceholder text |
| 400 | 94A9 #94A9B8 | Disabled statesSecondary iconsMuted text |
| 500 | 7590 #7590A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A74 #5A7487 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 475C #475C6B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3342 #33424D | Text on light backgroundsHeadingsStrong borders |
| 900 | 212A #212A31 | 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: #F6F8F9;
--charcoal-100: #EAEEF1;
--charcoal-200: #D7DFE4;
--charcoal-300: #B9C6D0;
--charcoal-400: #94A9B8;
--charcoal-500: #7590A3;
--charcoal-600: #5A7487;
--charcoal-700: #475C6B;
--charcoal-800: #33424D;
--charcoal-900: #212A31;
--charcoal-950: #141A1F;
}