Slate Gray
#5B7486
BlueColor Codes
All color formats for development
HEX
#5B7486RGB
rgb(91, 116, 134)HSL
hsl(205, 19%, 44%)OKLCH
oklch(0.546 0.041 239.8)CMYK
cmyk(32%, 13%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#526878
2#495D6B
3#40515D
4#374550
5#2D3A43
6#242E35
7#1B2328
8#12171B
9#090C0D
Tints
Lighter variations
1#668297
2#7790A2
3#889EAE
4#99ACBA
5#AABAC5
6#BBC8D1
7#CCD6DC
8#DDE3E8
9#EEF1F3
Tones
Muted variations
1#5D7383
2#5F7381
3#61737F
4#63727D
5#66727B
6#687279
7#6A7177
8#6C7174
9#6E7172
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEE #EAEEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DF #D8DFE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C6 #B9C6CF | BordersInactive statesPlaceholder text |
| 400 | 95A9 #95A9B7 | Disabled statesSecondary iconsMuted text |
| 500 | 7690 #7690A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B74 #5B7486 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 485C #485C6A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3442 #34424C | Text on light backgroundsHeadingsStrong borders |
| 900 | 212A #212A31 | Primary textHigh emphasis contentDark headings |
| 950 | 151A #151A1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F8F9;
--slate-gray-100: #EAEEF1;
--slate-gray-200: #D8DFE4;
--slate-gray-300: #B9C6CF;
--slate-gray-400: #95A9B7;
--slate-gray-500: #7690A2;
--slate-gray-600: #5B7486;
--slate-gray-700: #485C6A;
--slate-gray-800: #34424C;
--slate-gray-900: #212A31;
--slate-gray-950: #151A1E;
}