Charcoal
#4D6566
CyanColor Codes
All color formats for development
HEX
#4D6566RGB
rgb(77, 101, 102)HSL
hsl(182, 14%, 35%)OKLCH
oklch(0.488 0.029 199.4)CMYK
cmyk(25%, 1%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#455B5C
2#3D5151
3#364747
4#2E3D3D
5#263233
6#1F2829
7#171E1F
8#0F1414
9#080A0A
Tints
Lighter variations
1#5B7879
2#698A8C
3#7B9A9B
4#8EA9A9
5#A1B7B8
6#B3C5C6
7#C6D4D4
8#D9E2E2
9#ECF1F1
Tones
Muted variations
1#4E6464
2#4F6363
3#516162
4#526061
5#535F5F
6#545E5E
7#565D5D
8#575C5C
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 | BCCC #BCCCCD | BordersInactive statesPlaceholder text |
| 400 | 99B1 #99B1B2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C9B #7C9B9C | Primary brand colorCTAsActive elementsLinks |
| 600 | 607F #607F80 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D65 #4D6566 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3748 #374849 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232E #232E2F | Primary textHigh emphasis contentDark headings |
| 950 | 161D #161D1D | 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: #BCCCCD;
--charcoal-400: #99B1B2;
--charcoal-500: #7C9B9C;
--charcoal-600: #607F80;
--charcoal-700: #4D6566;
--charcoal-800: #374849;
--charcoal-900: #232E2F;
--charcoal-950: #161D1D;
}