Charcoal
#4D4D66
BlueColor Codes
All color formats for development
HEX
#4D4D66RGB
rgb(77, 77, 102)HSL
hsl(240, 14%, 35%)OKLCH
oklch(0.43 0.041 284.5)CMYK
cmyk(25%, 25%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#45455C
2#3D3D51
3#363647
4#2E2E3D
5#262633
6#1F1F29
7#17171F
8#0F0F14
9#08080A
Tints
Lighter variations
1#5B5B79
2#69698C
3#7B7B9B
4#8E8EA9
5#A1A1B8
6#B3B3C6
7#C6C6D4
8#D9D9E2
9#ECECF1
Tones
Muted variations
1#4E4E64
2#4F4F63
3#515162
4#525261
5#53535F
6#54545E
7#56565D
8#57575C
9#58585A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEB #EBEBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9D9 #D9D9E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCBC #BCBCCD | BordersInactive statesPlaceholder text |
| 400 | 9999 #9999B2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C7C #7C7C9C | Primary brand colorCTAsActive elementsLinks |
| 600 | 6060 #606080 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D4D #4D4D66 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3737 #373749 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2323 #23232F | Primary textHigh emphasis contentDark headings |
| 950 | 1616 #16161D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F6F8;
--charcoal-100: #EBEBF0;
--charcoal-200: #D9D9E2;
--charcoal-300: #BCBCCD;
--charcoal-400: #9999B2;
--charcoal-500: #7C7C9C;
--charcoal-600: #606080;
--charcoal-700: #4D4D66;
--charcoal-800: #373749;
--charcoal-900: #23232F;
--charcoal-950: #16161D;
}