Slate Gray
#5D6C83
BlueColor Codes
All color formats for development
HEX
#5D6C83RGB
rgb(93, 108, 131)HSL
hsl(216, 17%, 44%)OKLCH
oklch(0.528 0.041 258.8)CMYK
cmyk(29%, 18%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#546276
2#4B5769
3#414C5C
4#38414F
5#2F3642
6#252B35
7#1C2127
8#13161A
9#090B0D
Tints
Lighter variations
1#697A94
2#7989A0
3#8A98AC
4#9BA6B8
5#ABB5C4
6#BCC4D0
7#CDD3DB
8#DEE1E7
9#EEF0F3
Tones
Muted variations
1#5F6D81
2#616D7F
3#636E7E
4#656E7C
5#676E7A
6#696F78
7#6A6F76
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 | EAED #EAEDF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DD #D8DDE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BAC2 #BAC2CE | BordersInactive statesPlaceholder text |
| 400 | 97A3 #97A3B5 | Disabled statesSecondary iconsMuted text |
| 500 | 7988 #7988A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D6C #5D6C83 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A56 #4A5668 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 353E #353E4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2227 #222730 | Primary textHigh emphasis contentDark headings |
| 950 | 1519 #15191E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F7F9;
--slate-gray-100: #EAEDF0;
--slate-gray-200: #D8DDE3;
--slate-gray-300: #BAC2CE;
--slate-gray-400: #97A3B5;
--slate-gray-500: #7988A0;
--slate-gray-600: #5D6C83;
--slate-gray-700: #4A5668;
--slate-gray-800: #353E4B;
--slate-gray-900: #222730;
--slate-gray-950: #15191E;
}