Charcoal
#4C6167
CyanColor Codes
All color formats for development
HEX
#4C6167RGB
rgb(76, 97, 103)HSL
hsl(193, 15%, 35%)OKLCH
oklch(0.478 0.027 217.1)CMYK
cmyk(26%, 6%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#44575C
2#3D4D52
3#354448
4#2E3A3E
5#263033
6#1E2729
7#171D1F
8#0F1315
9#080A0A
Tints
Lighter variations
1#5A737A
2#68858D
3#7A959C
4#8DA4AA
5#A0B3B9
6#B3C2C7
7#C6D2D5
8#D9E1E3
9#ECF0F1
Tones
Muted variations
1#4D6065
2#4F5F64
3#505F63
4#515E61
5#535D60
6#545C5F
7#555C5D
8#575B5C
9#585A5B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEF #EAEFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9E1 #D9E1E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC9 #BCC9CD | BordersInactive statesPlaceholder text |
| 400 | 98AD #98ADB3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B96 #7B969D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F7A #5F7A81 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C61 #4C6167 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3645 #364549 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232C #232C2F | 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: #EAEFF0;
--charcoal-200: #D9E1E3;
--charcoal-300: #BCC9CD;
--charcoal-400: #98ADB3;
--charcoal-500: #7B969D;
--charcoal-600: #5F7A81;
--charcoal-700: #4C6167;
--charcoal-800: #364549;
--charcoal-900: #232C2F;
--charcoal-950: #161C1D;
}