Slate Gray
#588189
CyanColor Codes
All color formats for development
HEX
#588189RGB
rgb(88, 129, 137)HSL
hsl(190, 22%, 44%)OKLCH
oklch(0.576 0.047 211.1)CMYK
cmyk(36%, 6%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4F747B
2#46676E
3#3D5A60
4#354D52
5#2C4044
6#233337
7#1A2729
8#121A1B
9#090D0E
Tints
Lighter variations
1#63919A
2#749EA6
3#85AAB1
4#96B6BC
5#A8C2C7
6#B9CED2
7#CBDADE
8#DCE7E9
9#EEF3F4
Tones
Muted variations
1#5A7F86
2#5C7D84
3#5F7C81
4#617A7F
5#64787D
6#66777A
7#697578
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 | D7E3 #D7E3E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7CD #B7CDD1 | BordersInactive statesPlaceholder text |
| 400 | 92B3 #92B3B9 | Disabled statesSecondary iconsMuted text |
| 500 | 739D #739DA5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5881 #588189 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4666 #46666D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3249 #32494E | 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: #F6F8F9;
--slate-gray-100: #E9F0F1;
--slate-gray-200: #D7E3E5;
--slate-gray-300: #B7CDD1;
--slate-gray-400: #92B3B9;
--slate-gray-500: #739DA5;
--slate-gray-600: #588189;
--slate-gray-700: #46666D;
--slate-gray-800: #32494E;
--slate-gray-900: #202F32;
--slate-gray-950: #141D1F;
}