Slate Gray
#5D7783
BlueColor Codes
All color formats for development
HEX
#5D7783RGB
rgb(93, 119, 131)HSL
hsl(199, 17%, 44%)OKLCH
oklch(0.553 0.036 227.8)CMYK
cmyk(29%, 9%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#546B76
2#4B5F69
3#41535C
4#38484F
5#2F3C42
6#253035
7#1C2427
8#13181A
9#090C0D
Tints
Lighter variations
1#698694
2#7994A0
3#8AA1AC
4#9BAFB8
5#ABBCC4
6#BCC9D0
7#CDD7DB
8#DEE4E7
9#EEF2F3
Tones
Muted variations
1#5F7681
2#61767F
3#63757E
4#65747C
5#67747A
6#697378
7#6A7276
8#6C7274
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 | D8E0 #D8E0E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BAC8 #BAC8CE | BordersInactive statesPlaceholder text |
| 400 | 97AB #97ABB5 | Disabled statesSecondary iconsMuted text |
| 500 | 7993 #7993A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D77 #5D7783 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A5F #4A5F68 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3544 #35444B | Text on light backgroundsHeadingsStrong borders |
| 900 | 222B #222B30 | Primary textHigh emphasis contentDark headings |
| 950 | 151B #151B1E | 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: #D8E0E3;
--slate-gray-300: #BAC8CE;
--slate-gray-400: #97ABB5;
--slate-gray-500: #7993A0;
--slate-gray-600: #5D7783;
--slate-gray-700: #4A5F68;
--slate-gray-800: #35444B;
--slate-gray-900: #222B30;
--slate-gray-950: #151B1E;
}