Slate Gray
#598588
CyanColor Codes
All color formats for development
HEX
#598588RGB
rgb(89, 133, 136)HSL
hsl(184, 21%, 44%)OKLCH
oklch(0.586 0.048 201.3)CMYK
cmyk(35%, 2%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#50777A
2#476A6D
3#3E5D5F
4#355051
5#2C4244
6#233536
7#1B2829
8#121B1B
9#090D0E
Tints
Lighter variations
1#649599
2#75A2A5
3#86ADB0
4#97B9BB
5#A9C5C7
6#BAD0D2
7#CBDCDD
8#DCE8E8
9#EEF3F4
Tones
Muted variations
1#5B8385
2#5D8183
3#607E81
4#627C7E
5#647A7C
6#67787A
7#697677
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 | B8CF #B8CFD1 | BordersInactive statesPlaceholder text |
| 400 | 93B6 #93B6B8 | Disabled statesSecondary iconsMuted text |
| 500 | 74A1 #74A1A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5985 #598588 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4769 #47696C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 324B #324B4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2030 #203031 | 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: #B8CFD1;
--slate-gray-400: #93B6B8;
--slate-gray-500: #74A1A4;
--slate-gray-600: #598588;
--slate-gray-700: #47696C;
--slate-gray-800: #324B4D;
--slate-gray-900: #203031;
--slate-gray-950: #141E1F;
}