Charcoal
#4B5A68
BlueColor Codes
All color formats for development
HEX
#4B5A68RGB
rgb(75, 90, 104)HSL
hsl(209, 16%, 35%)OKLCH
oklch(0.46 0.03 246.6)CMYK
cmyk(28%, 13%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43515D
2#3C4853
3#343F48
4#2D363E
5#252D34
6#1E2429
7#161B1F
8#0F1215
9#07090A
Tints
Lighter variations
1#596A7B
2#677B8E
3#788C9E
4#8C9CAB
5#9FADB9
6#B2BDC7
7#C5CED5
8#D9DEE3
9#ECEFF1
Tones
Muted variations
1#4C5A66
2#4E5A65
3#4F5A63
4#515A62
5#525960
6#54595F
7#55595E
8#56595C
9#58595B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAED #EAEDF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DE #D9DEE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBC5 #BBC5CE | BordersInactive statesPlaceholder text |
| 400 | 97A6 #97A6B4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A8D #7A8D9F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E71 #5E7182 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B5A #4B5A68 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3640 #36404A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2229 #22292F | Primary textHigh emphasis contentDark headings |
| 950 | 151A #151A1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F9;
--charcoal-100: #EAEDF0;
--charcoal-200: #D9DEE3;
--charcoal-300: #BBC5CE;
--charcoal-400: #97A6B4;
--charcoal-500: #7A8D9F;
--charcoal-600: #5E7182;
--charcoal-700: #4B5A68;
--charcoal-800: #36404A;
--charcoal-900: #22292F;
--charcoal-950: #151A1E;
}