Charcoal
#47566C
BlueColor Codes
All color formats for development
HEX
#47566CRGB
rgb(71, 86, 108)HSL
hsl(216, 21%, 35%)OKLCH
oklch(0.449 0.041 257.9)CMYK
cmyk(34%, 20%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F4D61
2#384456
3#313C4C
4#2A3341
5#232B36
6#1C222B
7#151A20
8#0E1116
9#07090B
Tints
Lighter variations
1#546580
2#617594
3#7386A3
4#8797B0
5#9BA9BE
6#AFBACB
7#C3CBD8
8#D7DCE5
9#EBEEF2
Tones
Muted variations
1#48566A
2#4A5668
3#4C5766
4#4E5764
5#505763
6#525861
7#54585F
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 | E9EC #E9ECF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DC #D7DCE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8C2 #B8C2D1 | BordersInactive statesPlaceholder text |
| 400 | 93A2 #93A2B8 | Disabled statesSecondary iconsMuted text |
| 500 | 7487 #7487A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 596B #596B88 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4756 #47566C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 323D #323D4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2027 #202731 | 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: #E9ECF1;
--charcoal-200: #D7DCE5;
--charcoal-300: #B8C2D1;
--charcoal-400: #93A2B8;
--charcoal-500: #7487A4;
--charcoal-600: #596B88;
--charcoal-700: #47566C;
--charcoal-800: #323D4D;
--charcoal-900: #202731;
--charcoal-950: #14181F;
}