Charcoal
#4A5168
BlueColor Codes
All color formats for development
HEX
#4A5168RGB
rgb(74, 81, 104)HSL
hsl(226, 17%, 35%)OKLCH
oklch(0.438 0.039 271.5)CMYK
cmyk(29%, 22%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43495E
2#3B4154
3#343949
4#2C313F
5#252934
6#1E202A
7#16181F
8#0F1015
9#07080A
Tints
Lighter variations
1#58607C
2#666F8F
3#77809F
4#8B93AC
5#9EA5BA
6#B1B7C8
7#C5C9D6
8#D8DBE3
9#ECEDF1
Tones
Muted variations
1#4C5267
2#4D5365
3#4F5464
4#505462
5#525561
6#53565F
7#55575E
8#56585C
9#58585B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEC #EAECF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DB #D8DBE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BABF #BABFCE | BordersInactive statesPlaceholder text |
| 400 | 979E #979EB5 | Disabled statesSecondary iconsMuted text |
| 500 | 7982 #7982A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D66 #5D6683 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A51 #4A5168 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 353A #353A4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2225 #222530 | Primary textHigh emphasis contentDark headings |
| 950 | 1517 #15171E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F9;
--charcoal-100: #EAECF0;
--charcoal-200: #D8DBE3;
--charcoal-300: #BABFCE;
--charcoal-400: #979EB5;
--charcoal-500: #7982A0;
--charcoal-600: #5D6683;
--charcoal-700: #4A5168;
--charcoal-800: #353A4B;
--charcoal-900: #222530;
--charcoal-950: #15171E;
}