Slate Gray
#598288
CyanColor Codes
All color formats for development
HEX
#598288RGB
rgb(89, 130, 136)HSL
hsl(188, 21%, 44%)OKLCH
oklch(0.579 0.046 207.4)CMYK
cmyk(35%, 4%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#50757A
2#47686D
3#3E5B5F
4#354E51
5#2C4144
6#233436
7#1B2729
8#121A1B
9#090D0E
Tints
Lighter variations
1#649299
2#759EA5
3#86AAB0
4#97B7BB
5#A9C3C7
6#BACFD2
7#CBDBDD
8#DCE7E8
9#EEF3F4
Tones
Muted variations
1#5B8085
2#5D7E83
3#607C81
4#627B7E
5#64797C
6#67777A
7#697577
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 | D7E3 #D7E3E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8CD #B8CDD1 | BordersInactive statesPlaceholder text |
| 400 | 93B3 #93B3B8 | Disabled statesSecondary iconsMuted text |
| 500 | 749E #749EA4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5981 #598188 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4767 #47676C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 324A #324A4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 202F #202F31 | 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: #F6F9F9;
--slate-gray-100: #E9F0F1;
--slate-gray-200: #D7E3E5;
--slate-gray-300: #B8CDD1;
--slate-gray-400: #93B3B8;
--slate-gray-500: #749EA4;
--slate-gray-600: #598188;
--slate-gray-700: #47676C;
--slate-gray-800: #324A4D;
--slate-gray-900: #202F31;
--slate-gray-950: #141D1F;
}