Slate Gray
#5D7983
BlueColor Codes
All color formats for development
HEX
#5D7983RGB
rgb(93, 121, 131)HSL
hsl(196, 17%, 44%)OKLCH
oklch(0.558 0.036 221.8)CMYK
cmyk(29%, 8%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#546D76
2#4B6169
3#41555C
4#38494F
5#2F3D42
6#253035
7#1C2427
8#13181A
9#090C0D
Tints
Lighter variations
1#698994
2#7996A0
3#8AA3AC
4#9BB0B8
5#ABBDC4
6#BCCAD0
7#CDD8DB
8#DEE5E7
9#EEF2F3
Tones
Muted variations
1#5F7881
2#61777F
3#63767E
4#65767C
5#67757A
6#697478
7#6A7376
8#6C7274
9#6E7172
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEF #EAEFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8E0 #D8E0E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BAC9 #BAC9CE | BordersInactive statesPlaceholder text |
| 400 | 97AD #97ADB5 | Disabled statesSecondary iconsMuted text |
| 500 | 7995 #7995A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D79 #5D7983 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A60 #4A6068 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3545 #35454B | Text on light backgroundsHeadingsStrong borders |
| 900 | 222C #222C30 | Primary textHigh emphasis contentDark headings |
| 950 | 151C #151C1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F8F9;
--slate-gray-100: #EAEFF0;
--slate-gray-200: #D8E0E3;
--slate-gray-300: #BAC9CE;
--slate-gray-400: #97ADB5;
--slate-gray-500: #7995A0;
--slate-gray-600: #5D7983;
--slate-gray-700: #4A6068;
--slate-gray-800: #35454B;
--slate-gray-900: #222C30;
--slate-gray-950: #151C1E;
}