Slate Gray
#8585C7
BlueColor Codes
All color formats for development
HEX
#8585C7RGB
rgb(133, 133, 199)HSL
hsl(240, 37%, 65%)OKLCH
oklch(0.643 0.098 283.3)CMYK
cmyk(33%, 33%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E6EBC
2#5757B2
3#49499F
4#3F3F88
5#343472
6#2A2A5B
7#1F1F44
8#15152D
9#0A0A17
Tints
Lighter variations
1#9191CC
2#9D9DD2
3#A9A9D8
4#B6B6DD
5#C2C2E3
6#CECEE9
7#DADAEE
8#E7E7F4
9#F3F3F9
Tones
Muted variations
1#8888C3
2#8B8BC0
3#8F8FBD
4#9292BA
5#9595B6
6#9999B3
7#9C9CB0
8#9F9FAC
9#A2A2A9
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 | AFAF #AFAFDA | BordersInactive statesPlaceholder text |
| 400 | 8585 #8585C7 | Disabled statesSecondary iconsMuted text |
| 500 | 6262 #6262B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4747 #47479A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3838 #38387A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2828 #282857 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1A #1A1A38 | Primary textHigh emphasis contentDark headings |
| 950 | 1010 #101023 | 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: #AFAFDA;
--slate-gray-400: #8585C7;
--slate-gray-500: #6262B7;
--slate-gray-600: #47479A;
--slate-gray-700: #38387A;
--slate-gray-800: #282857;
--slate-gray-900: #1A1A38;
--slate-gray-950: #101023;
}