Charcoal
#4B5668
BlueColor Codes
All color formats for development
HEX
#4B5668RGB
rgb(75, 86, 104)HSL
hsl(217, 16%, 35%)OKLCH
oklch(0.451 0.033 260.2)CMYK
cmyk(28%, 17%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#434D5D
2#3C4553
3#343C48
4#2D343E
5#252B34
6#1E2229
7#161A1F
8#0F1115
9#07090A
Tints
Lighter variations
1#59667B
2#67768E
3#78879E
4#8C98AB
5#9FA9B9
6#B2BAC7
7#C5CBD5
8#D9DDE3
9#ECEEF1
Tones
Muted variations
1#4C5666
2#4E5765
3#4F5763
4#515762
5#525860
6#54585F
7#55585E
8#56595C
9#58595B
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 | D9DD #D9DDE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBC2 #BBC2CE | BordersInactive statesPlaceholder text |
| 400 | 97A2 #97A2B4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A88 #7A889F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E6C #5E6C82 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B56 #4B5668 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 363D #363D4A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2227 #22272F | Primary textHigh emphasis contentDark headings |
| 950 | 1519 #15191E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F9;
--charcoal-100: #EAECF0;
--charcoal-200: #D9DDE3;
--charcoal-300: #BBC2CE;
--charcoal-400: #97A2B4;
--charcoal-500: #7A889F;
--charcoal-600: #5E6C82;
--charcoal-700: #4B5668;
--charcoal-800: #363D4A;
--charcoal-900: #22272F;
--charcoal-950: #15191E;
}