Slate Gray
#858AC7
BlueColor Codes
All color formats for development
HEX
#858AC7RGB
rgb(133, 138, 199)HSL
hsl(235, 37%, 65%)OKLCH
oklch(0.653 0.091 280)CMYK
cmyk(33%, 31%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E75BC
2#575FB2
3#49509F
4#3F4588
5#343972
6#2A2E5B
7#1F2244
8#15172D
9#0A0B17
Tints
Lighter variations
1#9196CC
2#9DA2D2
3#A9ADD8
4#B6B9DD
5#C2C5E3
6#CED0E9
7#DADCEE
8#E7E8F4
9#F3F3F9
Tones
Muted variations
1#888DC3
2#8B90C0
3#8F92BD
4#9295BA
5#9598B6
6#999BB3
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 | E7E8 #E7E8F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D4 #D2D4EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB2 #AFB2DA | BordersInactive statesPlaceholder text |
| 400 | 858A #858AC7 | Disabled statesSecondary iconsMuted text |
| 500 | 6269 #6269B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 474E #474E9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 383E #383E7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 282C #282C57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1C #1A1C38 | Primary textHigh emphasis contentDark headings |
| 950 | 1012 #101223 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F5FA;
--slate-gray-100: #E7E8F4;
--slate-gray-200: #D2D4EA;
--slate-gray-300: #AFB2DA;
--slate-gray-400: #858AC7;
--slate-gray-500: #6269B7;
--slate-gray-600: #474E9A;
--slate-gray-700: #383E7A;
--slate-gray-800: #282C57;
--slate-gray-900: #1A1C38;
--slate-gray-950: #101223;
}