Slate Gray
#5D7C83
CyanColor Codes
All color formats for development
HEX
#5D7C83RGB
rgb(93, 124, 131)HSL
hsl(191, 17%, 44%)OKLCH
oklch(0.565 0.037 213.1)CMYK
cmyk(29%, 5%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#547076
2#4B6369
3#41575C
4#384B4F
5#2F3E42
6#253235
7#1C2527
8#13191A
9#090C0D
Tints
Lighter variations
1#698C94
2#7999A0
3#8AA6AC
4#9BB3B8
5#ABBFC4
6#BCCCD0
7#CDD9DB
8#DEE6E7
9#EEF2F3
Tones
Muted variations
1#5F7B81
2#617A7F
3#63797E
4#65777C
5#67767A
6#697578
7#6A7476
8#6C7374
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 | D8E1 #D8E1E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BACB #BACBCE | BordersInactive statesPlaceholder text |
| 400 | 97AF #97AFB5 | Disabled statesSecondary iconsMuted text |
| 500 | 7999 #7999A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D7C #5D7C83 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A63 #4A6368 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3547 #35474B | Text on light backgroundsHeadingsStrong borders |
| 900 | 222D #222D30 | 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: #D8E1E3;
--slate-gray-300: #BACBCE;
--slate-gray-400: #97AFB5;
--slate-gray-500: #7999A0;
--slate-gray-600: #5D7C83;
--slate-gray-700: #4A6368;
--slate-gray-800: #35474B;
--slate-gray-900: #222D30;
--slate-gray-950: #151C1E;
}