Charcoal
#4D6666
CyanColor Codes
All color formats for development
HEX
#4D6666RGB
rgb(77, 102, 102)HSL
hsl(180, 14%, 35%)OKLCH
oklch(0.49 0.03 196.2)CMYK
cmyk(25%, 0%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#455C5C
2#3D5151
3#364747
4#2E3D3D
5#263333
6#1F2929
7#171F1F
8#0F1414
9#080A0A
Tints
Lighter variations
1#5B7979
2#698C8C
3#7B9B9B
4#8EA9A9
5#A1B8B8
6#B3C6C6
7#C6D4D4
8#D9E2E2
9#ECF1F1
Tones
Muted variations
1#4E6464
2#4F6363
3#516262
4#526161
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 | EBF0 #EBF0F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9E2 #D9E2E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCCD #BCCDCD | BordersInactive statesPlaceholder text |
| 400 | 99B2 #99B2B2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C9C #7C9C9C | Primary brand colorCTAsActive elementsLinks |
| 600 | 6080 #608080 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D66 #4D6666 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3749 #374949 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232F #232F2F | 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: #EBF0F0;
--charcoal-200: #D9E2E2;
--charcoal-300: #BCCDCD;
--charcoal-400: #99B2B2;
--charcoal-500: #7C9C9C;
--charcoal-600: #608080;
--charcoal-700: #4D6666;
--charcoal-800: #374949;
--charcoal-900: #232F2F;
--charcoal-950: #161D1D;
}