Slate Gray
#588589
CyanColor Codes
All color formats for development
HEX
#588589RGB
rgb(88, 133, 137)HSL
hsl(185, 22%, 44%)OKLCH
oklch(0.586 0.05 203)CMYK
cmyk(36%, 3%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4F777B
2#466A6E
3#3D5D60
4#355052
5#2C4244
6#233537
7#1A2829
8#121B1B
9#090D0E
Tints
Lighter variations
1#63969A
2#74A2A6
3#85ADB1
4#96B9BC
5#A8C5C7
6#B9D0D2
7#CBDCDE
8#DCE8E9
9#EEF3F4
Tones
Muted variations
1#5A8386
2#5C8184
3#5F7F81
4#617D7F
5#647A7D
6#66787A
7#697678
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 | D7E4 #D7E4E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7CF #B7CFD1 | BordersInactive statesPlaceholder text |
| 400 | 92B6 #92B6B9 | Disabled statesSecondary iconsMuted text |
| 500 | 73A1 #73A1A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5885 #588589 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 466A #466A6D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 324B #324B4E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2030 #203032 | Primary textHigh emphasis contentDark headings |
| 950 | 141E #141E1F | 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: #D7E4E5;
--slate-gray-300: #B7CFD1;
--slate-gray-400: #92B6B9;
--slate-gray-500: #73A1A5;
--slate-gray-600: #588589;
--slate-gray-700: #466A6D;
--slate-gray-800: #324B4E;
--slate-gray-900: #203032;
--slate-gray-950: #141E1F;
}