Slate Gray
#597F88
CyanColor Codes
All color formats for development
HEX
#597F88RGB
rgb(89, 127, 136)HSL
hsl(191, 21%, 44%)OKLCH
oklch(0.571 0.045 214)CMYK
cmyk(35%, 7%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#50727A
2#47666D
3#3E595F
4#354C51
5#2C4044
6#233336
7#1B2629
8#12191B
9#090D0E
Tints
Lighter variations
1#648F99
2#759CA5
3#86A8B0
4#97B5BB
5#A9C1C7
6#BACDD2
7#CBDADD
8#DCE6E8
9#EEF3F4
Tones
Muted variations
1#5B7E85
2#5D7C83
3#607B81
4#62797E
5#64787C
6#67767A
7#697577
8#6B7375
9#6E7273
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9F0 #E9F0F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E2 #D7E2E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8CC #B8CCD1 | BordersInactive statesPlaceholder text |
| 400 | 93B2 #93B2B8 | Disabled statesSecondary iconsMuted text |
| 500 | 749C #749CA4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 597F #597F88 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4765 #47656C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3248 #32484D | Text on light backgroundsHeadingsStrong borders |
| 900 | 202E #202E31 | Primary textHigh emphasis contentDark headings |
| 950 | 141D #141D1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F8F9;
--slate-gray-100: #E9F0F1;
--slate-gray-200: #D7E2E5;
--slate-gray-300: #B8CCD1;
--slate-gray-400: #93B2B8;
--slate-gray-500: #749CA4;
--slate-gray-600: #597F88;
--slate-gray-700: #47656C;
--slate-gray-800: #32484D;
--slate-gray-900: #202E31;
--slate-gray-950: #141D1F;
}