Slate Gray
#597B88
BlueColor Codes
All color formats for development
HEX
#597B88RGB
rgb(89, 123, 136)HSL
hsl(197, 21%, 44%)OKLCH
oklch(0.562 0.043 223.6)CMYK
cmyk(35%, 10%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#506E7A
2#47626D
3#3E565F
4#354951
5#2C3D44
6#233136
7#1B2529
8#12181B
9#090C0E
Tints
Lighter variations
1#648A99
2#7597A5
3#86A4B0
4#97B1BB
5#A9BEC7
6#BACBD2
7#CBD8DD
8#DCE5E8
9#EEF2F4
Tones
Muted variations
1#5B7985
2#5D7883
3#607781
4#62767E
5#64757C
6#67747A
7#697377
8#6B7275
9#6E7173
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EF #E9EFF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E1 #D7E1E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8CA #B8CAD1 | BordersInactive statesPlaceholder text |
| 400 | 93AE #93AEB8 | Disabled statesSecondary iconsMuted text |
| 500 | 7497 #7497A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 597A #597A88 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4761 #47616C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3246 #32464D | Text on light backgroundsHeadingsStrong borders |
| 900 | 202D #202D31 | Primary textHigh emphasis contentDark headings |
| 950 | 141C #141C1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F8F9;
--slate-gray-100: #E9EFF1;
--slate-gray-200: #D7E1E5;
--slate-gray-300: #B8CAD1;
--slate-gray-400: #93AEB8;
--slate-gray-500: #7497A4;
--slate-gray-600: #597A88;
--slate-gray-700: #47616C;
--slate-gray-800: #32464D;
--slate-gray-900: #202D31;
--slate-gray-950: #141C1F;
}