Slate Gray
#5B7B86
BlueColor Codes
All color formats for development
HEX
#5B7B86RGB
rgb(91, 123, 134)HSL
hsl(195, 19%, 44%)OKLCH
oklch(0.562 0.04 221.1)CMYK
cmyk(32%, 8%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#526F78
2#49626B
3#40565D
4#374A50
5#2D3D43
6#243135
7#1B2528
8#12191B
9#090C0D
Tints
Lighter variations
1#668A97
2#7798A2
3#88A5AE
4#99B1BA
5#AABEC5
6#BBCBD1
7#CCD8DC
8#DDE5E8
9#EEF2F3
Tones
Muted variations
1#5D7A83
2#5F7981
3#61787F
4#63777D
5#66767B
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 | B9CA #B9CACF | BordersInactive statesPlaceholder text |
| 400 | 95AE #95AEB7 | Disabled statesSecondary iconsMuted text |
| 500 | 7697 #7697A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B7B #5B7B86 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4862 #48626A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3446 #34464C | Text on light backgroundsHeadingsStrong borders |
| 900 | 212D #212D31 | 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: #B9CACF;
--slate-gray-400: #95AEB7;
--slate-gray-500: #7697A2;
--slate-gray-600: #5B7B86;
--slate-gray-700: #48626A;
--slate-gray-800: #34464C;
--slate-gray-900: #212D31;
--slate-gray-950: #151C1E;
}