Charcoal
#47586B
BlueColor Codes
All color formats for development
HEX
#47586BRGB
rgb(71, 88, 107)HSL
hsl(212, 20%, 35%)OKLCH
oklch(0.454 0.038 251.5)CMYK
cmyk(34%, 18%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#404F60
2#394656
3#323E4B
4#2B3540
5#242C36
6#1D232B
7#151A20
8#0E1215
9#07090B
Tints
Lighter variations
1#55687F
2#627993
3#7489A2
4#889AAF
5#9CABBD
6#AFBCCA
7#C3CDD7
8#D7DDE4
9#EBEEF2
Tones
Muted variations
1#495869
2#4B5868
3#4D5866
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 | D7DD #D7DDE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C4 #B9C4D0 | BordersInactive statesPlaceholder text |
| 400 | 94A5 #94A5B8 | Disabled statesSecondary iconsMuted text |
| 500 | 758B #758BA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A6F #5A6F87 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4758 #47586B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 333F #333F4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2128 #212831 | 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: #EAEDF1;
--charcoal-200: #D7DDE4;
--charcoal-300: #B9C4D0;
--charcoal-400: #94A5B8;
--charcoal-500: #758BA3;
--charcoal-600: #5A6F87;
--charcoal-700: #47586B;
--charcoal-800: #333F4D;
--charcoal-900: #212831;
--charcoal-950: #14191F;
}