Charcoal
#4A5868
BlueColor Codes
All color formats for development
HEX
#4A5868RGB
rgb(74, 88, 104)HSL
hsl(212, 17%, 35%)OKLCH
oklch(0.455 0.032 251.9)CMYK
cmyk(29%, 15%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#434F5E
2#3B4754
3#343E49
4#2C353F
5#252C34
6#1E232A
7#161A1F
8#0F1215
9#07090A
Tints
Lighter variations
1#58697C
2#66798F
3#778A9F
4#8B9AAC
5#9EABBA
6#B1BCC8
7#C5CDD6
8#D8DDE3
9#ECEEF1
Tones
Muted variations
1#4C5867
2#4D5865
3#4F5964
4#505962
5#525961
6#53595F
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 | BAC4 #BAC4CE | BordersInactive statesPlaceholder text |
| 400 | 97A5 #97A5B5 | Disabled statesSecondary iconsMuted text |
| 500 | 798B #798BA0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D6F #5D6F83 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A58 #4A5868 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 353F #353F4B | 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: #BAC4CE;
--charcoal-400: #97A5B5;
--charcoal-500: #798BA0;
--charcoal-600: #5D6F83;
--charcoal-700: #4A5868;
--charcoal-800: #353F4B;
--charcoal-900: #222830;
--charcoal-950: #15191E;
}