Charcoal
#47556B
BlueColor Codes
All color formats for development
HEX
#47556BRGB
rgb(71, 85, 107)HSL
hsl(217, 20%, 35%)OKLCH
oklch(0.446 0.04 259.3)CMYK
cmyk(34%, 21%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#404D60
2#394456
3#323C4B
4#2B3340
5#242B36
6#1D222B
7#151A20
8#0E1115
9#07090B
Tints
Lighter variations
1#55657F
2#627593
3#7486A2
4#8897AF
5#9CA8BD
6#AFBACA
7#C3CBD7
8#D7DCE4
9#EBEEF2
Tones
Muted variations
1#495669
2#4B5668
3#4D5666
4#4F5764
5#505762
6#525860
7#54585F
8#56585D
9#57595B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEC #EAECF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DC #D7DCE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C2 #B9C2D0 | BordersInactive statesPlaceholder text |
| 400 | 94A2 #94A2B8 | Disabled statesSecondary iconsMuted text |
| 500 | 7587 #7587A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A6B #5A6B87 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4755 #47556B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 333D #333D4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2127 #212731 | Primary textHigh emphasis contentDark headings |
| 950 | 1418 #14181F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F9;
--charcoal-100: #EAECF1;
--charcoal-200: #D7DCE4;
--charcoal-300: #B9C2D0;
--charcoal-400: #94A2B8;
--charcoal-500: #7587A3;
--charcoal-600: #5A6B87;
--charcoal-700: #47556B;
--charcoal-800: #333D4D;
--charcoal-900: #212731;
--charcoal-950: #14181F;
}