Charcoal
#4A5568
BlueColor Codes
All color formats for development
HEX
#4A5568RGB
rgb(74, 85, 104)HSL
hsl(218, 17%, 35%)OKLCH
oklch(0.447 0.034 261.3)CMYK
cmyk(29%, 18%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#434D5E
2#3B4454
3#343C49
4#2C333F
5#252B34
6#1E222A
7#161A1F
8#0F1115
9#07090A
Tints
Lighter variations
1#58657C
2#66758F
3#77869F
4#8B97AC
5#9EA8BA
6#B1BAC8
7#C5CBD6
8#D8DCE3
9#ECEEF1
Tones
Muted variations
1#4C5667
2#4D5665
3#4F5664
4#505762
5#525761
6#53585F
7#55585E
8#56585C
9#58595B
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 | D8DC #D8DCE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BAC2 #BAC2CE | BordersInactive statesPlaceholder text |
| 400 | 97A2 #97A2B5 | Disabled statesSecondary iconsMuted text |
| 500 | 7987 #7987A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D6B #5D6B83 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A55 #4A5568 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 353D #353D4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2227 #222730 | Primary textHigh emphasis contentDark headings |
| 950 | 1518 #15181E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F9;
--charcoal-100: #EAECF0;
--charcoal-200: #D8DCE3;
--charcoal-300: #BAC2CE;
--charcoal-400: #97A2B5;
--charcoal-500: #7987A0;
--charcoal-600: #5D6B83;
--charcoal-700: #4A5568;
--charcoal-800: #353D4B;
--charcoal-900: #222730;
--charcoal-950: #15181E;
}