Charcoal
#4C5E67
BlueColor Codes
All color formats for development
HEX
#4C5E67RGB
rgb(76, 94, 103)HSL
hsl(200, 15%, 35%)OKLCH
oklch(0.47 0.026 229.6)CMYK
cmyk(26%, 9%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#44545C
2#3D4B52
3#354248
4#2E383E
5#262F33
6#1E2529
7#171C1F
8#0F1315
9#08090A
Tints
Lighter variations
1#5A6F7A
2#68818D
3#7A919C
4#8DA1AA
5#A0B0B9
6#B3C0C7
7#C6D0D5
8#D9E0E3
9#ECEFF1
Tones
Muted variations
1#4D5D65
2#4F5D64
3#505C63
4#515C61
5#535B60
6#545B5F
7#555B5D
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 | D9E0 #D9E0E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC7 #BCC7CD | BordersInactive statesPlaceholder text |
| 400 | 98AA #98AAB3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B92 #7B929D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F76 #5F7681 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C5E #4C5E67 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3643 #364349 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232B #232B2F | 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: #D9E0E3;
--charcoal-300: #BCC7CD;
--charcoal-400: #98AAB3;
--charcoal-500: #7B929D;
--charcoal-600: #5F7681;
--charcoal-700: #4C5E67;
--charcoal-800: #364349;
--charcoal-900: #232B2F;
--charcoal-950: #161B1D;
}