Slate Gray
#646E7D
BlueColor Codes
All color formats for development
HEX
#646E7DRGB
rgb(100, 110, 125)HSL
hsl(216, 11%, 44%)OKLCH
oklch(0.535 0.027 258.4)CMYK
cmyk(20%, 12%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A6370
2#505864
3#464D57
4#3C424B
5#32373E
6#282C32
7#1E2125
8#141619
9#0A0B0C
Tints
Lighter variations
1#717C8C
2#808A99
3#9099A6
4#A0A7B3
5#B0B6BF
6#C0C5CC
7#CFD3D9
8#DFE2E6
9#EFF0F2
Tones
Muted variations
1#656E7B
2#666E7A
3#686E79
4#696F78
5#6A6F76
6#6B6F75
7#6C6F74
8#6E7073
9#6F7071
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F7 #F7F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBED #EBEDEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADD #DADDE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEC3 #BEC3CB | BordersInactive statesPlaceholder text |
| 400 | 9CA4 #9CA4B0 | Disabled statesSecondary iconsMuted text |
| 500 | 808A #808A99 | Primary brand colorCTAsActive elementsLinks |
| 600 | 646E #646E7D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F57 #4F5763 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 393E #393E47 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2428 #24282D | Primary textHigh emphasis contentDark headings |
| 950 | 1719 #17191C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F7F7F8;
--slate-gray-100: #EBEDEF;
--slate-gray-200: #DADDE1;
--slate-gray-300: #BEC3CB;
--slate-gray-400: #9CA4B0;
--slate-gray-500: #808A99;
--slate-gray-600: #646E7D;
--slate-gray-700: #4F5763;
--slate-gray-800: #393E47;
--slate-gray-900: #24282D;
--slate-gray-950: #17191C;
}