Slate Gray
#65717B
BlueColor Codes
All color formats for development
HEX
#65717BRGB
rgb(101, 113, 123)HSL
hsl(207, 10%, 44%)OKLCH
oklch(0.542 0.021 243.2)CMYK
cmyk(18%, 8%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5B666F
2#515B63
3#474F56
4#3D444A
5#32393E
6#282D31
7#1E2225
8#141719
9#0A0B0C
Tints
Lighter variations
1#72808B
2#818E98
3#919CA5
4#A1AAB2
5#B0B8BF
6#C0C6CC
7#D0D5D8
8#E0E3E5
9#EFF1F2
Tones
Muted variations
1#66717A
2#677179
3#687178
4#697177
5#6B7176
6#6C7175
7#6D7174
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 | BEC5 #BEC5CA | BordersInactive statesPlaceholder text |
| 400 | 9DA7 #9DA7AF | Disabled statesSecondary iconsMuted text |
| 500 | 818D #818D98 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6571 #65717B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 505A #505A62 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3940 #394046 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2529 #25292D | Primary textHigh emphasis contentDark headings |
| 950 | 171A #171A1C | 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: #BEC5CA;
--slate-gray-400: #9DA7AF;
--slate-gray-500: #818D98;
--slate-gray-600: #65717B;
--slate-gray-700: #505A62;
--slate-gray-800: #394046;
--slate-gray-900: #25292D;
--slate-gray-950: #171A1C;
}