Charcoal
#4F5B64
BlueColor Codes
All color formats for development
HEX
#4F5B64RGB
rgb(79, 91, 100)HSL
hsl(206, 12%, 35%)OKLCH
oklch(0.464 0.021 240.4)CMYK
cmyk(21%, 9%, 0%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#47525A
2#3F4950
3#373F46
4#2F363C
5#272D32
6#1F2428
7#181B1E
8#101214
9#08090A
Tints
Lighter variations
1#5D6C77
2#6C7C89
3#7D8D99
4#909DA7
5#A2ADB6
6#B5BEC5
7#C7CED3
8#DADEE2
9#ECEFF0
Tones
Muted variations
1#505B63
2#515A62
3#525A61
4#535A60
5#545A5F
6#555A5E
7#565A5C
8#575A5B
9#58595A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBED #EBEDEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADE #DADEE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDC5 #BDC5CB | BordersInactive statesPlaceholder text |
| 400 | 9BA7 #9BA7B0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E8E #7E8E9A | Primary brand colorCTAsActive elementsLinks |
| 600 | 6372 #63727E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F5B #4F5B64 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3841 #384147 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2429 #24292E | Primary textHigh emphasis contentDark headings |
| 950 | 161A #161A1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F8;
--charcoal-100: #EBEDEF;
--charcoal-200: #DADEE2;
--charcoal-300: #BDC5CB;
--charcoal-400: #9BA7B0;
--charcoal-500: #7E8E9A;
--charcoal-600: #63727E;
--charcoal-700: #4F5B64;
--charcoal-800: #384147;
--charcoal-900: #24292E;
--charcoal-950: #161A1D;
}