Slate Gray
#8393C9
BlueColor Codes
All color formats for development
HEX
#8393C9RGB
rgb(131, 147, 201)HSL
hsl(226, 39%, 65%)OKLCH
oklch(0.671 0.082 271.3)CMYK
cmyk(35%, 27%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C7FBE
2#556BB4
3#475CA1
4#3D4F8A
5#334273
6#28355C
7#1E2745
8#141A2E
9#0A0D17
Tints
Lighter variations
1#8F9ECE
2#9CA9D3
3#A8B4D9
4#B5BEDE
5#C1C9E4
6#CDD4E9
7#DADFEF
8#E6E9F4
9#F3F4FA
Tones
Muted variations
1#8695C5
2#8A97C2
3#8D99BE
4#919BBB
5#949CB7
6#989EB4
7#9BA0B0
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 | D1D7 #D1D7EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB8 #ADB8DB | BordersInactive statesPlaceholder text |
| 400 | 8393 #8393C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F74 #5F74B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4459 #44599C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3647 #36477C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2732 #273259 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1920 #192039 | 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: #D1D7EB;
--slate-gray-300: #ADB8DB;
--slate-gray-400: #8393C9;
--slate-gray-500: #5F74B9;
--slate-gray-600: #44599C;
--slate-gray-700: #36477C;
--slate-gray-800: #273259;
--slate-gray-900: #192039;
--slate-gray-950: #101423;
}