Charcoal
#4B6668
CyanColor Codes
All color formats for development
HEX
#4B6668RGB
rgb(75, 102, 104)HSL
hsl(184, 16%, 35%)OKLCH
oklch(0.49 0.032 201.9)CMYK
cmyk(28%, 2%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#435B5D
2#3C5153
3#344748
4#2D3D3E
5#253334
6#1E2929
7#161E1F
8#0F1415
9#070A0A
Tints
Lighter variations
1#59787B
2#678B8E
3#789B9E
4#8CA9AB
5#9FB8B9
6#B2C6C7
7#C5D4D5
8#D9E2E3
9#ECF1F1
Tones
Muted variations
1#4C6466
2#4E6365
3#4F6263
4#516162
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 | EAF0 #EAF0F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9E2 #D9E2E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBCC #BBCCCE | BordersInactive statesPlaceholder text |
| 400 | 97B2 #97B2B4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A9C #7A9C9F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E80 #5E8082 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B66 #4B6668 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3649 #36494A | 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: #EAF0F0;
--charcoal-200: #D9E2E3;
--charcoal-300: #BBCCCE;
--charcoal-400: #97B2B4;
--charcoal-500: #7A9C9F;
--charcoal-600: #5E8082;
--charcoal-700: #4B6668;
--charcoal-800: #36494A;
--charcoal-900: #222E2F;
--charcoal-950: #151D1E;
}