Charcoal
#4B5268
BlueColor Codes
All color formats for development
HEX
#4B5268RGB
rgb(75, 82, 104)HSL
hsl(226, 16%, 35%)OKLCH
oklch(0.441 0.037 271)CMYK
cmyk(28%, 21%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43495D
2#3C4153
3#343948
4#2D313E
5#252934
6#1E2129
7#16181F
8#0F1015
9#07080A
Tints
Lighter variations
1#59617B
2#67708E
3#78819E
4#8C93AB
5#9FA5B9
6#B2B7C7
7#C5C9D5
8#D9DBE3
9#ECEDF1
Tones
Muted variations
1#4C5266
2#4E5365
3#4F5463
4#515562
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 | EAEC #EAECF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DB #D9DBE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBBF #BBBFCE | BordersInactive statesPlaceholder text |
| 400 | 979E #979EB4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A82 #7A829F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E67 #5E6782 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B52 #4B5268 | 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: #EAECF0;
--charcoal-200: #D9DBE3;
--charcoal-300: #BBBFCE;
--charcoal-400: #979EB4;
--charcoal-500: #7A829F;
--charcoal-600: #5E6782;
--charcoal-700: #4B5268;
--charcoal-800: #363A4A;
--charcoal-900: #22252F;
--charcoal-950: #15171E;
}