Slate Gray
#65727B
BlueColor Codes
All color formats for development
HEX
#65727BRGB
rgb(101, 114, 123)HSL
hsl(205, 10%, 44%)OKLCH
oklch(0.544 0.021 238.1)CMYK
cmyk(18%, 7%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5B676F
2#515B63
3#475056
4#3D444A
5#32393E
6#282E31
7#1E2225
8#141719
9#0A0B0C
Tints
Lighter variations
1#72818B
2#818F98
3#919DA5
4#A1ABB2
5#B0B9BF
6#C0C7CC
7#D0D5D8
8#E0E3E5
9#EFF1F2
Tones
Muted variations
1#66727A
2#677279
3#687278
4#697177
5#6B7176
6#6C7175
7#6D7174
8#6E7172
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 | 818E #818E98 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6572 #65727B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 505B #505B62 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3941 #394146 | 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: #818E98;
--slate-gray-600: #65727B;
--slate-gray-700: #505B62;
--slate-gray-800: #394146;
--slate-gray-900: #25292D;
--slate-gray-950: #171A1C;
}