Charcoal
#4B5568
BlueColor Codes
All color formats for development
HEX
#4B5568RGB
rgb(75, 85, 104)HSL
hsl(219, 16%, 35%)OKLCH
oklch(0.448 0.034 263.2)CMYK
cmyk(28%, 18%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#434C5D
2#3C4453
3#343B48
4#2D333E
5#252A34
6#1E2229
7#16191F
8#0F1115
9#07080A
Tints
Lighter variations
1#59657B
2#67758E
3#78859E
4#8C97AB
5#9FA8B9
6#B2BAC7
7#C5CBD5
8#D9DCE3
9#ECEEF1
Tones
Muted variations
1#4C5566
2#4E5665
3#4F5663
4#515762
5#525760
6#54585F
7#55585E
8#56585C
9#58595B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEC #EAECF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DC #D9DCE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBC2 #BBC2CE | BordersInactive statesPlaceholder text |
| 400 | 97A1 #97A1B4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A87 #7A879F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E6B #5E6B82 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B55 #4B5568 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 363D #363D4A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2227 #22272F | Primary textHigh emphasis contentDark headings |
| 950 | 1518 #15181E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F9;
--charcoal-100: #EAECF0;
--charcoal-200: #D9DCE3;
--charcoal-300: #BBC2CE;
--charcoal-400: #97A1B4;
--charcoal-500: #7A879F;
--charcoal-600: #5E6B82;
--charcoal-700: #4B5568;
--charcoal-800: #363D4A;
--charcoal-900: #22272F;
--charcoal-950: #15181E;
}