Charcoal
#4D6066
CyanColor Codes
All color formats for development
HEX
#4D6066RGB
rgb(77, 96, 102)HSL
hsl(194, 14%, 35%)OKLCH
oklch(0.476 0.025 219)CMYK
cmyk(25%, 6%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#45565C
2#3D4D51
3#364347
4#2E3A3D
5#263033
6#1F2629
7#171D1F
8#0F1314
9#080A0A
Tints
Lighter variations
1#5B7279
2#69848C
3#7B949B
4#8EA3A9
5#A1B2B8
6#B3C2C6
7#C6D1D4
8#D9E0E2
9#ECF0F1
Tones
Muted variations
1#4E5F64
2#4F5F63
3#515E62
4#525D61
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 | EBEE #EBEEF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9E0 #D9E0E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC9 #BCC9CD | BordersInactive statesPlaceholder text |
| 400 | 99AC #99ACB2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C95 #7C959C | Primary brand colorCTAsActive elementsLinks |
| 600 | 6079 #607980 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D60 #4D6066 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3745 #374549 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232C #232C2F | Primary textHigh emphasis contentDark headings |
| 950 | 161B #161B1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F8;
--charcoal-100: #EBEEF0;
--charcoal-200: #D9E0E2;
--charcoal-300: #BCC9CD;
--charcoal-400: #99ACB2;
--charcoal-500: #7C959C;
--charcoal-600: #607980;
--charcoal-700: #4D6066;
--charcoal-800: #374549;
--charcoal-900: #232C2F;
--charcoal-950: #161B1D;
}