Charcoal
#4B6368
CyanColor Codes
All color formats for development
HEX
#4B6368RGB
rgb(75, 99, 104)HSL
hsl(190, 16%, 35%)OKLCH
oklch(0.482 0.03 211.8)CMYK
cmyk(28%, 5%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43595D
2#3C4F53
3#344548
4#2D3B3E
5#253134
6#1E2829
7#161E1F
8#0F1415
9#070A0A
Tints
Lighter variations
1#59757B
2#67878E
3#78979E
4#8CA6AB
5#9FB5B9
6#B2C4C7
7#C5D3D5
8#D9E1E3
9#ECF0F1
Tones
Muted variations
1#4C6266
2#4E6165
3#4F6063
4#515F62
5#525E60
6#545D5F
7#555C5E
8#565B5C
9#585A5B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEF #EAEFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9E1 #D9E1E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBCB #BBCBCE | BordersInactive statesPlaceholder text |
| 400 | 97AF #97AFB4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A98 #7A989F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E7C #5E7C82 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B63 #4B6368 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3647 #36474A | Text on light backgroundsHeadingsStrong borders |
| 900 | 222D #222D2F | Primary textHigh emphasis contentDark headings |
| 950 | 151C #151C1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F9;
--charcoal-100: #EAEFF0;
--charcoal-200: #D9E1E3;
--charcoal-300: #BBCBCE;
--charcoal-400: #97AFB4;
--charcoal-500: #7A989F;
--charcoal-600: #5E7C82;
--charcoal-700: #4B6368;
--charcoal-800: #36474A;
--charcoal-900: #222D2F;
--charcoal-950: #151C1E;
}