Charcoal
#4B6568
CyanColor Codes
All color formats for development
HEX
#4B6568RGB
rgb(75, 101, 104)HSL
hsl(186, 16%, 35%)OKLCH
oklch(0.487 0.031 205)CMYK
cmyk(28%, 3%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#435B5D
2#3C5153
3#344648
4#2D3C3E
5#253234
6#1E2829
7#161E1F
8#0F1415
9#070A0A
Tints
Lighter variations
1#59777B
2#678A8E
3#789A9E
4#8CA8AB
5#9FB7B9
6#B2C5C7
7#C5D4D5
8#D9E2E3
9#ECF1F1
Tones
Muted variations
1#4C6466
2#4E6265
3#4F6163
4#516062
5#525F60
6#545E5F
7#555D5E
8#565C5C
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 | BBCC #BBCCCE | BordersInactive statesPlaceholder text |
| 400 | 97B1 #97B1B4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A9B #7A9B9F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E7F #5E7F82 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B65 #4B6568 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3648 #36484A | Text on light backgroundsHeadingsStrong borders |
| 900 | 222E #222E2F | 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: #EAEFF0;
--charcoal-200: #D9E2E3;
--charcoal-300: #BBCCCE;
--charcoal-400: #97B1B4;
--charcoal-500: #7A9B9F;
--charcoal-600: #5E7F82;
--charcoal-700: #4B6568;
--charcoal-800: #36484A;
--charcoal-900: #222E2F;
--charcoal-950: #151D1E;
}