Slate Gray
#588289
CyanColor Codes
All color formats for development
HEX
#588289RGB
rgb(88, 130, 137)HSL
hsl(189, 22%, 44%)OKLCH
oklch(0.578 0.048 209)CMYK
cmyk(36%, 5%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4F757B
2#46686E
3#3D5B60
4#354E52
5#2C4144
6#233437
7#1A2729
8#121A1B
9#090D0E
Tints
Lighter variations
1#63929A
2#749EA6
3#85AAB1
4#96B7BC
5#A8C3C7
6#B9CFD2
7#CBDBDE
8#DCE7E9
9#EEF3F4
Tones
Muted variations
1#5A8086
2#5C7E84
3#5F7C81
4#617B7F
5#64797D
6#66777A
7#697578
8#6B7475
9#6E7273
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F9 #F6F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9F0 #E9F0F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E3 #D7E3E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7CD #B7CDD1 | BordersInactive statesPlaceholder text |
| 400 | 92B3 #92B3B9 | Disabled statesSecondary iconsMuted text |
| 500 | 739E #739EA5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5881 #588189 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4667 #46676D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 324A #324A4E | Text on light backgroundsHeadingsStrong borders |
| 900 | 202F #202F32 | 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: #F6F9F9;
--slate-gray-100: #E9F0F1;
--slate-gray-200: #D7E3E5;
--slate-gray-300: #B7CDD1;
--slate-gray-400: #92B3B9;
--slate-gray-500: #739EA5;
--slate-gray-600: #588189;
--slate-gray-700: #46676D;
--slate-gray-800: #324A4E;
--slate-gray-900: #202F32;
--slate-gray-950: #141D1F;
}