Slate Gray
#5B8586
CyanColor Codes
All color formats for development
HEX
#5B8586RGB
rgb(91, 133, 134)HSL
hsl(181, 19%, 44%)OKLCH
oklch(0.586 0.046 197.8)CMYK
cmyk(32%, 1%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#527878
2#496A6B
3#405D5D
4#375050
5#2D4243
6#243535
7#1B2828
8#121B1B
9#090D0D
Tints
Lighter variations
1#669697
2#77A2A2
3#88ADAE
4#99B9BA
5#AAC5C5
6#BBD0D1
7#CCDCDC
8#DDE8E8
9#EEF3F3
Tones
Muted variations
1#5D8383
2#5F8181
3#617F7F
4#637D7D
5#667B7B
6#687879
7#6A7677
8#6C7474
9#6E7272
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F9 #F6F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAF0 #EAF0F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8E4 #D8E4E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9CF #B9CFCF | BordersInactive statesPlaceholder text |
| 400 | 95B6 #95B6B7 | Disabled statesSecondary iconsMuted text |
| 500 | 76A1 #76A1A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B85 #5B8586 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 486A #486A6A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 344B #344B4C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2130 #213031 | Primary textHigh emphasis contentDark headings |
| 950 | 151E #151E1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F9F9;
--slate-gray-100: #EAF0F1;
--slate-gray-200: #D8E4E4;
--slate-gray-300: #B9CFCF;
--slate-gray-400: #95B6B7;
--slate-gray-500: #76A1A2;
--slate-gray-600: #5B8586;
--slate-gray-700: #486A6A;
--slate-gray-800: #344B4C;
--slate-gray-900: #213031;
--slate-gray-950: #151E1E;
}