Slate Gray
#5B7386
BlueColor Codes
All color formats for development
HEX
#5B7386RGB
rgb(91, 115, 134)HSL
hsl(207, 19%, 44%)OKLCH
oklch(0.544 0.041 242.4)CMYK
cmyk(32%, 14%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#526778
2#495B6B
3#40505D
4#374550
5#2D3943
6#242E35
7#1B2228
8#12171B
9#090B0D
Tints
Lighter variations
1#668197
2#778FA2
3#889DAE
4#99ABBA
5#AAB9C5
6#BBC7D1
7#CCD5DC
8#DDE3E8
9#EEF1F3
Tones
Muted variations
1#5D7283
2#5F7281
3#61727F
4#63717D
5#66717B
6#687179
7#6A7177
8#6C7174
9#6E7072
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAED #EAEDF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DE #D8DEE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C5 #B9C5CF | BordersInactive statesPlaceholder text |
| 400 | 95A7 #95A7B7 | Disabled statesSecondary iconsMuted text |
| 500 | 768E #768EA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B72 #5B7286 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 485B #485B6A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3441 #34414C | 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: #F6F7F9;
--slate-gray-100: #EAEDF1;
--slate-gray-200: #D8DEE4;
--slate-gray-300: #B9C5CF;
--slate-gray-400: #95A7B7;
--slate-gray-500: #768EA2;
--slate-gray-600: #5B7286;
--slate-gray-700: #485B6A;
--slate-gray-800: #34414C;
--slate-gray-900: #212A31;
--slate-gray-950: #151A1E;
}