Slate Gray
#65707B
BlueColor Codes
All color formats for development
HEX
#65707BRGB
rgb(101, 112, 123)HSL
hsl(210, 10%, 44%)OKLCH
oklch(0.54 0.022 248.2)CMYK
cmyk(18%, 9%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5B656F
2#515A63
3#474F56
4#3D434A
5#32383E
6#282D31
7#1E2225
8#141619
9#0A0B0C
Tints
Lighter variations
1#727E8B
2#818D98
3#919BA5
4#A1A9B2
5#B0B8BF
6#C0C6CC
7#D0D4D8
8#E0E2E5
9#EFF1F2
Tones
Muted variations
1#66707A
2#677079
3#687078
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 | 9DA6 #9DA6AF | Disabled statesSecondary iconsMuted text |
| 500 | 818C #818C98 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6570 #65707B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5059 #505962 | 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: #BEC4CA;
--slate-gray-400: #9DA6AF;
--slate-gray-500: #818C98;
--slate-gray-600: #65707B;
--slate-gray-700: #505962;
--slate-gray-800: #394046;
--slate-gray-900: #25292D;
--slate-gray-950: #171A1C;
}