Charcoal
#496869
CyanColor Codes
All color formats for development
HEX
#496869RGB
rgb(73, 104, 105)HSL
hsl(182, 18%, 35%)OKLCH
oklch(0.494 0.036 198.6)CMYK
cmyk(30%, 1%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#425E5F
2#3B5354
3#33494A
4#2C3F3F
5#253435
6#1D2A2A
7#161F20
8#0F1515
9#070A0B
Tints
Lighter variations
1#577C7D
2#648F90
3#769EA0
4#8AACAD
5#9DBABB
6#B1C8C9
7#C4D6D6
8#D8E3E4
9#EBF1F1
Tones
Muted variations
1#4B6768
2#4C6566
3#4E6464
4#506263
5#516161
6#535F60
7#545E5E
8#565C5C
9#585B5B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F9 #F6F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAF0 #EAF0F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8E3 #D8E3E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BACE #BACECF | BordersInactive statesPlaceholder text |
| 400 | 96B5 #96B5B6 | Disabled statesSecondary iconsMuted text |
| 500 | 78A0 #78A0A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C83 #5C8384 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4968 #496869 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 344A #344A4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2130 #213030 | Primary textHigh emphasis contentDark headings |
| 950 | 151E #151E1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F9F9;
--charcoal-100: #EAF0F0;
--charcoal-200: #D8E3E4;
--charcoal-300: #BACECF;
--charcoal-400: #96B5B6;
--charcoal-500: #78A0A1;
--charcoal-600: #5C8384;
--charcoal-700: #496869;
--charcoal-800: #344A4B;
--charcoal-900: #213030;
--charcoal-950: #151E1E;
}