Slate Gray
#597788
BlueColor Codes
All color formats for development
HEX
#597788RGB
rgb(89, 119, 136)HSL
hsl(202, 21%, 44%)OKLCH
oklch(0.552 0.044 233.4)CMYK
cmyk(35%, 12%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#506B7A
2#475F6D
3#3E535F
4#354751
5#2C3B44
6#232F36
7#1B2429
8#12181B
9#090C0E
Tints
Lighter variations
1#648699
2#7593A5
3#86A1B0
4#97AEBB
5#A9BCC7
6#BAC9D2
7#CBD7DD
8#DCE4E8
9#EEF2F4
Tones
Muted variations
1#5B7685
2#5D7583
3#607581
4#62747E
5#64737C
6#67737A
7#697277
8#6B7175
9#6E7173
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EE #E9EEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E0 #D7E0E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8C8 #B8C8D1 | BordersInactive statesPlaceholder text |
| 400 | 93AB #93ABB8 | Disabled statesSecondary iconsMuted text |
| 500 | 7493 #7493A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5976 #597688 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 475E #475E6C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3243 #32434D | Text on light backgroundsHeadingsStrong borders |
| 900 | 202B #202B31 | Primary textHigh emphasis contentDark headings |
| 950 | 141B #141B1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F8F9;
--slate-gray-100: #E9EEF1;
--slate-gray-200: #D7E0E5;
--slate-gray-300: #B8C8D1;
--slate-gray-400: #93ABB8;
--slate-gray-500: #7493A4;
--slate-gray-600: #597688;
--slate-gray-700: #475E6C;
--slate-gray-800: #32434D;
--slate-gray-900: #202B31;
--slate-gray-950: #141B1F;
}