Slate Gray
#5D6A83
BlueColor Codes
All color formats for development
HEX
#5D6A83RGB
rgb(93, 106, 131)HSL
hsl(219, 17%, 44%)OKLCH
oklch(0.523 0.043 263.4)CMYK
cmyk(29%, 19%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#546076
2#4B5569
3#414B5C
4#38404F
5#2F3542
6#252B35
7#1C2027
8#13151A
9#090B0D
Tints
Lighter variations
1#697894
2#7987A0
3#8A96AC
4#9BA5B8
5#ABB4C4
6#BCC3D0
7#CDD2DB
8#DEE1E7
9#EEF0F3
Tones
Muted variations
1#5F6B81
2#616C7F
3#636C7E
4#656D7C
5#676D7A
6#696E78
7#6A6E76
8#6C6F74
9#6E7072
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEC #EAECF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DC #D8DCE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BAC1 #BAC1CE | BordersInactive statesPlaceholder text |
| 400 | 97A1 #97A1B5 | Disabled statesSecondary iconsMuted text |
| 500 | 7986 #7986A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D6A #5D6A83 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A55 #4A5568 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 353C #353C4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2227 #222730 | Primary textHigh emphasis contentDark headings |
| 950 | 1518 #15181E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F7F9;
--slate-gray-100: #EAECF0;
--slate-gray-200: #D8DCE3;
--slate-gray-300: #BAC1CE;
--slate-gray-400: #97A1B5;
--slate-gray-500: #7986A0;
--slate-gray-600: #5D6A83;
--slate-gray-700: #4A5568;
--slate-gray-800: #353C4B;
--slate-gray-900: #222730;
--slate-gray-950: #15181E;
}