Charcoal
#4D6466
CyanColor Codes
All color formats for development
HEX
#4D6466RGB
rgb(77, 100, 102)HSL
hsl(185, 14%, 35%)OKLCH
oklch(0.485 0.028 202.9)CMYK
cmyk(25%, 2%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#455A5C
2#3D5051
3#364647
4#2E3C3D
5#263233
6#1F2829
7#171E1F
8#0F1414
9#080A0A
Tints
Lighter variations
1#5B7679
2#69898C
3#7B999B
4#8EA7A9
5#A1B6B8
6#B3C4C6
7#C6D3D4
8#D9E2E2
9#ECF0F1
Tones
Muted variations
1#4E6364
2#4F6263
3#516162
4#525F61
5#535E5F
6#545D5E
7#565C5D
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 | D9E2 #D9E2E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCCB #BCCBCD | BordersInactive statesPlaceholder text |
| 400 | 99B0 #99B0B2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C9A #7C9A9C | Primary brand colorCTAsActive elementsLinks |
| 600 | 607D #607D80 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D64 #4D6466 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3747 #374749 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232E #232E2F | 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: #D9E2E2;
--charcoal-300: #BCCBCD;
--charcoal-400: #99B0B2;
--charcoal-500: #7C9A9C;
--charcoal-600: #607D80;
--charcoal-700: #4D6466;
--charcoal-800: #374749;
--charcoal-900: #232E2F;
--charcoal-950: #161C1D;
}