Charcoal
#496769
CyanColor Codes
All color formats for development
HEX
#496769RGB
rgb(73, 103, 105)HSL
hsl(184, 18%, 35%)OKLCH
oklch(0.491 0.035 201.3)CMYK
cmyk(30%, 2%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#425D5F
2#3B5354
3#33484A
4#2C3E3F
5#253435
6#1D292A
7#161F20
8#0F1515
9#070A0B
Tints
Lighter variations
1#577A7D
2#648D90
3#769DA0
4#8AABAD
5#9DB9BB
6#B1C7C9
7#C4D5D6
8#D8E3E4
9#EBF1F1
Tones
Muted variations
1#4B6668
2#4C6466
3#4E6364
4#506263
5#516061
6#535F60
7#545D5E
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 | BACD #BACDCF | BordersInactive statesPlaceholder text |
| 400 | 96B4 #96B4B6 | Disabled statesSecondary iconsMuted text |
| 500 | 789E #789EA1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C82 #5C8284 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4967 #496769 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 344A #344A4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 212F #212F30 | 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: #F6F9F9;
--charcoal-100: #EAF0F0;
--charcoal-200: #D8E3E4;
--charcoal-300: #BACDCF;
--charcoal-400: #96B4B6;
--charcoal-500: #789EA1;
--charcoal-600: #5C8284;
--charcoal-700: #496769;
--charcoal-800: #344A4B;
--charcoal-900: #212F30;
--charcoal-950: #151D1E;
}