Slate Gray
#8390C9
BlueColor Codes
All color formats for development
HEX
#8390C9RGB
rgb(131, 144, 201)HSL
hsl(229, 39%, 65%)OKLCH
oklch(0.665 0.086 274)CMYK
cmyk(35%, 28%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C7BBE
2#5566B4
3#4757A1
4#3D4B8A
5#333E73
6#28325C
7#1E2545
8#14192E
9#0A0C17
Tints
Lighter variations
1#8F9BCE
2#9CA6D3
3#A8B1D9
4#B5BCDE
5#C1C7E4
6#CDD2E9
7#DADEEF
8#E6E9F4
9#F3F4FA
Tones
Muted variations
1#8692C5
2#8A94C2
3#8D96BE
4#9199BB
5#949BB7
6#989DB4
7#9B9FB0
8#9FA1AD
9#A2A4A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E9 #E6E9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D6 #D1D6EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB6 #ADB6DB | BordersInactive statesPlaceholder text |
| 400 | 8390 #8390C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F70 #5F70B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4454 #44549C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3643 #36437C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2730 #273059 | Text on light backgroundsHeadingsStrong borders |
| 900 | 191F #191F39 | 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: #F4F5FA;
--slate-gray-100: #E6E9F4;
--slate-gray-200: #D1D6EB;
--slate-gray-300: #ADB6DB;
--slate-gray-400: #8390C9;
--slate-gray-500: #5F70B9;
--slate-gray-600: #44549C;
--slate-gray-700: #36437C;
--slate-gray-800: #273059;
--slate-gray-900: #191F39;
--slate-gray-950: #101323;
}