Charcoal
#4C5C67
BlueColor Codes
All color formats for development
HEX
#4C5C67RGB
rgb(76, 92, 103)HSL
hsl(204, 15%, 35%)OKLCH
oklch(0.465 0.027 238.2)CMYK
cmyk(26%, 11%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#44535C
2#3D4A52
3#354048
4#2E373E
5#262E33
6#1E2529
7#171C1F
8#0F1215
9#08090A
Tints
Lighter variations
1#5A6D7A
2#687E8D
3#7A8E9C
4#8D9FAA
5#A0AFB9
6#B3BFC7
7#C6CFD5
8#D9DFE3
9#ECEFF1
Tones
Muted variations
1#4D5C65
2#4F5B64
3#505B63
4#515B61
5#535B60
6#545A5F
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 | BCC6 #BCC6CD | BordersInactive statesPlaceholder text |
| 400 | 98A8 #98A8B3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B90 #7B909D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F74 #5F7481 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C5C #4C5C67 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3642 #364249 | 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: #EAEEF0;
--charcoal-200: #D9DFE3;
--charcoal-300: #BCC6CD;
--charcoal-400: #98A8B3;
--charcoal-500: #7B909D;
--charcoal-600: #5F7481;
--charcoal-700: #4C5C67;
--charcoal-800: #364249;
--charcoal-900: #232A2F;
--charcoal-950: #161A1D;
}