Charcoal
#495969
BlueColor Codes
All color formats for development
HEX
#495969RGB
rgb(73, 89, 105)HSL
hsl(210, 18%, 35%)OKLCH
oklch(0.457 0.033 248.6)CMYK
cmyk(30%, 15%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42505F
2#3B4754
3#333E4A
4#2C363F
5#252D35
6#1D242A
7#161B20
8#0F1215
9#07090B
Tints
Lighter variations
1#576A7D
2#647A90
3#768BA0
4#8A9CAD
5#9DACBB
6#B1BDC9
7#C4CDD6
8#D8DEE4
9#EBEEF1
Tones
Muted variations
1#4B5968
2#4C5966
3#4E5964
4#505963
5#515961
6#535960
7#54595E
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 #D8DEE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BAC4 #BAC4CF | BordersInactive statesPlaceholder text |
| 400 | 96A6 #96A6B6 | Disabled statesSecondary iconsMuted text |
| 500 | 788C #788CA1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C70 #5C7084 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4959 #495969 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3440 #34404B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2129 #212930 | 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: #D8DEE4;
--charcoal-300: #BAC4CF;
--charcoal-400: #96A6B6;
--charcoal-500: #788CA1;
--charcoal-600: #5C7084;
--charcoal-700: #495969;
--charcoal-800: #34404B;
--charcoal-900: #212930;
--charcoal-950: #151A1E;
}