Charcoal
#47516B
BlueColor Codes
All color formats for development
HEX
#47516BRGB
rgb(71, 81, 107)HSL
hsl(223, 20%, 35%)OKLCH
oklch(0.437 0.045 268.2)CMYK
cmyk(34%, 24%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#404960
2#394156
3#32394B
4#2B3140
5#242936
6#1D212B
7#151820
8#0E1015
9#07080B
Tints
Lighter variations
1#55617F
2#627093
3#7481A2
4#8893AF
5#9CA5BD
6#AFB7CA
7#C3C9D7
8#D7DBE4
9#EBEDF2
Tones
Muted variations
1#495269
2#4B5368
3#4D5466
4#4F5564
5#505562
6#525660
7#54575F
8#56585D
9#57585B
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 | D7DB #D7DBE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9BF #B9BFD0 | BordersInactive statesPlaceholder text |
| 400 | 949E #949EB8 | Disabled statesSecondary iconsMuted text |
| 500 | 7582 #7582A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A66 #5A6687 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4752 #47526B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 333A #333A4D | 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: #EAECF1;
--charcoal-200: #D7DBE4;
--charcoal-300: #B9BFD0;
--charcoal-400: #949EB8;
--charcoal-500: #7582A3;
--charcoal-600: #5A6687;
--charcoal-700: #47526B;
--charcoal-800: #333A4D;
--charcoal-900: #212531;
--charcoal-950: #14171F;
}