Charcoal
#4C5467
BlueColor Codes
All color formats for development
HEX
#4C5467RGB
rgb(76, 84, 103)HSL
hsl(222, 15%, 35%)OKLCH
oklch(0.446 0.033 267.1)CMYK
cmyk(26%, 18%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#444C5C
2#3D4352
3#353B48
4#2E323E
5#262A33
6#1E2229
7#17191F
8#0F1115
9#08080A
Tints
Lighter variations
1#5A637A
2#68738D
3#7A849C
4#8D96AA
5#A0A7B9
6#B3B9C7
7#C6CAD5
8#D9DCE3
9#ECEDF1
Tones
Muted variations
1#4D5465
2#4F5564
3#505663
4#515661
5#535760
6#54575F
7#55585D
8#57585C
9#58595B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEC #EAECF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DC #D9DCE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC1 #BCC1CD | BordersInactive statesPlaceholder text |
| 400 | 98A0 #98A0B3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B85 #7B859D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F69 #5F6981 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C54 #4C5467 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 363C #363C49 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2326 #23262F | Primary textHigh emphasis contentDark headings |
| 950 | 1618 #16181D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F8;
--charcoal-100: #EAECF0;
--charcoal-200: #D9DCE3;
--charcoal-300: #BCC1CD;
--charcoal-400: #98A0B3;
--charcoal-500: #7B859D;
--charcoal-600: #5F6981;
--charcoal-700: #4C5467;
--charcoal-800: #363C49;
--charcoal-900: #23262F;
--charcoal-950: #16181D;
}