Charcoal
#4B5468
BlueColor Codes
All color formats for development
HEX
#4B5468RGB
rgb(75, 84, 104)HSL
hsl(221, 16%, 35%)OKLCH
oklch(0.446 0.035 266)CMYK
cmyk(28%, 19%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#434C5D
2#3C4353
3#343B48
4#2D323E
5#252A34
6#1E2229
7#16191F
8#0F1115
9#07080A
Tints
Lighter variations
1#59647B
2#67738E
3#78849E
4#8C96AB
5#9FA7B9
6#B2B9C7
7#C5CAD5
8#D9DCE3
9#ECEDF1
Tones
Muted variations
1#4C5566
2#4E5565
3#4F5663
4#515662
5#525760
6#54575F
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 | BBC1 #BBC1CE | BordersInactive statesPlaceholder text |
| 400 | 97A1 #97A1B4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A86 #7A869F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E6A #5E6A82 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B54 #4B5468 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 363C #363C4A | 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: #BBC1CE;
--charcoal-400: #97A1B4;
--charcoal-500: #7A869F;
--charcoal-600: #5E6A82;
--charcoal-700: #4B5468;
--charcoal-800: #363C4A;
--charcoal-900: #22262F;
--charcoal-950: #15181E;
}