Charcoal
#495569
BlueColor Codes
All color formats for development
HEX
#495569RGB
rgb(73, 85, 105)HSL
hsl(218, 18%, 35%)OKLCH
oklch(0.447 0.036 260.6)CMYK
cmyk(30%, 19%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#424C5F
2#3B4454
3#333B4A
4#2C333F
5#252A35
6#1D222A
7#161920
8#0F1115
9#07080B
Tints
Lighter variations
1#57657D
2#647590
3#7685A0
4#8A97AD
5#9DA8BB
6#B1BAC9
7#C4CBD6
8#D8DCE4
9#EBEEF1
Tones
Muted variations
1#4B5568
2#4C5666
3#4E5664
4#505763
5#515761
6#535860
7#54585E
8#56585C
9#58595B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEC #EAECF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DC #D8DCE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BAC2 #BAC2CF | BordersInactive statesPlaceholder text |
| 400 | 96A1 #96A1B6 | Disabled statesSecondary iconsMuted text |
| 500 | 7887 #7887A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C6B #5C6B84 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4955 #495569 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 343D #343D4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2127 #212730 | Primary textHigh emphasis contentDark headings |
| 950 | 1518 #15181E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F9;
--charcoal-100: #EAECF0;
--charcoal-200: #D8DCE4;
--charcoal-300: #BAC2CF;
--charcoal-400: #96A1B6;
--charcoal-500: #7887A1;
--charcoal-600: #5C6B84;
--charcoal-700: #495569;
--charcoal-800: #343D4B;
--charcoal-900: #212730;
--charcoal-950: #15181E;
}