Charcoal
#4D5A66
BlueColor Codes
All color formats for development
HEX
#4D5A66RGB
rgb(77, 90, 102)HSL
hsl(209, 14%, 35%)OKLCH
oklch(0.461 0.025 246.2)CMYK
cmyk(25%, 12%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#45515C
2#3D4851
3#363F47
4#2E363D
5#262D33
6#1F2429
7#171B1F
8#0F1214
9#08090A
Tints
Lighter variations
1#5B6A79
2#697B8C
3#7B8C9B
4#8E9CA9
5#A1ADB8
6#B3BDC6
7#C6CED4
8#D9DEE2
9#ECEFF1
Tones
Muted variations
1#4E5A64
2#4F5A63
3#515A62
4#525961
5#53595F
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 | D9DE #D9DEE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC5 #BCC5CD | BordersInactive statesPlaceholder text |
| 400 | 99A6 #99A6B2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C8D #7C8D9C | Primary brand colorCTAsActive elementsLinks |
| 600 | 6071 #607180 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D5A #4D5A66 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3740 #374049 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2329 #23292F | Primary textHigh emphasis contentDark headings |
| 950 | 161A #161A1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F8;
--charcoal-100: #EBEDF0;
--charcoal-200: #D9DEE2;
--charcoal-300: #BCC5CD;
--charcoal-400: #99A6B2;
--charcoal-500: #7C8D9C;
--charcoal-600: #607180;
--charcoal-700: #4D5A66;
--charcoal-800: #374049;
--charcoal-900: #23292F;
--charcoal-950: #161A1D;
}