Charcoal
#4C5967
BlueColor Codes
All color formats for development
HEX
#4C5967RGB
rgb(76, 89, 103)HSL
hsl(211, 15%, 35%)OKLCH
oklch(0.458 0.028 250.4)CMYK
cmyk(26%, 14%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#44505C
2#3D4752
3#353E48
4#2E353E
5#262C33
6#1E2429
7#171B1F
8#0F1215
9#08090A
Tints
Lighter variations
1#5A697A
2#687A8D
3#7A8A9C
4#8D9BAA
5#A0ACB9
6#B3BCC7
7#C6CDD5
8#D9DEE3
9#ECEEF1
Tones
Muted variations
1#4D5965
2#4F5964
3#505963
4#515961
5#535960
6#54595F
7#55595D
8#57595C
9#58595B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAED #EAEDF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DE #D9DEE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC4 #BCC4CD | BordersInactive statesPlaceholder text |
| 400 | 98A5 #98A5B3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B8C #7B8C9D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F70 #5F7081 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C59 #4C5967 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 363F #363F49 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2329 #23292F | Primary textHigh emphasis contentDark headings |
| 950 | 1619 #16191D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F8;
--charcoal-100: #EAEDF0;
--charcoal-200: #D9DEE3;
--charcoal-300: #BCC4CD;
--charcoal-400: #98A5B3;
--charcoal-500: #7B8C9D;
--charcoal-600: #5F7081;
--charcoal-700: #4C5967;
--charcoal-800: #363F49;
--charcoal-900: #23292F;
--charcoal-950: #16191D;
}