Charcoal
#496269
CyanColor Codes
All color formats for development
HEX
#496269RGB
rgb(73, 98, 105)HSL
hsl(193, 18%, 35%)OKLCH
oklch(0.479 0.032 216.8)CMYK
cmyk(30%, 7%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42595F
2#3B4F54
3#33454A
4#2C3B3F
5#253135
6#1D272A
7#161E20
8#0F1415
9#070A0B
Tints
Lighter variations
1#57757D
2#648790
3#7697A0
4#8AA6AD
5#9DB5BB
6#B1C3C9
7#C4D2D6
8#D8E1E4
9#EBF0F1
Tones
Muted variations
1#4B6168
2#4C6166
3#4E6064
4#505F63
5#515E61
6#535D60
7#545C5E
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 | D8E1 #D8E1E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BACA #BACACF | BordersInactive statesPlaceholder text |
| 400 | 96AF #96AFB6 | Disabled statesSecondary iconsMuted text |
| 500 | 7898 #7898A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C7C #5C7C84 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4962 #496269 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3446 #34464B | Text on light backgroundsHeadingsStrong borders |
| 900 | 212D #212D30 | Primary textHigh emphasis contentDark headings |
| 950 | 151C #151C1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F9;
--charcoal-100: #EAEFF0;
--charcoal-200: #D8E1E4;
--charcoal-300: #BACACF;
--charcoal-400: #96AFB6;
--charcoal-500: #7898A1;
--charcoal-600: #5C7C84;
--charcoal-700: #496269;
--charcoal-800: #34464B;
--charcoal-900: #212D30;
--charcoal-950: #151C1E;
}