Charcoal
#4C5767
BlueColor Codes
All color formats for development
HEX
#4C5767RGB
rgb(76, 87, 103)HSL
hsl(216, 15%, 35%)OKLCH
oklch(0.453 0.03 257.7)CMYK
cmyk(26%, 16%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#444E5C
2#3D4552
3#353D48
4#2E343E
5#262B33
6#1E2329
7#171A1F
8#0F1115
9#08090A
Tints
Lighter variations
1#5A677A
2#68778D
3#7A879C
4#8D99AA
5#A0AAB9
6#B3BBC7
7#C6CCD5
8#D9DDE3
9#ECEEF1
Tones
Muted variations
1#4D5765
2#4F5764
3#505763
4#515861
5#535860
6#54585F
7#55585D
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 | 98A3 #98A3B3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B89 #7B899D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F6D #5F6D81 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C57 #4C5767 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 363E #363E49 | 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: #98A3B3;
--charcoal-500: #7B899D;
--charcoal-600: #5F6D81;
--charcoal-700: #4C5767;
--charcoal-800: #363E49;
--charcoal-900: #23282F;
--charcoal-950: #16191D;
}