Charcoal
#4B6468
CyanColor Codes
All color formats for development
HEX
#4B6468RGB
rgb(75, 100, 104)HSL
hsl(188, 16%, 35%)OKLCH
oklch(0.485 0.03 208.3)CMYK
cmyk(28%, 4%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#435A5D
2#3C5053
3#344648
4#2D3C3E
5#253234
6#1E2829
7#161E1F
8#0F1415
9#070A0A
Tints
Lighter variations
1#59767B
2#67898E
3#78999E
4#8CA7AB
5#9FB6B9
6#B2C4C7
7#C5D3D5
8#D9E2E3
9#ECF0F1
Tones
Muted variations
1#4C6366
2#4E6265
3#4F6163
4#516062
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 | D9E2 #D9E2E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBCB #BBCBCE | BordersInactive statesPlaceholder text |
| 400 | 97B0 #97B0B4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A9A #7A9A9F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E7D #5E7D82 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B64 #4B6468 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3647 #36474A | Text on light backgroundsHeadingsStrong borders |
| 900 | 222E #222E2F | 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: #D9E2E3;
--charcoal-300: #BBCBCE;
--charcoal-400: #97B0B4;
--charcoal-500: #7A9A9F;
--charcoal-600: #5E7D82;
--charcoal-700: #4B6468;
--charcoal-800: #36474A;
--charcoal-900: #222E2F;
--charcoal-950: #151C1E;
}