Charcoal
#4A5A68
BlueColor Codes
All color formats for development
HEX
#4A5A68RGB
rgb(74, 90, 104)HSL
hsl(208, 17%, 35%)OKLCH
oklch(0.459 0.03 244.9)CMYK
cmyk(29%, 13%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43515E
2#3B4854
3#343F49
4#2C363F
5#252D34
6#1E242A
7#161B1F
8#0F1215
9#07090A
Tints
Lighter variations
1#586B7C
2#667C8F
3#778C9F
4#8B9DAC
5#9EADBA
6#B1BDC8
7#C5CED6
8#D8DEE3
9#ECEFF1
Tones
Muted variations
1#4C5A67
2#4D5A65
3#4F5A64
4#505A62
5#525A61
6#535A5F
7#555A5E
8#56595C
9#58595B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAED #EAEDF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DE #D8DEE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BAC5 #BAC5CE | BordersInactive statesPlaceholder text |
| 400 | 97A7 #97A7B5 | Disabled statesSecondary iconsMuted text |
| 500 | 798E #798EA0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D71 #5D7183 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A5A #4A5A68 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3540 #35404B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2229 #222930 | Primary textHigh emphasis contentDark headings |
| 950 | 151A #151A1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F9;
--charcoal-100: #EAEDF0;
--charcoal-200: #D8DEE3;
--charcoal-300: #BAC5CE;
--charcoal-400: #97A7B5;
--charcoal-500: #798EA0;
--charcoal-600: #5D7183;
--charcoal-700: #4A5A68;
--charcoal-800: #35404B;
--charcoal-900: #222930;
--charcoal-950: #151A1E;
}