Charcoal
#495A69
BlueColor Codes
All color formats for development
HEX
#495A69RGB
rgb(73, 90, 105)HSL
hsl(208, 18%, 35%)OKLCH
oklch(0.459 0.032 245.2)CMYK
cmyk(30%, 14%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42515F
2#3B4854
3#333F4A
4#2C363F
5#252D35
6#1D242A
7#161B20
8#0F1215
9#07090B
Tints
Lighter variations
1#576B7D
2#647C90
3#768CA0
4#8A9DAD
5#9DADBB
6#B1BDC9
7#C4CED6
8#D8DEE4
9#EBEFF1
Tones
Muted variations
1#4B5A68
2#4C5A66
3#4E5A64
4#505A63
5#515A61
6#535A60
7#545A5E
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 | BAC5 #BAC5CF | BordersInactive statesPlaceholder text |
| 400 | 96A7 #96A7B6 | Disabled statesSecondary iconsMuted text |
| 500 | 788E #788EA1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C72 #5C7284 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 495A #495A69 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3441 #34414B | 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: #BAC5CF;
--charcoal-400: #96A7B6;
--charcoal-500: #788EA1;
--charcoal-600: #5C7284;
--charcoal-700: #495A69;
--charcoal-800: #34414B;
--charcoal-900: #212930;
--charcoal-950: #151A1E;
}