Charcoal
#4C6467
CyanColor Codes
All color formats for development
HEX
#4C6467RGB
rgb(76, 100, 103)HSL
hsl(187, 15%, 35%)OKLCH
oklch(0.485 0.029 205.7)CMYK
cmyk(26%, 3%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#445A5C
2#3D5052
3#354648
4#2E3C3E
5#263233
6#1E2829
7#171E1F
8#0F1415
9#080A0A
Tints
Lighter variations
1#5A767A
2#68888D
3#7A989C
4#8DA7AA
5#A0B6B9
6#B3C4C7
7#C6D3D5
8#D9E2E3
9#ECF0F1
Tones
Muted variations
1#4D6265
2#4F6164
3#506063
4#515F61
5#535E60
6#545D5F
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 | D9E2 #D9E2E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCCB #BCCBCD | BordersInactive statesPlaceholder text |
| 400 | 98B0 #98B0B3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B99 #7B999D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F7D #5F7D81 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C64 #4C6467 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3647 #364749 | 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: #EAEFF0;
--charcoal-200: #D9E2E3;
--charcoal-300: #BCCBCD;
--charcoal-400: #98B0B3;
--charcoal-500: #7B999D;
--charcoal-600: #5F7D81;
--charcoal-700: #4C6467;
--charcoal-800: #364749;
--charcoal-900: #232D2F;
--charcoal-950: #161C1D;
}