Charcoal
#4C4D67
BlueColor Codes
All color formats for development
HEX
#4C4D67RGB
rgb(76, 77, 103)HSL
hsl(238, 15%, 35%)OKLCH
oklch(0.43 0.043 282.7)CMYK
cmyk(26%, 25%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#44455C
2#3D3D52
3#353648
4#2E2E3E
5#262633
6#1E1F29
7#17171F
8#0F0F15
9#08080A
Tints
Lighter variations
1#5A5B7A
2#68698D
3#7A7B9C
4#8D8EAA
5#A0A1B9
6#B3B3C7
7#C6C6D5
8#D9D9E3
9#ECECF1
Tones
Muted variations
1#4D4E65
2#4F4F64
3#505163
4#515261
5#535360
6#54545F
7#55565D
8#57575C
9#58585B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEB #EAEBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9D9 #D9D9E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCBC #BCBCCD | BordersInactive statesPlaceholder text |
| 400 | 9899 #9899B3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B7C #7B7C9D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F60 #5F6081 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C4D #4C4D67 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3637 #363749 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2323 #23232F | Primary textHigh emphasis contentDark headings |
| 950 | 1616 #16161D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F6F8;
--charcoal-100: #EAEBF0;
--charcoal-200: #D9D9E3;
--charcoal-300: #BCBCCD;
--charcoal-400: #9899B3;
--charcoal-500: #7B7C9D;
--charcoal-600: #5F6081;
--charcoal-700: #4C4D67;
--charcoal-800: #363749;
--charcoal-900: #23232F;
--charcoal-950: #16161D;
}