Charcoal
#4D5B66
BlueColor Codes
All color formats for development
HEX
#4D5B66RGB
rgb(77, 91, 102)HSL
hsl(206, 14%, 35%)OKLCH
oklch(0.463 0.025 241.8)CMYK
cmyk(25%, 11%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#45525C
2#3D4951
3#364047
4#2E373D
5#262D33
6#1F2429
7#171B1F
8#0F1214
9#08090A
Tints
Lighter variations
1#5B6C79
2#697D8C
3#7B8D9B
4#8E9DA9
5#A1AEB8
6#B3BEC6
7#C6CED4
8#D9DEE2
9#ECEFF1
Tones
Muted variations
1#4E5B64
2#4F5B63
3#515A62
4#525A61
5#535A5F
6#545A5E
7#565A5D
8#575A5C
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 | 99A7 #99A7B2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C8E #7C8E9C | Primary brand colorCTAsActive elementsLinks |
| 600 | 6072 #607280 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D5B #4D5B66 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3741 #374149 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232A #232A2F | 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: #99A7B2;
--charcoal-500: #7C8E9C;
--charcoal-600: #607280;
--charcoal-700: #4D5B66;
--charcoal-800: #374149;
--charcoal-900: #232A2F;
--charcoal-950: #161A1D;
}