Charcoal
#495B69
BlueColor Codes
All color formats for development
HEX
#495B69RGB
rgb(73, 91, 105)HSL
hsl(206, 18%, 35%)OKLCH
oklch(0.462 0.032 241.8)CMYK
cmyk(30%, 13%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42525F
2#3B4954
3#33404A
4#2C373F
5#252E35
6#1D252A
7#161B20
8#0F1215
9#07090B
Tints
Lighter variations
1#576C7D
2#647D90
3#768EA0
4#8A9EAD
5#9DAEBB
6#B1BEC9
7#C4CED6
8#D8DFE4
9#EBEFF1
Tones
Muted variations
1#4B5B68
2#4C5B66
3#4E5B64
4#505B63
5#515A61
6#535A60
7#545A5E
8#565A5C
9#58595B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEE #EAEEF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DF #D8DFE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BAC6 #BAC6CF | BordersInactive statesPlaceholder text |
| 400 | 96A8 #96A8B6 | Disabled statesSecondary iconsMuted text |
| 500 | 788F #788FA1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C73 #5C7384 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 495B #495B69 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3441 #34414B | Text on light backgroundsHeadingsStrong borders |
| 900 | 212A #212A30 | 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: #F6F8F9;
--charcoal-100: #EAEEF0;
--charcoal-200: #D8DFE4;
--charcoal-300: #BAC6CF;
--charcoal-400: #96A8B6;
--charcoal-500: #788FA1;
--charcoal-600: #5C7384;
--charcoal-700: #495B69;
--charcoal-800: #34414B;
--charcoal-900: #212A30;
--charcoal-950: #151A1E;
}