Charcoal
#333D4D
BlueColor Codes
All color formats for development
HEX
#333D4DRGB
rgb(51, 61, 77)HSL
hsl(217, 20%, 25%)OKLCH
oklch(0.358 0.031 259.7)CMYK
cmyk(34%, 21%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E3745
2#29313D
3#242B36
4#1F242E
5#1A1E26
6#14181F
7#0F1217
8#0A0C0F
9#050608
Tints
Lighter variations
1#424F63
2#52617A
3#617391
4#7587A3
5#8C9BB3
6#A3AFC2
7#BAC3D1
8#D1D7E0
9#E8EBF0
Tones
Muted variations
1#343D4B
2#363D4A
3#373E49
4#383E47
5#393E46
6#3B3F45
7#3C3F44
8#3D3F42
9#3E3F41
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEC #EAECF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DC #D7DCE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C2 #B9C2D0 | BordersInactive statesPlaceholder text |
| 400 | 94A2 #94A2B8 | Disabled statesSecondary iconsMuted text |
| 500 | 7587 #7587A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A6B #5A6B87 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4755 #47556B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 333D #333D4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2127 #212731 | Primary textHigh emphasis contentDark headings |
| 950 | 1418 #14181F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F9;
--charcoal-100: #EAECF1;
--charcoal-200: #D7DCE4;
--charcoal-300: #B9C2D0;
--charcoal-400: #94A2B8;
--charcoal-500: #7587A3;
--charcoal-600: #5A6B87;
--charcoal-700: #47556B;
--charcoal-800: #333D4D;
--charcoal-900: #212731;
--charcoal-950: #14181F;
}