Charcoal
#496069
BlueColor Codes
All color formats for development
HEX
#496069RGB
rgb(73, 96, 105)HSL
hsl(197, 18%, 35%)OKLCH
oklch(0.474 0.031 223.8)CMYK
cmyk(30%, 9%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42575F
2#3B4D54
3#33434A
4#2C3A3F
5#253035
6#1D262A
7#161D20
8#0F1315
9#070A0B
Tints
Lighter variations
1#57727D
2#648490
3#7694A0
4#8AA3AD
5#9DB3BB
6#B1C2C9
7#C4D1D6
8#D8E0E4
9#EBF0F1
Tones
Muted variations
1#4B6068
2#4C5F66
3#4E5E64
4#505D63
5#515D61
6#535C60
7#545B5E
8#565B5C
9#585A5B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEF #EAEFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8E0 #D8E0E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BAC9 #BAC9CF | BordersInactive statesPlaceholder text |
| 400 | 96AD #96ADB6 | Disabled statesSecondary iconsMuted text |
| 500 | 7895 #7895A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C79 #5C7984 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4960 #496069 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3445 #34454B | Text on light backgroundsHeadingsStrong borders |
| 900 | 212C #212C30 | 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: #EAEFF0;
--charcoal-200: #D8E0E4;
--charcoal-300: #BAC9CF;
--charcoal-400: #96ADB6;
--charcoal-500: #7895A1;
--charcoal-600: #5C7984;
--charcoal-700: #496069;
--charcoal-800: #34454B;
--charcoal-900: #212C30;
--charcoal-950: #151B1E;
}