Charcoal
#47586C
BlueColor Codes
All color formats for development
HEX
#47586CRGB
rgb(71, 88, 108)HSL
hsl(212, 21%, 35%)OKLCH
oklch(0.454 0.039 252.8)CMYK
cmyk(34%, 19%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F4F61
2#384656
3#313E4C
4#2A3541
5#232C36
6#1C232B
7#151A20
8#0E1216
9#07090B
Tints
Lighter variations
1#546880
2#617994
3#7389A3
4#879AB0
5#9BABBE
6#AFBCCB
7#C3CDD8
8#D7DDE5
9#EBEEF2
Tones
Muted variations
1#48586A
2#4A5868
3#4C5866
4#4E5964
5#505963
6#525961
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 | B8C4 #B8C4D1 | BordersInactive statesPlaceholder text |
| 400 | 93A5 #93A5B8 | Disabled statesSecondary iconsMuted text |
| 500 | 748B #748BA4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 596F #596F88 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4758 #47586C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 323F #323F4D | 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: #B8C4D1;
--charcoal-400: #93A5B8;
--charcoal-500: #748BA4;
--charcoal-600: #596F88;
--charcoal-700: #47586C;
--charcoal-800: #323F4D;
--charcoal-900: #202831;
--charcoal-950: #14191F;
}