Charcoal
#4B5068
BlueColor Codes
All color formats for development
HEX
#4B5068RGB
rgb(75, 80, 104)HSL
hsl(230, 16%, 35%)OKLCH
oklch(0.436 0.04 275.5)CMYK
cmyk(28%, 23%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43485D
2#3C4053
3#343848
4#2D303E
5#252834
6#1E2029
7#16181F
8#0F1015
9#07080A
Tints
Lighter variations
1#595F7B
2#676D8E
3#787F9E
4#8C91AB
5#9FA3B9
6#B2B6C7
7#C5C8D5
8#D9DAE3
9#ECEDF1
Tones
Muted variations
1#4C5166
2#4E5265
3#4F5363
4#515462
5#525460
6#54555F
7#55565E
8#56575C
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 | D9DA #D9DAE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBBE #BBBECE | BordersInactive statesPlaceholder text |
| 400 | 979C #979CB4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A80 #7A809F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E64 #5E6482 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B50 #4B5068 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3639 #36394A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2224 #22242F | 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: #D9DAE3;
--charcoal-300: #BBBECE;
--charcoal-400: #979CB4;
--charcoal-500: #7A809F;
--charcoal-600: #5E6482;
--charcoal-700: #4B5068;
--charcoal-800: #36394A;
--charcoal-900: #22242F;
--charcoal-950: #15171E;
}