Charcoal
#4E5965
BlueColor Codes
All color formats for development
HEX
#4E5965RGB
rgb(78, 89, 101)HSL
hsl(211, 13%, 35%)OKLCH
oklch(0.459 0.024 250.6)CMYK
cmyk(23%, 12%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#46505B
2#3E4751
3#363E47
4#2F353D
5#272C32
6#1F2428
7#171B1E
8#101214
9#08090A
Tints
Lighter variations
1#5C6978
2#6A7A8A
3#7C8A9A
4#8F9BA8
5#A1ACB7
6#B4BCC5
7#C7CDD4
8#DADEE2
9#ECEEF1
Tones
Muted variations
1#4F5964
2#505963
3#515961
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 | BDC4 #BDC4CC | BordersInactive statesPlaceholder text |
| 400 | 9AA5 #9AA5B1 | Disabled statesSecondary iconsMuted text |
| 500 | 7D8C #7D8C9B | Primary brand colorCTAsActive elementsLinks |
| 600 | 6270 #62707F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E59 #4E5965 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 373F #373F48 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2329 #23292E | Primary textHigh emphasis contentDark headings |
| 950 | 1619 #16191D | 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: #BDC4CC;
--charcoal-400: #9AA5B1;
--charcoal-500: #7D8C9B;
--charcoal-600: #62707F;
--charcoal-700: #4E5965;
--charcoal-800: #373F48;
--charcoal-900: #23292E;
--charcoal-950: #16191D;
}