Charcoal
#4B5168
BlueColor Codes
All color formats for development
HEX
#4B5168RGB
rgb(75, 81, 104)HSL
hsl(228, 16%, 35%)OKLCH
oklch(0.439 0.039 273.3)CMYK
cmyk(28%, 22%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43495D
2#3C4153
3#343848
4#2D303E
5#252834
6#1E2029
7#16181F
8#0F1015
9#07080A
Tints
Lighter variations
1#59607B
2#676F8E
3#78809E
4#8C92AB
5#9FA4B9
6#B2B6C7
7#C5C9D5
8#D9DBE3
9#ECEDF1
Tones
Muted variations
1#4C5266
2#4E5265
3#4F5363
4#515462
5#525560
6#54565F
7#55575E
8#56585C
9#58585B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEB #EAEBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DB #D9DBE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBBF #BBBFCE | BordersInactive statesPlaceholder text |
| 400 | 979D #979DB4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A81 #7A819F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E65 #5E6582 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B51 #4B5168 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 363A #363A4A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2225 #22252F | Primary textHigh emphasis contentDark headings |
| 950 | 1517 #15171E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F9;
--charcoal-100: #EAEBF0;
--charcoal-200: #D9DBE3;
--charcoal-300: #BBBFCE;
--charcoal-400: #979DB4;
--charcoal-500: #7A819F;
--charcoal-600: #5E6582;
--charcoal-700: #4B5168;
--charcoal-800: #363A4A;
--charcoal-900: #22252F;
--charcoal-950: #15171E;
}