Charcoal
#496569
CyanColor Codes
All color formats for development
HEX
#496569RGB
rgb(73, 101, 105)HSL
hsl(188, 18%, 35%)OKLCH
oklch(0.486 0.034 207.1)CMYK
cmyk(30%, 4%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#425B5F
2#3B5154
3#33474A
4#2C3D3F
5#253335
6#1D282A
7#161E20
8#0F1415
9#070A0B
Tints
Lighter variations
1#57787D
2#648B90
3#769AA0
4#8AA9AD
5#9DB7BB
6#B1C5C9
7#C4D4D6
8#D8E2E4
9#EBF1F1
Tones
Muted variations
1#4B6468
2#4C6366
3#4E6164
4#506063
5#515F61
6#535E60
7#545D5E
8#565C5C
9#585A5B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAF0 #EAF0F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8E2 #D8E2E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BACC #BACCCF | BordersInactive statesPlaceholder text |
| 400 | 96B2 #96B2B6 | Disabled statesSecondary iconsMuted text |
| 500 | 789B #789BA1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C7F #5C7F84 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4965 #496569 | 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: #EAF0F0;
--charcoal-200: #D8E2E4;
--charcoal-300: #BACCCF;
--charcoal-400: #96B2B6;
--charcoal-500: #789BA1;
--charcoal-600: #5C7F84;
--charcoal-700: #496569;
--charcoal-800: #34484B;
--charcoal-900: #212E30;
--charcoal-950: #151D1E;
}