Charcoal
#48596A
BlueColor Codes
All color formats for development
HEX
#48596ARGB
rgb(72, 89, 106)HSL
hsl(210, 19%, 35%)OKLCH
oklch(0.456 0.035 248.6)CMYK
cmyk(32%, 16%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#415060
2#3A4755
3#333E4A
4#2B3640
5#242D35
6#1D242A
7#161B20
8#0E1215
9#07090B
Tints
Lighter variations
1#566A7E
2#637A92
3#758BA1
4#899CAE
5#9CACBC
6#B0BDC9
7#C4CDD7
8#D8DEE4
9#EBEEF2
Tones
Muted variations
1#4A5969
2#4C5967
3#4D5965
4#4F5963
5#515962
6#525960
7#54595E
8#56595D
9#58595B
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 | D8DE #D8DEE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C4 #B9C4CF | BordersInactive statesPlaceholder text |
| 400 | 95A6 #95A6B7 | Disabled statesSecondary iconsMuted text |
| 500 | 768C #768CA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B70 #5B7086 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4859 #48596A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3440 #34404C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2129 #212931 | 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: #EAEDF1;
--charcoal-200: #D8DEE4;
--charcoal-300: #B9C4CF;
--charcoal-400: #95A6B7;
--charcoal-500: #768CA2;
--charcoal-600: #5B7086;
--charcoal-700: #48596A;
--charcoal-800: #34404C;
--charcoal-900: #212931;
--charcoal-950: #151A1E;
}