Slate Gray
#8391C9
BlueColor Codes
All color formats for development
HEX
#8391C9RGB
rgb(131, 145, 201)HSL
hsl(228, 39%, 65%)OKLCH
oklch(0.667 0.085 273.1)CMYK
cmyk(35%, 28%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C7CBE
2#5568B4
3#4759A1
4#3D4C8A
5#333F73
6#28335C
7#1E2645
8#14192E
9#0A0D17
Tints
Lighter variations
1#8F9CCE
2#9CA7D3
3#A8B2D9
4#B5BDDE
5#C1C8E4
6#CDD3E9
7#DADEEF
8#E6E9F4
9#F3F4FA
Tones
Muted variations
1#8693C5
2#8A95C2
3#8D97BE
4#9199BB
5#949BB7
6#989DB4
7#9B9FB0
8#9FA2AD
9#A2A4A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E9 #E6E9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D6 #D1D6EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB7 #ADB7DB | BordersInactive statesPlaceholder text |
| 400 | 8391 #8391C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F71 #5F71B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4456 #44569C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3644 #36447C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2731 #273159 | Text on light backgroundsHeadingsStrong borders |
| 900 | 191F #191F39 | Primary textHigh emphasis contentDark headings |
| 950 | 1014 #101423 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F4F6FA;
--slate-gray-100: #E6E9F4;
--slate-gray-200: #D1D6EB;
--slate-gray-300: #ADB7DB;
--slate-gray-400: #8391C9;
--slate-gray-500: #5F71B9;
--slate-gray-600: #44569C;
--slate-gray-700: #36447C;
--slate-gray-800: #273159;
--slate-gray-900: #191F39;
--slate-gray-950: #101423;
}