Slate Gray
#656E7B
BlueColor Codes
All color formats for development
HEX
#656E7BRGB
rgb(101, 110, 123)HSL
hsl(215, 10%, 44%)OKLCH
oklch(0.535 0.023 257.5)CMYK
cmyk(18%, 11%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5B636F
2#515863
3#474D56
4#3D424A
5#32373E
6#282C31
7#1E2125
8#141619
9#0A0B0C
Tints
Lighter variations
1#727C8B
2#818B98
3#9199A5
4#A1A8B2
5#B0B6BF
6#C0C5CC
7#D0D3D8
8#E0E2E5
9#EFF0F2
Tones
Muted variations
1#666F7A
2#676F79
3#686F78
4#696F77
5#6B6F76
6#6C6F75
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 | DBDD #DBDDE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEC3 #BEC3CA | BordersInactive statesPlaceholder text |
| 400 | 9DA4 #9DA4AF | Disabled statesSecondary iconsMuted text |
| 500 | 818A #818A98 | Primary brand colorCTAsActive elementsLinks |
| 600 | 656E #656E7B | 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: #DBDDE1;
--slate-gray-300: #BEC3CA;
--slate-gray-400: #9DA4AF;
--slate-gray-500: #818A98;
--slate-gray-600: #656E7B;
--slate-gray-700: #505862;
--slate-gray-800: #393F46;
--slate-gray-900: #25282D;
--slate-gray-950: #17191C;
}