Charcoal
#4C6367
CyanColor Codes
All color formats for development
HEX
#4C6367RGB
rgb(76, 99, 103)HSL
hsl(189, 15%, 35%)OKLCH
oklch(0.483 0.028 209.3)CMYK
cmyk(26%, 4%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#44595C
2#3D4F52
3#354548
4#2E3B3E
5#263133
6#1E2729
7#171E1F
8#0F1415
9#080A0A
Tints
Lighter variations
1#5A757A
2#68878D
3#7A979C
4#8DA6AA
5#A0B5B9
6#B3C4C7
7#C6D2D5
8#D9E1E3
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 | D9E1 #D9E1E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCCB #BCCBCD | BordersInactive statesPlaceholder text |
| 400 | 98AF #98AFB3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B98 #7B989D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F7C #5F7C81 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C63 #4C6367 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3646 #364649 | 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: #D9E1E3;
--charcoal-300: #BCCBCD;
--charcoal-400: #98AFB3;
--charcoal-500: #7B989D;
--charcoal-600: #5F7C81;
--charcoal-700: #4C6367;
--charcoal-800: #364649;
--charcoal-900: #232D2F;
--charcoal-950: #161C1D;
}