Slate Gray
#5B8086
CyanColor Codes
All color formats for development
HEX
#5B8086RGB
rgb(91, 128, 134)HSL
hsl(188, 19%, 44%)OKLCH
oklch(0.574 0.042 208.6)CMYK
cmyk(32%, 4%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#527378
2#49666B
3#40595D
4#374D50
5#2D4043
6#243335
7#1B2628
8#121A1B
9#090D0D
Tints
Lighter variations
1#669097
2#779DA2
3#88A9AE
4#99B5BA
5#AAC2C5
6#BBCED1
7#CCDADC
8#DDE6E8
9#EEF3F3
Tones
Muted variations
1#5D7E83
2#5F7D81
3#617B7F
4#637A7D
5#66787B
6#687679
7#6A7577
8#6C7374
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 | D8E2 #D8E2E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9CD #B9CDCF | BordersInactive statesPlaceholder text |
| 400 | 95B2 #95B2B7 | Disabled statesSecondary iconsMuted text |
| 500 | 769C #769CA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B80 #5B8086 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4866 #48666A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3449 #34494C | Text on light backgroundsHeadingsStrong borders |
| 900 | 212E #212E31 | Primary textHigh emphasis contentDark headings |
| 950 | 151D #151D1E | 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: #D8E2E4;
--slate-gray-300: #B9CDCF;
--slate-gray-400: #95B2B7;
--slate-gray-500: #769CA2;
--slate-gray-600: #5B8086;
--slate-gray-700: #48666A;
--slate-gray-800: #34494C;
--slate-gray-900: #212E31;
--slate-gray-950: #151D1E;
}