Charcoal
#4D5966
BlueColor Codes
All color formats for development
HEX
#4D5966RGB
rgb(77, 89, 102)HSL
hsl(211, 14%, 35%)OKLCH
oklch(0.459 0.026 250.5)CMYK
cmyk(25%, 13%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#45505C
2#3D4751
3#363E47
4#2E353D
5#262C33
6#1F2429
7#171B1F
8#0F1214
9#08090A
Tints
Lighter variations
1#5B6979
2#697A8C
3#7B8A9B
4#8E9BA9
5#A1ACB8
6#B3BCC6
7#C6CDD4
8#D9DEE2
9#ECEEF1
Tones
Muted variations
1#4E5964
2#4F5963
3#515962
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 | BCC4 #BCC4CD | BordersInactive statesPlaceholder text |
| 400 | 99A5 #99A5B2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C8C #7C8C9C | Primary brand colorCTAsActive elementsLinks |
| 600 | 6070 #607080 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D59 #4D5966 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 373F #373F49 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2329 #23292F | 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: #D9DEE2;
--charcoal-300: #BCC4CD;
--charcoal-400: #99A5B2;
--charcoal-500: #7C8C9C;
--charcoal-600: #607080;
--charcoal-700: #4D5966;
--charcoal-800: #373F49;
--charcoal-900: #23292F;
--charcoal-950: #16191D;
}