Charcoal
#4D5C66
BlueColor Codes
All color formats for development
HEX
#4D5C66RGB
rgb(77, 92, 102)HSL
hsl(204, 14%, 35%)OKLCH
oklch(0.466 0.025 237.3)CMYK
cmyk(25%, 10%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#45535C
2#3D4951
3#364047
4#2E373D
5#262E33
6#1F2529
7#171C1F
8#0F1214
9#08090A
Tints
Lighter variations
1#5B6D79
2#697E8C
3#7B8E9B
4#8E9EA9
5#A1AEB8
6#B3BFC6
7#C6CFD4
8#D9DFE2
9#ECEFF1
Tones
Muted variations
1#4E5B64
2#4F5B63
3#515B62
4#525B61
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 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEE #EBEEF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DF #D9DFE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC6 #BCC6CD | BordersInactive statesPlaceholder text |
| 400 | 99A8 #99A8B2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C8F #7C8F9C | Primary brand colorCTAsActive elementsLinks |
| 600 | 6073 #607380 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D5C #4D5C66 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3742 #374249 | 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: #F6F8F8;
--charcoal-100: #EBEEF0;
--charcoal-200: #D9DFE2;
--charcoal-300: #BCC6CD;
--charcoal-400: #99A8B2;
--charcoal-500: #7C8F9C;
--charcoal-600: #607380;
--charcoal-700: #4D5C66;
--charcoal-800: #374249;
--charcoal-900: #232A2F;
--charcoal-950: #161A1D;
}