Charcoal
#47596B
BlueColor Codes
All color formats for development
HEX
#47596BRGB
rgb(71, 89, 107)HSL
hsl(210, 20%, 35%)OKLCH
oklch(0.456 0.037 248.6)CMYK
cmyk(34%, 17%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#405060
2#394756
3#323E4B
4#2B3640
5#242D36
6#1D242B
7#151B20
8#0E1215
9#07090B
Tints
Lighter variations
1#556A7F
2#627A93
3#748BA2
4#889CAF
5#9CACBD
6#AFBDCA
7#C3CDD7
8#D7DEE4
9#EBEEF2
Tones
Muted variations
1#495969
2#4B5968
3#4D5966
4#4F5964
5#505962
6#525960
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 | EAED #EAEDF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DE #D7DEE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C4 #B9C4D0 | BordersInactive statesPlaceholder text |
| 400 | 94A6 #94A6B8 | Disabled statesSecondary iconsMuted text |
| 500 | 758C #758CA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A70 #5A7087 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4759 #47596B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3340 #33404D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2129 #212931 | Primary textHigh emphasis contentDark headings |
| 950 | 141A #141A1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F9;
--charcoal-100: #EAEDF1;
--charcoal-200: #D7DEE4;
--charcoal-300: #B9C4D0;
--charcoal-400: #94A6B8;
--charcoal-500: #758CA3;
--charcoal-600: #5A7087;
--charcoal-700: #47596B;
--charcoal-800: #33404D;
--charcoal-900: #212931;
--charcoal-950: #141A1F;
}