Slate Gray
#5B8686
CyanColor Codes
All color formats for development
HEX
#5B8686RGB
rgb(91, 134, 134)HSL
hsl(180, 19%, 44%)OKLCH
oklch(0.589 0.047 195.9)CMYK
cmyk(32%, 0%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#527878
2#496B6B
3#405D5D
4#375050
5#2D4343
6#243535
7#1B2828
8#121B1B
9#090D0D
Tints
Lighter variations
1#669797
2#77A2A2
3#88AEAE
4#99BABA
5#AAC5C5
6#BBD1D1
7#CCDCDC
8#DDE8E8
9#EEF3F3
Tones
Muted variations
1#5D8383
2#5F8181
3#617F7F
4#637D7D
5#667B7B
6#687979
7#6A7777
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 | EAF1 #EAF1F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8E4 #D8E4E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9CF #B9CFCF | BordersInactive statesPlaceholder text |
| 400 | 95B7 #95B7B7 | Disabled statesSecondary iconsMuted text |
| 500 | 76A2 #76A2A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B86 #5B8686 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 486A #486A6A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 344C #344C4C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2131 #213131 | 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: #EAF1F1;
--slate-gray-200: #D8E4E4;
--slate-gray-300: #B9CFCF;
--slate-gray-400: #95B7B7;
--slate-gray-500: #76A2A2;
--slate-gray-600: #5B8686;
--slate-gray-700: #486A6A;
--slate-gray-800: #344C4C;
--slate-gray-900: #213131;
--slate-gray-950: #151E1E;
}