Charcoal
#4C5167
BlueColor Codes
All color formats for development
HEX
#4C5167RGB
rgb(76, 81, 103)HSL
hsl(229, 15%, 35%)OKLCH
oklch(0.439 0.037 274.8)CMYK
cmyk(26%, 21%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#44495C
2#3D4152
3#353948
4#2E303E
5#262833
6#1E2029
7#17181F
8#0F1015
9#08080A
Tints
Lighter variations
1#5A607A
2#686F8D
3#7A809C
4#8D92AA
5#A0A4B9
6#B3B6C7
7#C6C9D5
8#D9DBE3
9#ECEDF1
Tones
Muted variations
1#4D5265
2#4F5264
3#505363
4#515461
5#535560
6#54565F
7#55575D
8#57585C
9#58585B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEB #EAEBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DB #D9DBE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCBF #BCBFCD | BordersInactive statesPlaceholder text |
| 400 | 989D #989DB3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B81 #7B819D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F66 #5F6681 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C51 #4C5167 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 363A #363A49 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2325 #23252F | Primary textHigh emphasis contentDark headings |
| 950 | 1617 #16171D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F8;
--charcoal-100: #EAEBF0;
--charcoal-200: #D9DBE3;
--charcoal-300: #BCBFCD;
--charcoal-400: #989DB3;
--charcoal-500: #7B819D;
--charcoal-600: #5F6681;
--charcoal-700: #4C5167;
--charcoal-800: #363A49;
--charcoal-900: #23252F;
--charcoal-950: #16171D;
}