Charcoal
#495D69
BlueColor Codes
All color formats for development
HEX
#495D69RGB
rgb(73, 93, 105)HSL
hsl(203, 18%, 35%)OKLCH
oklch(0.466 0.031 234.7)CMYK
cmyk(30%, 11%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42545F
2#3B4A54
3#33414A
4#2C383F
5#252E35
6#1D252A
7#161C20
8#0F1315
9#07090B
Tints
Lighter variations
1#576E7D
2#648090
3#7690A0
4#8AA0AD
5#9DB0BB
6#B1BFC9
7#C4CFD6
8#D8DFE4
9#EBEFF1
Tones
Muted variations
1#4B5D68
2#4C5C66
3#4E5C64
4#505B63
5#515B61
6#535B60
7#545A5E
8#565A5C
9#585A5B
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 | BAC7 #BAC7CF | BordersInactive statesPlaceholder text |
| 400 | 96A9 #96A9B6 | Disabled statesSecondary iconsMuted text |
| 500 | 7891 #7891A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C75 #5C7584 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 495D #495D69 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3442 #34424B | Text on light backgroundsHeadingsStrong borders |
| 900 | 212B #212B30 | Primary textHigh emphasis contentDark headings |
| 950 | 151B #151B1E | 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: #BAC7CF;
--charcoal-400: #96A9B6;
--charcoal-500: #7891A1;
--charcoal-600: #5C7584;
--charcoal-700: #495D69;
--charcoal-800: #34424B;
--charcoal-900: #212B30;
--charcoal-950: #151B1E;
}