Charcoal
#47506C
BlueColor Codes
All color formats for development
HEX
#47506CRGB
rgb(71, 80, 108)HSL
hsl(225, 21%, 35%)OKLCH
oklch(0.435 0.048 270.5)CMYK
cmyk(34%, 26%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F4861
2#384056
3#31384C
4#2A3041
5#232836
6#1C202B
7#151820
8#0E1016
9#07080B
Tints
Lighter variations
1#545F80
2#616E94
3#737FA3
4#8791B0
5#9BA3BE
6#AFB6CB
7#C3C8D8
8#D7DAE5
9#EBEDF2
Tones
Muted variations
1#48516A
2#4A5268
3#4C5366
4#4E5464
5#505563
6#525661
7#54565F
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 | E9EB #E9EBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DA #D7DAE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8BE #B8BED1 | BordersInactive statesPlaceholder text |
| 400 | 939C #939CB8 | Disabled statesSecondary iconsMuted text |
| 500 | 7480 #7480A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5964 #596488 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4750 #47506C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3239 #32394D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2025 #202531 | 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: #E9EBF1;
--charcoal-200: #D7DAE5;
--charcoal-300: #B8BED1;
--charcoal-400: #939CB8;
--charcoal-500: #7480A4;
--charcoal-600: #596488;
--charcoal-700: #47506C;
--charcoal-800: #32394D;
--charcoal-900: #202531;
--charcoal-950: #14171F;
}