Charcoal
#4C5D67
BlueColor Codes
All color formats for development
HEX
#4C5D67RGB
rgb(76, 93, 103)HSL
hsl(202, 15%, 35%)OKLCH
oklch(0.468 0.026 233.9)CMYK
cmyk(26%, 10%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#44545C
2#3D4A52
3#354148
4#2E383E
5#262E33
6#1E2529
7#171C1F
8#0F1315
9#08090A
Tints
Lighter variations
1#5A6E7A
2#687F8D
3#7A909C
4#8DA0AA
5#A0AFB9
6#B3BFC7
7#C6CFD5
8#D9DFE3
9#ECEFF1
Tones
Muted variations
1#4D5C65
2#4F5C64
3#505C63
4#515B61
5#535B60
6#545B5F
7#555A5D
8#575A5C
9#585A5B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEE #EAEEF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DF #D9DFE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC7 #BCC7CD | BordersInactive statesPlaceholder text |
| 400 | 98A9 #98A9B3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B91 #7B919D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F75 #5F7581 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C5D #4C5D67 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3642 #364249 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232A #232A2F | Primary textHigh emphasis contentDark headings |
| 950 | 161B #161B1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F8;
--charcoal-100: #EAEEF0;
--charcoal-200: #D9DFE3;
--charcoal-300: #BCC7CD;
--charcoal-400: #98A9B3;
--charcoal-500: #7B919D;
--charcoal-600: #5F7581;
--charcoal-700: #4C5D67;
--charcoal-800: #364249;
--charcoal-900: #232A2F;
--charcoal-950: #161B1D;
}