Charcoal
#47506B
BlueColor Codes
All color formats for development
HEX
#47506BRGB
rgb(71, 80, 107)HSL
hsl(225, 20%, 35%)OKLCH
oklch(0.435 0.046 270.1)CMYK
cmyk(34%, 25%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#404860
2#394056
3#32384B
4#2B3040
5#242836
6#1D202B
7#151820
8#0E1015
9#07080B
Tints
Lighter variations
1#555F7F
2#626E93
3#747FA2
4#8892AF
5#9CA4BD
6#AFB6CA
7#C3C8D7
8#D7DBE4
9#EBEDF2
Tones
Muted variations
1#495169
2#4B5268
3#4D5366
4#4F5464
5#505562
6#525660
7#54575F
8#56575D
9#57585B
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 | D7DB #D7DBE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9BE #B9BED0 | BordersInactive statesPlaceholder text |
| 400 | 949D #949DB8 | Disabled statesSecondary iconsMuted text |
| 500 | 7581 #7581A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A65 #5A6587 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4750 #47506B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3339 #33394D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2125 #212531 | Primary textHigh emphasis contentDark headings |
| 950 | 1417 #14171F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F9;
--charcoal-100: #EAEBF1;
--charcoal-200: #D7DBE4;
--charcoal-300: #B9BED0;
--charcoal-400: #949DB8;
--charcoal-500: #7581A3;
--charcoal-600: #5A6587;
--charcoal-700: #47506B;
--charcoal-800: #33394D;
--charcoal-900: #212531;
--charcoal-950: #14171F;
}