Charcoal
#4F5A64
BlueColor Codes
All color formats for development
HEX
#4F5A64RGB
rgb(79, 90, 100)HSL
hsl(209, 12%, 35%)OKLCH
oklch(0.462 0.021 245.7)CMYK
cmyk(21%, 10%, 0%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#47515A
2#3F4850
3#373F46
4#2F363C
5#272D32
6#1F2428
7#181B1E
8#101214
9#08090A
Tints
Lighter variations
1#5D6A77
2#6C7B89
3#7D8B99
4#909CA7
5#A2ACB6
6#B5BDC5
7#C7CDD3
8#DADEE2
9#ECEEF0
Tones
Muted variations
1#505A63
2#515A62
3#525961
4#535960
5#54595F
6#55595E
7#56595C
8#57595B
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 | 9BA6 #9BA6B0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E8D #7E8D9A | Primary brand colorCTAsActive elementsLinks |
| 600 | 6371 #63717E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F5A #4F5A64 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3840 #384047 | 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: #9BA6B0;
--charcoal-500: #7E8D9A;
--charcoal-600: #63717E;
--charcoal-700: #4F5A64;
--charcoal-800: #384047;
--charcoal-900: #24292E;
--charcoal-950: #161A1D;
}