Charcoal
#4C5367
BlueColor Codes
All color formats for development
HEX
#4C5367RGB
rgb(76, 83, 103)HSL
hsl(224, 15%, 35%)OKLCH
oklch(0.444 0.034 269.9)CMYK
cmyk(26%, 19%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#444B5C
2#3D4252
3#353A48
4#2E323E
5#262A33
6#1E2129
7#17191F
8#0F1115
9#08080A
Tints
Lighter variations
1#5A627A
2#68728D
3#7A839C
4#8D95AA
5#A0A6B9
6#B3B8C7
7#C6CAD5
8#D9DCE3
9#ECEDF1
Tones
Muted variations
1#4D5465
2#4F5464
3#505563
4#515661
5#535660
6#54575F
7#55575D
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 | BCC0 #BCC0CD | BordersInactive statesPlaceholder text |
| 400 | 98A0 #98A0B3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B84 #7B849D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F68 #5F6881 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C53 #4C5367 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 363B #363B49 | 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: #BCC0CD;
--charcoal-400: #98A0B3;
--charcoal-500: #7B849D;
--charcoal-600: #5F6881;
--charcoal-700: #4C5367;
--charcoal-800: #363B49;
--charcoal-900: #23262F;
--charcoal-950: #16181D;
}