Charcoal
#4C6767
CyanColor Codes
All color formats for development
HEX
#4C6767RGB
rgb(76, 103, 103)HSL
hsl(180, 15%, 35%)OKLCH
oklch(0.492 0.032 196.2)CMYK
cmyk(26%, 0%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#445C5C
2#3D5252
3#354848
4#2E3E3E
5#263333
6#1E2929
7#171F1F
8#0F1515
9#080A0A
Tints
Lighter variations
1#5A7A7A
2#688D8D
3#7A9C9C
4#8DAAAA
5#A0B9B9
6#B3C7C7
7#C6D5D5
8#D9E3E3
9#ECF1F1
Tones
Muted variations
1#4D6565
2#4F6464
3#506363
4#516161
5#536060
6#545F5F
7#555D5D
8#575C5C
9#585B5B
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 | D9E3 #D9E3E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCCD #BCCDCD | BordersInactive statesPlaceholder text |
| 400 | 98B3 #98B3B3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B9D #7B9D9D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F81 #5F8181 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C67 #4C6767 | 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: #D9E3E3;
--charcoal-300: #BCCDCD;
--charcoal-400: #98B3B3;
--charcoal-500: #7B9D9D;
--charcoal-600: #5F8181;
--charcoal-700: #4C6767;
--charcoal-800: #364949;
--charcoal-900: #232F2F;
--charcoal-950: #161D1D;
}