Slate Gray
#8587C7
BlueColor Codes
All color formats for development
HEX
#8587C7RGB
rgb(133, 135, 199)HSL
hsl(238, 37%, 65%)OKLCH
oklch(0.647 0.095 282)CMYK
cmyk(33%, 32%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E71BC
2#575AB2
3#494C9F
4#3F4188
5#343672
6#2A2B5B
7#1F2144
8#15162D
9#0A0B17
Tints
Lighter variations
1#9193CC
2#9D9FD2
3#A9ABD8
4#B6B7DD
5#C2C3E3
6#CECFE9
7#DADBEE
8#E7E7F4
9#F3F3F9
Tones
Muted variations
1#888AC3
2#8B8DC0
3#8F90BD
4#9293BA
5#9596B6
6#9999B3
7#9C9DB0
8#9FA0AC
9#A2A3A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E7 #E7E7F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D2 #D2D2EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB0 #AFB0DA | BordersInactive statesPlaceholder text |
| 400 | 8587 #8587C7 | Disabled statesSecondary iconsMuted text |
| 500 | 6265 #6265B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4749 #47499A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 383A #383A7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 282A #282A57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1B #1A1B38 | Primary textHigh emphasis contentDark headings |
| 950 | 1011 #101123 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F5FA;
--slate-gray-100: #E7E7F4;
--slate-gray-200: #D2D2EA;
--slate-gray-300: #AFB0DA;
--slate-gray-400: #8587C7;
--slate-gray-500: #6265B7;
--slate-gray-600: #47499A;
--slate-gray-700: #383A7A;
--slate-gray-800: #282A57;
--slate-gray-900: #1A1B38;
--slate-gray-950: #101123;
}