Charcoal
#4A5768
BlueColor Codes
All color formats for development
HEX
#4A5768RGB
rgb(74, 87, 104)HSL
hsl(214, 17%, 35%)OKLCH
oklch(0.452 0.032 255.2)CMYK
cmyk(29%, 16%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#434F5E
2#3B4654
3#343D49
4#2C343F
5#252C34
6#1E232A
7#161A1F
8#0F1115
9#07090A
Tints
Lighter variations
1#58677C
2#66788F
3#77889F
4#8B99AC
5#9EAABA
6#B1BBC8
7#C5CCD6
8#D8DDE3
9#ECEEF1
Tones
Muted variations
1#4C5767
2#4D5865
3#4F5864
4#505862
5#525861
6#53585F
7#55595E
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 | D8DD #D8DDE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BAC3 #BAC3CE | BordersInactive statesPlaceholder text |
| 400 | 97A4 #97A4B5 | Disabled statesSecondary iconsMuted text |
| 500 | 798A #798AA0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D6E #5D6E83 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A57 #4A5768 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 353E #353E4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2228 #222830 | Primary textHigh emphasis contentDark headings |
| 950 | 1519 #15191E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F9;
--charcoal-100: #EAEDF0;
--charcoal-200: #D8DDE3;
--charcoal-300: #BAC3CE;
--charcoal-400: #97A4B5;
--charcoal-500: #798AA0;
--charcoal-600: #5D6E83;
--charcoal-700: #4A5768;
--charcoal-800: #353E4B;
--charcoal-900: #222830;
--charcoal-950: #15191E;
}