Slate Gray
#5D7083
BlueColor Codes
All color formats for development
HEX
#5D7083RGB
rgb(93, 112, 131)HSL
hsl(210, 17%, 44%)OKLCH
oklch(0.537 0.038 248.5)CMYK
cmyk(29%, 15%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#546576
2#4B5A69
3#414F5C
4#38434F
5#2F3842
6#252D35
7#1C2227
8#13161A
9#090B0D
Tints
Lighter variations
1#697E94
2#798DA0
3#8A9BAC
4#9BA9B8
5#ABB8C4
6#BCC6D0
7#CDD4DB
8#DEE2E7
9#EEF1F3
Tones
Muted variations
1#5F7081
2#61707F
3#63707E
4#65707C
5#67707A
6#697078
7#6A7076
8#6C7074
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 | D8DE #D8DEE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BAC4 #BAC4CE | BordersInactive statesPlaceholder text |
| 400 | 97A6 #97A6B5 | Disabled statesSecondary iconsMuted text |
| 500 | 798C #798CA0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D70 #5D7083 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A59 #4A5968 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3540 #35404B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2229 #222930 | 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: #F6F7F9;
--slate-gray-100: #EAEDF0;
--slate-gray-200: #D8DEE3;
--slate-gray-300: #BAC4CE;
--slate-gray-400: #97A6B5;
--slate-gray-500: #798CA0;
--slate-gray-600: #5D7083;
--slate-gray-700: #4A5968;
--slate-gray-800: #35404B;
--slate-gray-900: #222930;
--slate-gray-950: #151A1E;
}