Charcoal
#4C5867
BlueColor Codes
All color formats for development
HEX
#4C5867RGB
rgb(76, 88, 103)HSL
hsl(213, 15%, 35%)OKLCH
oklch(0.456 0.029 254.1)CMYK
cmyk(26%, 15%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#444F5C
2#3D4652
3#353E48
4#2E353E
5#262C33
6#1E2329
7#171A1F
8#0F1215
9#08090A
Tints
Lighter variations
1#5A687A
2#68798D
3#7A899C
4#8D9AAA
5#A0ABB9
6#B3BCC7
7#C6CDD5
8#D9DDE3
9#ECEEF1
Tones
Muted variations
1#4D5865
2#4F5864
3#505863
4#515861
5#535960
6#54595F
7#55595D
8#57595C
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 | D9DD #D9DDE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC3 #BCC3CD | BordersInactive statesPlaceholder text |
| 400 | 98A4 #98A4B3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B8B #7B8B9D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F6F #5F6F81 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C58 #4C5867 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 363F #363F49 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2328 #23282F | Primary textHigh emphasis contentDark headings |
| 950 | 1619 #16191D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F8;
--charcoal-100: #EAEDF0;
--charcoal-200: #D9DDE3;
--charcoal-300: #BCC3CD;
--charcoal-400: #98A4B3;
--charcoal-500: #7B8B9D;
--charcoal-600: #5F6F81;
--charcoal-700: #4C5867;
--charcoal-800: #363F49;
--charcoal-900: #23282F;
--charcoal-950: #16191D;
}