Slate Gray
#5B7A86
BlueColor Codes
All color formats for development
HEX
#5B7A86RGB
rgb(91, 122, 134)HSL
hsl(197, 19%, 44%)OKLCH
oklch(0.56 0.04 223.7)CMYK
cmyk(32%, 9%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#526D78
2#49616B
3#40555D
4#374950
5#2D3D43
6#243135
7#1B2428
8#12181B
9#090C0D
Tints
Lighter variations
1#668997
2#7796A2
3#88A3AE
4#99B0BA
5#AABDC5
6#BBCBD1
7#CCD8DC
8#DDE5E8
9#EEF2F3
Tones
Muted variations
1#5D7983
2#5F7881
3#61777F
4#63767D
5#66757B
6#687479
7#6A7377
8#6C7274
9#6E7172
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 | D8E1 #D8E1E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C9 #B9C9CF | BordersInactive statesPlaceholder text |
| 400 | 95AD #95ADB7 | Disabled statesSecondary iconsMuted text |
| 500 | 7696 #7696A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B79 #5B7986 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4861 #48616A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3445 #34454C | Text on light backgroundsHeadingsStrong borders |
| 900 | 212C #212C31 | Primary textHigh emphasis contentDark headings |
| 950 | 151C #151C1E | 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: #D8E1E4;
--slate-gray-300: #B9C9CF;
--slate-gray-400: #95ADB7;
--slate-gray-500: #7696A2;
--slate-gray-600: #5B7986;
--slate-gray-700: #48616A;
--slate-gray-800: #34454C;
--slate-gray-900: #212C31;
--slate-gray-950: #151C1E;
}