Charcoal
#4D6166
CyanColor Codes
All color formats for development
HEX
#4D6166RGB
rgb(77, 97, 102)HSL
hsl(192, 14%, 35%)OKLCH
oklch(0.478 0.026 214.6)CMYK
cmyk(25%, 5%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#45575C
2#3D4D51
3#364447
4#2E3A3D
5#263033
6#1F2729
7#171D1F
8#0F1314
9#080A0A
Tints
Lighter variations
1#5B7379
2#69858C
3#7B959B
4#8EA4A9
5#A1B3B8
6#B3C2C6
7#C6D1D4
8#D9E1E2
9#ECF0F1
Tones
Muted variations
1#4E6064
2#4F5F63
3#515E62
4#525E61
5#535D5F
6#545C5E
7#565B5D
8#575B5C
9#585A5A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEF #EBEFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9E1 #D9E1E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC9 #BCC9CD | BordersInactive statesPlaceholder text |
| 400 | 99AD #99ADB2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C96 #7C969C | Primary brand colorCTAsActive elementsLinks |
| 600 | 607A #607A80 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D61 #4D6166 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3745 #374549 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232C #232C2F | Primary textHigh emphasis contentDark headings |
| 950 | 161C #161C1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F8;
--charcoal-100: #EBEFF0;
--charcoal-200: #D9E1E2;
--charcoal-300: #BCC9CD;
--charcoal-400: #99ADB2;
--charcoal-500: #7C969C;
--charcoal-600: #607A80;
--charcoal-700: #4D6166;
--charcoal-800: #374549;
--charcoal-900: #232C2F;
--charcoal-950: #161C1D;
}