Charcoal
#47516C
BlueColor Codes
All color formats for development
HEX
#47516CRGB
rgb(71, 81, 108)HSL
hsl(224, 21%, 35%)OKLCH
oklch(0.437 0.047 268.7)CMYK
cmyk(34%, 25%, 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#7380A3
4#8792B0
5#9BA4BE
6#AFB6CB
7#C3C8D8
8#D7DBE5
9#EBEDF2
Tones
Muted variations
1#48516A
2#4A5268
3#4C5366
4#4E5464
5#505563
6#525661
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 | E9EB #E9EBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DB #D7DBE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8BF #B8BFD1 | BordersInactive statesPlaceholder text |
| 400 | 939D #939DB8 | Disabled statesSecondary iconsMuted text |
| 500 | 7481 #7481A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5965 #596588 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4751 #47516C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 323A #323A4D | 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: #D7DBE5;
--charcoal-300: #B8BFD1;
--charcoal-400: #939DB8;
--charcoal-500: #7481A4;
--charcoal-600: #596588;
--charcoal-700: #47516C;
--charcoal-800: #323A4D;
--charcoal-900: #202531;
--charcoal-950: #14171F;
}