Charcoal
#4B5368
BlueColor Codes
All color formats for development
HEX
#4B5368RGB
rgb(75, 83, 104)HSL
hsl(223, 16%, 35%)OKLCH
oklch(0.444 0.036 268.6)CMYK
cmyk(28%, 20%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#434B5D
2#3C4253
3#343A48
4#2D323E
5#252A34
6#1E2129
7#16191F
8#0F1115
9#07080A
Tints
Lighter variations
1#59627B
2#67728E
3#78839E
4#8C95AB
5#9FA6B9
6#B2B8C7
7#C5CAD5
8#D9DCE3
9#ECEDF1
Tones
Muted variations
1#4C5466
2#4E5465
3#4F5563
4#515662
5#525660
6#54575F
7#55575E
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 | BBC0 #BBC0CE | BordersInactive statesPlaceholder text |
| 400 | 97A0 #97A0B4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A84 #7A849F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E68 #5E6882 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B53 #4B5368 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 363B #363B4A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2226 #22262F | 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: #BBC0CE;
--charcoal-400: #97A0B4;
--charcoal-500: #7A849F;
--charcoal-600: #5E6882;
--charcoal-700: #4B5368;
--charcoal-800: #363B4A;
--charcoal-900: #22262F;
--charcoal-950: #15181E;
}