Slate Gray
#598688
CyanColor Codes
All color formats for development
HEX
#598688RGB
rgb(89, 134, 136)HSL
hsl(183, 21%, 44%)OKLCH
oklch(0.588 0.049 199.4)CMYK
cmyk(35%, 1%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#50787A
2#476B6D
3#3E5D5F
4#355051
5#2C4344
6#233536
7#1B2829
8#121B1B
9#090D0E
Tints
Lighter variations
1#649699
2#75A2A5
3#86AEB0
4#97BABB
5#A9C5C7
6#BAD1D2
7#CBDCDD
8#DCE8E8
9#EEF3F4
Tones
Muted variations
1#5B8385
2#5D8183
3#607F81
4#627D7E
5#647B7C
6#67797A
7#697777
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 | E9F1 #E9F1F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E4 #D7E4E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8CF #B8CFD1 | BordersInactive statesPlaceholder text |
| 400 | 93B7 #93B7B8 | Disabled statesSecondary iconsMuted text |
| 500 | 74A2 #74A2A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5985 #598588 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 476A #476A6C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 324C #324C4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2031 #203131 | 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: #E9F1F1;
--slate-gray-200: #D7E4E5;
--slate-gray-300: #B8CFD1;
--slate-gray-400: #93B7B8;
--slate-gray-500: #74A2A4;
--slate-gray-600: #598588;
--slate-gray-700: #476A6C;
--slate-gray-800: #324C4D;
--slate-gray-900: #203131;
--slate-gray-950: #141E1F;
}