Charcoal
#4C6667
CyanColor Codes
All color formats for development
HEX
#4C6667RGB
rgb(76, 102, 103)HSL
hsl(182, 15%, 35%)OKLCH
oklch(0.49 0.031 199.1)CMYK
cmyk(26%, 1%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#445C5C
2#3D5152
3#354748
4#2E3D3E
5#263333
6#1E2929
7#171F1F
8#0F1415
9#080A0A
Tints
Lighter variations
1#5A797A
2#688C8D
3#7A9B9C
4#8DA9AA
5#A0B8B9
6#B3C6C7
7#C6D4D5
8#D9E2E3
9#ECF1F1
Tones
Muted variations
1#4D6465
2#4F6364
3#506263
4#516161
5#535F60
6#545E5F
7#555D5D
8#575C5C
9#585A5B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAF0 #EAF0F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9E2 #D9E2E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCCD #BCCDCD | BordersInactive statesPlaceholder text |
| 400 | 98B2 #98B2B3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B9C #7B9C9D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F80 #5F8081 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C66 #4C6667 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3649 #364949 | 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: #EAF0F0;
--charcoal-200: #D9E2E3;
--charcoal-300: #BCCDCD;
--charcoal-400: #98B2B3;
--charcoal-500: #7B9C9D;
--charcoal-600: #5F8081;
--charcoal-700: #4C6667;
--charcoal-800: #364949;
--charcoal-900: #232F2F;
--charcoal-950: #161D1D;
}