Slate Gray
#5B6886
BlueColor Codes
All color formats for development
HEX
#5B6886RGB
rgb(91, 104, 134)HSL
hsl(222, 19%, 44%)OKLCH
oklch(0.518 0.05 266.4)CMYK
cmyk(32%, 22%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#525D78
2#49536B
3#40495D
4#373E50
5#2D3443
6#242935
7#1B1F28
8#12151B
9#090A0D
Tints
Lighter variations
1#667597
2#7784A2
3#8893AE
4#99A3BA
5#AAB2C5
6#BBC2D1
7#CCD1DC
8#DDE0E8
9#EEF0F3
Tones
Muted variations
1#5D6983
2#5F6981
3#616A7F
4#636B7D
5#666C7B
6#686D79
7#6A6E77
8#6C6E74
9#6E6F72
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEC #EAECF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DB #D8DBE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C0 #B9C0CF | BordersInactive statesPlaceholder text |
| 400 | 959F #959FB7 | Disabled statesSecondary iconsMuted text |
| 500 | 7684 #7684A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B68 #5B6886 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4852 #48526A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 343B #343B4C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2126 #212631 | Primary textHigh emphasis contentDark headings |
| 950 | 1518 #15181E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F7F9;
--slate-gray-100: #EAECF1;
--slate-gray-200: #D8DBE4;
--slate-gray-300: #B9C0CF;
--slate-gray-400: #959FB7;
--slate-gray-500: #7684A2;
--slate-gray-600: #5B6886;
--slate-gray-700: #48526A;
--slate-gray-800: #343B4C;
--slate-gray-900: #212631;
--slate-gray-950: #15181E;
}