Slate Gray
#646C7D
BlueColor Codes
All color formats for development
HEX
#646C7DRGB
rgb(100, 108, 125)HSL
hsl(221, 11%, 44%)OKLCH
oklch(0.531 0.028 265.4)CMYK
cmyk(20%, 14%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A6170
2#505664
3#464B57
4#3C414B
5#32363E
6#282B32
7#1E2025
8#141619
9#0A0B0C
Tints
Lighter variations
1#71798C
2#808899
3#9097A6
4#A0A6B3
5#B0B5BF
6#C0C4CC
7#CFD2D9
8#DFE1E6
9#EFF0F2
Tones
Muted variations
1#656C7B
2#666D7A
3#686D79
4#696D78
5#6A6E76
6#6B6E75
7#6C6F74
8#6E6F73
9#6F7071
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F7 #F7F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEC #EBECEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADD #DADDE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEC2 #BEC2CB | BordersInactive statesPlaceholder text |
| 400 | 9CA2 #9CA2B0 | Disabled statesSecondary iconsMuted text |
| 500 | 8088 #808899 | Primary brand colorCTAsActive elementsLinks |
| 600 | 646C #646C7D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F56 #4F5663 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 393D #393D47 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2427 #24272D | Primary textHigh emphasis contentDark headings |
| 950 | 1718 #17181C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F7F7F8;
--slate-gray-100: #EBECEF;
--slate-gray-200: #DADDE1;
--slate-gray-300: #BEC2CB;
--slate-gray-400: #9CA2B0;
--slate-gray-500: #808899;
--slate-gray-600: #646C7D;
--slate-gray-700: #4F5663;
--slate-gray-800: #393D47;
--slate-gray-900: #24272D;
--slate-gray-950: #17181C;
}