Slate Gray
#5B8386
CyanColor Codes
All color formats for development
HEX
#5B8386RGB
rgb(91, 131, 134)HSL
hsl(184, 19%, 44%)OKLCH
oklch(0.582 0.045 201.9)CMYK
cmyk(32%, 2%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#527678
2#49696B
3#405B5D
4#374E50
5#2D4143
6#243435
7#1B2728
8#121A1B
9#090D0D
Tints
Lighter variations
1#669397
2#77A0A2
3#88ACAE
4#99B7BA
5#AAC3C5
6#BBCFD1
7#CCDBDC
8#DDE7E8
9#EEF3F3
Tones
Muted variations
1#5D8183
2#5F7F81
3#617D7F
4#637B7D
5#66797B
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 | D8E3 #D8E3E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9CE #B9CECF | BordersInactive statesPlaceholder text |
| 400 | 95B4 #95B4B7 | Disabled statesSecondary iconsMuted text |
| 500 | 769F #769FA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B83 #5B8386 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4868 #48686A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 344A #344A4C | 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: #D8E3E4;
--slate-gray-300: #B9CECF;
--slate-gray-400: #95B4B7;
--slate-gray-500: #769FA2;
--slate-gray-600: #5B8386;
--slate-gray-700: #48686A;
--slate-gray-800: #344A4C;
--slate-gray-900: #213031;
--slate-gray-950: #151E1E;
}