Charcoal
#4C5B67
BlueColor Codes
All color formats for development
HEX
#4C5B67RGB
rgb(76, 91, 103)HSL
hsl(207, 15%, 35%)OKLCH
oklch(0.463 0.027 242.4)CMYK
cmyk(26%, 12%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#44525C
2#3D4852
3#353F48
4#2E363E
5#262D33
6#1E2429
7#171B1F
8#0F1215
9#08090A
Tints
Lighter variations
1#5A6B7A
2#687C8D
3#7A8D9C
4#8D9DAA
5#A0ADB9
6#B3BEC7
7#C6CED5
8#D9DEE3
9#ECEFF1
Tones
Muted variations
1#4D5A65
2#4F5A64
3#505A63
4#515A61
5#535A60
6#545A5F
7#555A5D
8#575A5C
9#58595B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAED #EAEDF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DE #D9DEE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC5 #BCC5CD | BordersInactive statesPlaceholder text |
| 400 | 98A7 #98A7B3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B8E #7B8E9D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F72 #5F7281 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C5B #4C5B67 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3641 #364149 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2329 #23292F | 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: #F6F7F8;
--charcoal-100: #EAEDF0;
--charcoal-200: #D9DEE3;
--charcoal-300: #BCC5CD;
--charcoal-400: #98A7B3;
--charcoal-500: #7B8E9D;
--charcoal-600: #5F7281;
--charcoal-700: #4C5B67;
--charcoal-800: #364149;
--charcoal-900: #23292F;
--charcoal-950: #161A1D;
}