Charcoal
#4A5968
BlueColor Codes
All color formats for development
HEX
#4A5968RGB
rgb(74, 89, 104)HSL
hsl(210, 17%, 35%)OKLCH
oklch(0.457 0.031 248.5)CMYK
cmyk(29%, 14%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43505E
2#3B4754
3#343E49
4#2C363F
5#252D34
6#1E242A
7#161B1F
8#0F1215
9#07090A
Tints
Lighter variations
1#586A7C
2#667A8F
3#778B9F
4#8B9CAC
5#9EACBA
6#B1BDC8
7#C5CDD6
8#D8DEE3
9#ECEEF1
Tones
Muted variations
1#4C5967
2#4D5965
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 | D8DE #D8DEE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BAC4 #BAC4CE | BordersInactive statesPlaceholder text |
| 400 | 97A6 #97A6B5 | Disabled statesSecondary iconsMuted text |
| 500 | 798C #798CA0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D70 #5D7083 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A59 #4A5968 | 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: #BAC4CE;
--charcoal-400: #97A6B5;
--charcoal-500: #798CA0;
--charcoal-600: #5D7083;
--charcoal-700: #4A5968;
--charcoal-800: #35404B;
--charcoal-900: #222930;
--charcoal-950: #151A1E;
}