Charcoal
#48506A
BlueColor Codes
All color formats for development
HEX
#48506ARGB
rgb(72, 80, 106)HSL
hsl(226, 19%, 35%)OKLCH
oklch(0.435 0.044 271.2)CMYK
cmyk(32%, 25%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#414860
2#3A4055
3#33384A
4#2B3040
5#242835
6#1D202A
7#161820
8#0E1015
9#07080B
Tints
Lighter variations
1#565F7E
2#636E92
3#757FA1
4#8991AE
5#9CA4BC
6#B0B6C9
7#C4C8D7
8#D8DAE4
9#EBEDF2
Tones
Muted variations
1#4A5169
2#4C5267
3#4D5365
4#4F5463
5#515562
6#525660
7#54575E
8#56575D
9#58585B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEB #EAEBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DA #D8DAE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9BE #B9BECF | BordersInactive statesPlaceholder text |
| 400 | 959D #959DB7 | Disabled statesSecondary iconsMuted text |
| 500 | 7681 #7681A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B65 #5B6586 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4850 #48506A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3439 #34394C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2125 #212531 | Primary textHigh emphasis contentDark headings |
| 950 | 1517 #15171E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F9;
--charcoal-100: #EAEBF1;
--charcoal-200: #D8DAE4;
--charcoal-300: #B9BECF;
--charcoal-400: #959DB7;
--charcoal-500: #7681A2;
--charcoal-600: #5B6586;
--charcoal-700: #48506A;
--charcoal-800: #34394C;
--charcoal-900: #212531;
--charcoal-950: #15171E;
}