Charcoal
#496669
CyanColor Codes
All color formats for development
HEX
#496669RGB
rgb(73, 102, 105)HSL
hsl(186, 18%, 35%)OKLCH
oklch(0.489 0.034 204.1)CMYK
cmyk(30%, 3%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#425C5F
2#3B5254
3#33474A
4#2C3D3F
5#253335
6#1D292A
7#161F20
8#0F1415
9#070A0B
Tints
Lighter variations
1#57797D
2#648C90
3#769CA0
4#8AAAAD
5#9DB8BB
6#B1C6C9
7#C4D4D6
8#D8E3E4
9#EBF1F1
Tones
Muted variations
1#4B6568
2#4C6466
3#4E6264
4#506163
5#516061
6#535E60
7#545D5E
8#565C5C
9#585B5B
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 | D8E3 #D8E3E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BACD #BACDCF | BordersInactive statesPlaceholder text |
| 400 | 96B3 #96B3B6 | Disabled statesSecondary iconsMuted text |
| 500 | 789D #789DA1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C80 #5C8084 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4966 #496669 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3449 #34494B | 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: #F6F8F9;
--charcoal-100: #EAF0F0;
--charcoal-200: #D8E3E4;
--charcoal-300: #BACDCF;
--charcoal-400: #96B3B6;
--charcoal-500: #789DA1;
--charcoal-600: #5C8084;
--charcoal-700: #496669;
--charcoal-800: #34494B;
--charcoal-900: #212F30;
--charcoal-950: #151D1E;
}