Slate Gray
#656F7B
BlueColor Codes
All color formats for development
HEX
#656F7BRGB
rgb(101, 111, 123)HSL
hsl(213, 10%, 44%)OKLCH
oklch(0.537 0.022 253)CMYK
cmyk(18%, 10%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5B646F
2#515963
3#474E56
4#3D434A
5#32383E
6#282C31
7#1E2125
8#141619
9#0A0B0C
Tints
Lighter variations
1#727D8B
2#818C98
3#919AA5
4#A1A8B2
5#B0B7BF
6#C0C5CC
7#D0D4D8
8#E0E2E5
9#EFF1F2
Tones
Muted variations
1#666F7A
2#676F79
3#686F78
4#697077
5#6B7076
6#6C7075
7#6D7074
8#6E7072
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 | DBDE #DBDEE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEC4 #BEC4CA | BordersInactive statesPlaceholder text |
| 400 | 9DA5 #9DA5AF | Disabled statesSecondary iconsMuted text |
| 500 | 818B #818B98 | Primary brand colorCTAsActive elementsLinks |
| 600 | 656F #656F7B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5058 #505862 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 393F #393F46 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2528 #25282D | 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: #DBDEE1;
--slate-gray-300: #BEC4CA;
--slate-gray-400: #9DA5AF;
--slate-gray-500: #818B98;
--slate-gray-600: #656F7B;
--slate-gray-700: #505862;
--slate-gray-800: #393F46;
--slate-gray-900: #25282D;
--slate-gray-950: #17191C;
}