Slate Gray
#5D7383
BlueColor Codes
All color formats for development
HEX
#5D7383RGB
rgb(93, 115, 131)HSL
hsl(205, 17%, 44%)OKLCH
oklch(0.544 0.036 239.9)CMYK
cmyk(29%, 12%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#546876
2#4B5C69
3#41515C
4#38454F
5#2F3A42
6#252E35
7#1C2327
8#13171A
9#090C0D
Tints
Lighter variations
1#698294
2#7990A0
3#8A9EAC
4#9BACB8
5#ABBAC4
6#BCC7D0
7#CDD5DB
8#DEE3E7
9#EEF1F3
Tones
Muted variations
1#5F7381
2#61737F
3#63727E
4#65727C
5#67727A
6#697178
7#6A7176
8#6C7174
9#6E7172
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEE #EAEEF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DF #D8DFE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BAC6 #BAC6CE | BordersInactive statesPlaceholder text |
| 400 | 97A8 #97A8B5 | Disabled statesSecondary iconsMuted text |
| 500 | 7990 #7990A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D73 #5D7383 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A5C #4A5C68 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3542 #35424B | Text on light backgroundsHeadingsStrong borders |
| 900 | 222A #222A30 | Primary textHigh emphasis contentDark headings |
| 950 | 151A #151A1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F8F9;
--slate-gray-100: #EAEEF0;
--slate-gray-200: #D8DFE3;
--slate-gray-300: #BAC6CE;
--slate-gray-400: #97A8B5;
--slate-gray-500: #7990A0;
--slate-gray-600: #5D7383;
--slate-gray-700: #4A5C68;
--slate-gray-800: #35424B;
--slate-gray-900: #222A30;
--slate-gray-950: #151A1E;
}