Charcoal
#4B4B68
BlueColor Codes
All color formats for development
HEX
#4B4B68RGB
rgb(75, 75, 104)HSL
hsl(240, 16%, 35%)OKLCH
oklch(0.425 0.048 284.2)CMYK
cmyk(28%, 28%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43435D
2#3C3C53
3#343448
4#2D2D3E
5#252534
6#1E1E29
7#16161F
8#0F0F15
9#07070A
Tints
Lighter variations
1#59597B
2#67678E
3#78789E
4#8C8CAB
5#9F9FB9
6#B2B2C7
7#C5C5D5
8#D9D9E3
9#ECECF1
Tones
Muted variations
1#4C4C66
2#4E4E65
3#4F4F63
4#515162
5#525260
6#54545F
7#55555E
8#56565C
9#58585B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEA #EAEAF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9D9 #D9D9E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBBB #BBBBCE | BordersInactive statesPlaceholder text |
| 400 | 9797 #9797B4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A7A #7A7A9F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E5E #5E5E82 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B4B #4B4B68 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3636 #36364A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2222 #22222F | Primary textHigh emphasis contentDark headings |
| 950 | 1515 #15151E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F6F9;
--charcoal-100: #EAEAF0;
--charcoal-200: #D9D9E3;
--charcoal-300: #BBBBCE;
--charcoal-400: #9797B4;
--charcoal-500: #7A7A9F;
--charcoal-600: #5E5E82;
--charcoal-700: #4B4B68;
--charcoal-800: #36364A;
--charcoal-900: #22222F;
--charcoal-950: #15151E;
}