Slate Gray
#5B8186
CyanColor Codes
All color formats for development
HEX
#5B8186RGB
rgb(91, 129, 134)HSL
hsl(187, 19%, 44%)OKLCH
oklch(0.577 0.043 206.3)CMYK
cmyk(32%, 4%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#527478
2#49676B
3#405A5D
4#374D50
5#2D4043
6#243335
7#1B2728
8#121A1B
9#090D0D
Tints
Lighter variations
1#669197
2#779DA2
3#88AAAE
4#99B6BA
5#AAC2C5
6#BBCED1
7#CCDADC
8#DDE7E8
9#EEF3F3
Tones
Muted variations
1#5D7F83
2#5F7D81
3#617C7F
4#637A7D
5#66787B
6#687779
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 | D8E3 #D8E3E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9CD #B9CDCF | BordersInactive statesPlaceholder text |
| 400 | 95B3 #95B3B7 | Disabled statesSecondary iconsMuted text |
| 500 | 769D #769DA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B81 #5B8186 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4866 #48666A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3449 #34494C | Text on light backgroundsHeadingsStrong borders |
| 900 | 212F #212F31 | 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: #D8E3E4;
--slate-gray-300: #B9CDCF;
--slate-gray-400: #95B3B7;
--slate-gray-500: #769DA2;
--slate-gray-600: #5B8186;
--slate-gray-700: #48666A;
--slate-gray-800: #34494C;
--slate-gray-900: #212F31;
--slate-gray-950: #151D1E;
}