Charcoal
#47576C
BlueColor Codes
All color formats for development
HEX
#47576CRGB
rgb(71, 87, 108)HSL
hsl(214, 21%, 35%)OKLCH
oklch(0.452 0.04 255.4)CMYK
cmyk(34%, 19%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F4E61
2#384556
3#313D4C
4#2A3441
5#232B36
6#1C232B
7#151A20
8#0E1116
9#07090B
Tints
Lighter variations
1#546780
2#617794
3#7388A3
4#8799B0
5#9BAABE
6#AFBBCB
7#C3CCD8
8#D7DDE5
9#EBEEF2
Tones
Muted variations
1#48576A
2#4A5768
3#4C5866
4#4E5864
5#505863
6#525861
7#54595F
8#56595D
9#57595B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9ED #E9EDF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DD #D7DDE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8C3 #B8C3D1 | BordersInactive statesPlaceholder text |
| 400 | 93A3 #93A3B8 | Disabled statesSecondary iconsMuted text |
| 500 | 7489 #7489A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 596D #596D88 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4757 #47576C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 323E #323E4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2028 #202831 | Primary textHigh emphasis contentDark headings |
| 950 | 1419 #14191F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F9;
--charcoal-100: #E9EDF1;
--charcoal-200: #D7DDE5;
--charcoal-300: #B8C3D1;
--charcoal-400: #93A3B8;
--charcoal-500: #7489A4;
--charcoal-600: #596D88;
--charcoal-700: #47576C;
--charcoal-800: #323E4D;
--charcoal-900: #202831;
--charcoal-950: #14191F;
}