Charcoal
#4D6266
CyanColor Codes
All color formats for development
HEX
#4D6266RGB
rgb(77, 98, 102)HSL
hsl(190, 14%, 35%)OKLCH
oklch(0.48 0.026 210.5)CMYK
cmyk(25%, 4%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#45585C
2#3D4E51
3#364447
4#2E3B3D
5#263133
6#1F2729
7#171D1F
8#0F1414
9#080A0A
Tints
Lighter variations
1#5B7479
2#69868C
3#7B969B
4#8EA5A9
5#A1B4B8
6#B3C3C6
7#C6D2D4
8#D9E1E2
9#ECF0F1
Tones
Muted variations
1#4E6164
2#4F6063
3#515F62
4#525E61
5#535D5F
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 | D9E1 #D9E1E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCCA #BCCACD | BordersInactive statesPlaceholder text |
| 400 | 99AE #99AEB2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C97 #7C979C | Primary brand colorCTAsActive elementsLinks |
| 600 | 607B #607B80 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D62 #4D6266 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3746 #374649 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232D #232D2F | 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: #BCCACD;
--charcoal-400: #99AEB2;
--charcoal-500: #7C979C;
--charcoal-600: #607B80;
--charcoal-700: #4D6266;
--charcoal-800: #374649;
--charcoal-900: #232D2F;
--charcoal-950: #161C1D;
}