Charcoal
#4B5B68
BlueColor Codes
All color formats for development
HEX
#4B5B68RGB
rgb(75, 91, 104)HSL
hsl(207, 16%, 35%)OKLCH
oklch(0.463 0.029 242.9)CMYK
cmyk(28%, 12%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43525D
2#3C4953
3#343F48
4#2D363E
5#252D34
6#1E2429
7#161B1F
8#0F1215
9#07090A
Tints
Lighter variations
1#596C7B
2#677C8E
3#788D9E
4#8C9DAB
5#9FADB9
6#B2BEC7
7#C5CED5
8#D9DEE3
9#ECEFF1
Tones
Muted variations
1#4C5B66
2#4E5A65
3#4F5A63
4#515A62
5#525A60
6#545A5F
7#555A5E
8#565A5C
9#58595B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAED #EAEDF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DE #D9DEE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBC5 #BBC5CE | BordersInactive statesPlaceholder text |
| 400 | 97A7 #97A7B4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A8E #7A8E9F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E72 #5E7282 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B5B #4B5B68 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3641 #36414A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2229 #22292F | Primary textHigh emphasis contentDark headings |
| 950 | 151A #151A1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F9;
--charcoal-100: #EAEDF0;
--charcoal-200: #D9DEE3;
--charcoal-300: #BBC5CE;
--charcoal-400: #97A7B4;
--charcoal-500: #7A8E9F;
--charcoal-600: #5E7282;
--charcoal-700: #4B5B68;
--charcoal-800: #36414A;
--charcoal-900: #22292F;
--charcoal-950: #151A1E;
}