Slate Gray
#5B7E86
CyanColor Codes
All color formats for development
HEX
#5B7E86RGB
rgb(91, 126, 134)HSL
hsl(191, 19%, 44%)OKLCH
oklch(0.57 0.041 213.4)CMYK
cmyk(32%, 6%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#527178
2#49656B
3#40585D
4#374B50
5#2D3F43
6#243235
7#1B2628
8#12191B
9#090D0D
Tints
Lighter variations
1#668E97
2#779BA2
3#88A7AE
4#99B4BA
5#AAC0C5
6#BBCDD1
7#CCD9DC
8#DDE6E8
9#EEF2F3
Tones
Muted variations
1#5D7C83
2#5F7B81
3#617A7F
4#63787D
5#66777B
6#687679
7#6A7477
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 | EAEF #EAEFF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8E2 #D8E2E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9CB #B9CBCF | BordersInactive statesPlaceholder text |
| 400 | 95B0 #95B0B7 | Disabled statesSecondary iconsMuted text |
| 500 | 769A #769AA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B7E #5B7E86 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4864 #48646A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3447 #34474C | 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: #EAEFF1;
--slate-gray-200: #D8E2E4;
--slate-gray-300: #B9CBCF;
--slate-gray-400: #95B0B7;
--slate-gray-500: #769AA2;
--slate-gray-600: #5B7E86;
--slate-gray-700: #48646A;
--slate-gray-800: #34474C;
--slate-gray-900: #212E31;
--slate-gray-950: #151D1E;
}