Charcoal
#4D5866
BlueColor Codes
All color formats for development
HEX
#4D5866RGB
rgb(77, 88, 102)HSL
hsl(214, 14%, 35%)OKLCH
oklch(0.456 0.027 254.5)CMYK
cmyk(25%, 14%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#454F5C
2#3D4651
3#363D47
4#2E353D
5#262C33
6#1F2329
7#171A1F
8#0F1214
9#08090A
Tints
Lighter variations
1#5B6879
2#69788C
3#7B899B
4#8E9AA9
5#A1ABB8
6#B3BBC6
7#C6CCD4
8#D9DDE2
9#ECEEF1
Tones
Muted variations
1#4E5864
2#4F5863
3#515862
4#525861
5#53585F
6#54595E
7#56595D
8#57595C
9#58595A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBED #EBEDF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DD #D9DDE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC3 #BCC3CD | BordersInactive statesPlaceholder text |
| 400 | 99A4 #99A4B2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C8A #7C8A9C | Primary brand colorCTAsActive elementsLinks |
| 600 | 606E #606E80 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D58 #4D5866 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 373F #373F49 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2328 #23282F | Primary textHigh emphasis contentDark headings |
| 950 | 1619 #16191D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F8;
--charcoal-100: #EBEDF0;
--charcoal-200: #D9DDE2;
--charcoal-300: #BCC3CD;
--charcoal-400: #99A4B2;
--charcoal-500: #7C8A9C;
--charcoal-600: #606E80;
--charcoal-700: #4D5866;
--charcoal-800: #373F49;
--charcoal-900: #23282F;
--charcoal-950: #16191D;
}