Slate Gray
#858EC7
BlueColor Codes
All color formats for development
HEX
#858EC7RGB
rgb(133, 142, 199)HSL
hsl(232, 37%, 65%)OKLCH
oklch(0.661 0.085 276.9)CMYK
cmyk(33%, 29%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E78BC
2#5763B2
3#49559F
4#3F4888
5#343C72
6#2A305B
7#1F2444
8#15182D
9#0A0C17
Tints
Lighter variations
1#9199CC
2#9DA4D2
3#A9B0D8
4#B6BBDD
5#C2C6E3
6#CED2E9
7#DADDEE
8#E7E8F4
9#F3F4F9
Tones
Muted variations
1#8890C3
2#8B92C0
3#8F95BD
4#9297BA
5#959AB6
6#999CB3
7#9C9EB0
8#9FA1AC
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 | D2D5 #D2D5EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB4 #AFB4DA | BordersInactive statesPlaceholder text |
| 400 | 858E #858EC7 | Disabled statesSecondary iconsMuted text |
| 500 | 626D #626DB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4752 #47529A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3841 #38417A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 282E #282E57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1E #1A1E38 | Primary textHigh emphasis contentDark headings |
| 950 | 1013 #101323 | 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: #D2D5EA;
--slate-gray-300: #AFB4DA;
--slate-gray-400: #858EC7;
--slate-gray-500: #626DB7;
--slate-gray-600: #47529A;
--slate-gray-700: #38417A;
--slate-gray-800: #282E57;
--slate-gray-900: #1A1E38;
--slate-gray-950: #101323;
}