Charcoal
#4B6168
CyanColor Codes
All color formats for development
HEX
#4B6168RGB
rgb(75, 97, 104)HSL
hsl(194, 16%, 35%)OKLCH
oklch(0.477 0.029 219.2)CMYK
cmyk(28%, 7%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43575D
2#3C4D53
3#344448
4#2D3A3E
5#253034
6#1E2729
7#161D1F
8#0F1315
9#070A0A
Tints
Lighter variations
1#59737B
2#67858E
3#78959E
4#8CA4AB
5#9FB3B9
6#B2C2C7
7#C5D2D5
8#D9E1E3
9#ECF0F1
Tones
Muted variations
1#4C6066
2#4E5F65
3#4F5F63
4#515E62
5#525D60
6#545C5F
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 | BBC9 #BBC9CE | BordersInactive statesPlaceholder text |
| 400 | 97AD #97ADB4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A96 #7A969F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E7A #5E7A82 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B61 #4B6168 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3645 #36454A | Text on light backgroundsHeadingsStrong borders |
| 900 | 222C #222C2F | 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: #BBC9CE;
--charcoal-400: #97ADB4;
--charcoal-500: #7A969F;
--charcoal-600: #5E7A82;
--charcoal-700: #4B6168;
--charcoal-800: #36454A;
--charcoal-900: #222C2F;
--charcoal-950: #151C1E;
}