Charcoal
#47596C
BlueColor Codes
All color formats for development
HEX
#47596CRGB
rgb(71, 89, 108)HSL
hsl(211, 21%, 35%)OKLCH
oklch(0.457 0.038 250.1)CMYK
cmyk(34%, 18%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F5061
2#384756
3#313E4C
4#2A3541
5#232C36
6#1C232B
7#151B20
8#0E1216
9#07090B
Tints
Lighter variations
1#546980
2#617A94
3#738AA3
4#879BB0
5#9BACBE
6#AFBCCB
7#C3CDD8
8#D7DEE5
9#EBEEF2
Tones
Muted variations
1#48596A
2#4A5968
3#4C5966
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 | D7DE #D7DEE5 | 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 | 4759 #47596C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 323F #323F4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2029 #202931 | 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: #D7DEE5;
--charcoal-300: #B8C4D1;
--charcoal-400: #93A5B8;
--charcoal-500: #748BA4;
--charcoal-600: #596F88;
--charcoal-700: #47596C;
--charcoal-800: #323F4D;
--charcoal-900: #202931;
--charcoal-950: #14191F;
}