Slate Gray
#5A8187
CyanColor Codes
All color formats for development
HEX
#5A8187RGB
rgb(90, 129, 135)HSL
hsl(188, 20%, 44%)OKLCH
oklch(0.577 0.044 208)CMYK
cmyk(33%, 4%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#517479
2#48676C
3#3F5A5E
4#364D51
5#2D4043
6#243336
7#1B2728
8#121A1B
9#090D0D
Tints
Lighter variations
1#659198
2#769EA4
3#87AAAF
4#98B6BA
5#A9C2C6
6#BACED1
7#CCDADD
8#DDE7E8
9#EEF3F4
Tones
Muted variations
1#5C7F84
2#5E7D82
3#607C80
4#637A7E
5#65787B
6#677779
7#697577
8#6C7375
9#6E7272
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAF0 #EAF0F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E3 #D7E3E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9CD #B9CDD0 | BordersInactive statesPlaceholder text |
| 400 | 94B3 #94B3B8 | Disabled statesSecondary iconsMuted text |
| 500 | 759D #759DA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A81 #5A8187 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4766 #47666B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3349 #33494D | Text on light backgroundsHeadingsStrong borders |
| 900 | 212F #212F31 | 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: #F6F8F9;
--slate-gray-100: #EAF0F1;
--slate-gray-200: #D7E3E4;
--slate-gray-300: #B9CDD0;
--slate-gray-400: #94B3B8;
--slate-gray-500: #759DA3;
--slate-gray-600: #5A8187;
--slate-gray-700: #47666B;
--slate-gray-800: #33494D;
--slate-gray-900: #212F31;
--slate-gray-950: #141D1F;
}