Charcoal
#4B6768
CyanColor Codes
All color formats for development
HEX
#4B6768RGB
rgb(75, 103, 104)HSL
hsl(182, 16%, 35%)OKLCH
oklch(0.492 0.033 198.9)CMYK
cmyk(28%, 1%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#435C5D
2#3C5253
3#344848
4#2D3E3E
5#253334
6#1E2929
7#161F1F
8#0F1515
9#070A0A
Tints
Lighter variations
1#597A7B
2#678D8E
3#789C9E
4#8CAAAB
5#9FB9B9
6#B2C7C7
7#C5D5D5
8#D9E3E3
9#ECF1F1
Tones
Muted variations
1#4C6566
2#4E6465
3#4F6363
4#516162
5#526060
6#545F5F
7#555D5E
8#565C5C
9#585B5B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAF0 #EAF0F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9E3 #D9E3E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBCD #BBCDCE | BordersInactive statesPlaceholder text |
| 400 | 97B3 #97B3B4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A9D #7A9D9F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E81 #5E8182 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B67 #4B6768 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3649 #36494A | Text on light backgroundsHeadingsStrong borders |
| 900 | 222F #222F2F | Primary textHigh emphasis contentDark headings |
| 950 | 151D #151D1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F9;
--charcoal-100: #EAF0F0;
--charcoal-200: #D9E3E3;
--charcoal-300: #BBCDCE;
--charcoal-400: #97B3B4;
--charcoal-500: #7A9D9F;
--charcoal-600: #5E8182;
--charcoal-700: #4B6768;
--charcoal-800: #36494A;
--charcoal-900: #222F2F;
--charcoal-950: #151D1E;
}