Charcoal
#496469
CyanColor Codes
All color formats for development
HEX
#496469RGB
rgb(73, 100, 105)HSL
hsl(189, 18%, 35%)OKLCH
oklch(0.484 0.033 210.2)CMYK
cmyk(30%, 5%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#425A5F
2#3B5054
3#33464A
4#2C3C3F
5#253235
6#1D282A
7#161E20
8#0F1415
9#070A0B
Tints
Lighter variations
1#57777D
2#648A90
3#769AA0
4#8AA8AD
5#9DB7BB
6#B1C5C9
7#C4D4D6
8#D8E2E4
9#EBF1F1
Tones
Muted variations
1#4B6368
2#4C6266
3#4E6164
4#506063
5#515F61
6#535E60
7#545D5E
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 | D8E2 #D8E2E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BACC #BACCCF | BordersInactive statesPlaceholder text |
| 400 | 96B1 #96B1B6 | Disabled statesSecondary iconsMuted text |
| 500 | 789B #789BA1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C7E #5C7E84 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4964 #496469 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3448 #34484B | Text on light backgroundsHeadingsStrong borders |
| 900 | 212E #212E30 | Primary textHigh emphasis contentDark headings |
| 950 | 151D #151D1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F9;
--charcoal-100: #EAEFF0;
--charcoal-200: #D8E2E4;
--charcoal-300: #BACCCF;
--charcoal-400: #96B1B6;
--charcoal-500: #789BA1;
--charcoal-600: #5C7E84;
--charcoal-700: #496469;
--charcoal-800: #34484B;
--charcoal-900: #212E30;
--charcoal-950: #151D1E;
}