Charcoal
#4E5A65
BlueColor Codes
All color formats for development
HEX
#4E5A65RGB
rgb(78, 90, 101)HSL
hsl(209, 13%, 35%)OKLCH
oklch(0.461 0.023 246)CMYK
cmyk(23%, 11%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#46515B
2#3E4851
3#363F47
4#2F363D
5#272D32
6#1F2428
7#171B1E
8#101214
9#08090A
Tints
Lighter variations
1#5C6A78
2#6A7B8A
3#7C8B9A
4#8F9CA8
5#A1ACB7
6#B4BDC5
7#C7CDD4
8#DADEE2
9#ECEEF1
Tones
Muted variations
1#4F5A64
2#505A63
3#515A61
4#525960
5#53595F
6#55595E
7#56595D
8#57595C
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 #BDC5CC | BordersInactive statesPlaceholder text |
| 400 | 9AA6 #9AA6B1 | Disabled statesSecondary iconsMuted text |
| 500 | 7D8D #7D8D9B | Primary brand colorCTAsActive elementsLinks |
| 600 | 6271 #62717F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E5A #4E5A65 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3740 #374048 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2329 #23292E | 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: #BDC5CC;
--charcoal-400: #9AA6B1;
--charcoal-500: #7D8D9B;
--charcoal-600: #62717F;
--charcoal-700: #4E5A65;
--charcoal-800: #374048;
--charcoal-900: #23292E;
--charcoal-950: #161A1D;
}