Slate Gray
#598888
CyanColor Codes
All color formats for development
HEX
#598888RGB
rgb(89, 136, 136)HSL
hsl(180, 21%, 44%)OKLCH
oklch(0.593 0.051 195.9)CMYK
cmyk(35%, 0%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#507A7A
2#476D6D
3#3E5F5F
4#355151
5#2C4444
6#233636
7#1B2929
8#121B1B
9#090E0E
Tints
Lighter variations
1#649999
2#75A5A5
3#86B0B0
4#97BBBB
5#A9C7C7
6#BAD2D2
7#CBDDDD
8#DCE8E8
9#EEF4F4
Tones
Muted variations
1#5B8585
2#5D8383
3#608181
4#627E7E
5#647C7C
6#677A7A
7#697777
8#6B7575
9#6E7373
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F9 #F6F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9F1 #E9F1F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E5 #D7E5E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8D1 #B8D1D1 | BordersInactive statesPlaceholder text |
| 400 | 93B8 #93B8B8 | Disabled statesSecondary iconsMuted text |
| 500 | 74A4 #74A4A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5988 #598888 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 476C #476C6C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 324D #324D4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2031 #203131 | Primary textHigh emphasis contentDark headings |
| 950 | 141F #141F1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F9F9;
--slate-gray-100: #E9F1F1;
--slate-gray-200: #D7E5E5;
--slate-gray-300: #B8D1D1;
--slate-gray-400: #93B8B8;
--slate-gray-500: #74A4A4;
--slate-gray-600: #598888;
--slate-gray-700: #476C6C;
--slate-gray-800: #324D4D;
--slate-gray-900: #203131;
--slate-gray-950: #141F1F;
}