Charcoal
#4B5C68
BlueColor Codes
All color formats for development
HEX
#4B5C68RGB
rgb(75, 92, 104)HSL
hsl(205, 16%, 35%)OKLCH
oklch(0.465 0.029 239)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#344048
4#2D373E
5#252E34
6#1E2529
7#161B1F
8#0F1215
9#07090A
Tints
Lighter variations
1#596D7B
2#677E8E
3#788E9E
4#8C9EAB
5#9FAEB9
6#B2BEC7
7#C5CFD5
8#D9DFE3
9#ECEFF1
Tones
Muted variations
1#4C5B66
2#4E5B65
3#4F5B63
4#515B62
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 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEE #EAEEF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DF #D9DFE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBC6 #BBC6CE | BordersInactive statesPlaceholder text |
| 400 | 97A8 #97A8B4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A8F #7A8F9F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E73 #5E7382 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B5C #4B5C68 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3641 #36414A | Text on light backgroundsHeadingsStrong borders |
| 900 | 222A #222A2F | 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: #F6F8F9;
--charcoal-100: #EAEEF0;
--charcoal-200: #D9DFE3;
--charcoal-300: #BBC6CE;
--charcoal-400: #97A8B4;
--charcoal-500: #7A8F9F;
--charcoal-600: #5E7382;
--charcoal-700: #4B5C68;
--charcoal-800: #36414A;
--charcoal-900: #222A2F;
--charcoal-950: #151A1E;
}