Charcoal
#4C5067
BlueColor Codes
All color formats for development
HEX
#4C5067RGB
rgb(76, 80, 103)HSL
hsl(231, 15%, 35%)OKLCH
oklch(0.437 0.038 277)CMYK
cmyk(26%, 22%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#44485C
2#3D4052
3#353848
4#2E303E
5#262833
6#1E2029
7#17181F
8#0F1015
9#08080A
Tints
Lighter variations
1#5A5F7A
2#686E8D
3#7A7F9C
4#8D91AA
5#A0A3B9
6#B3B6C7
7#C6C8D5
8#D9DAE3
9#ECEDF1
Tones
Muted variations
1#4D5165
2#4F5264
3#505363
4#515461
5#535560
6#54565F
7#55565D
8#57575C
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 | D9DA #D9DAE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCBE #BCBECD | BordersInactive statesPlaceholder text |
| 400 | 989C #989CB3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B80 #7B809D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F64 #5F6481 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C50 #4C5067 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3639 #363949 | 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: #D9DAE3;
--charcoal-300: #BCBECD;
--charcoal-400: #989CB3;
--charcoal-500: #7B809D;
--charcoal-600: #5F6481;
--charcoal-700: #4C5067;
--charcoal-800: #363949;
--charcoal-900: #23252F;
--charcoal-950: #16171D;
}