Slate Gray
#8392C9
BlueColor Codes
All color formats for development
HEX
#8392C9RGB
rgb(131, 146, 201)HSL
hsl(227, 39%, 65%)OKLCH
oklch(0.669 0.084 272.2)CMYK
cmyk(35%, 27%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C7EBE
2#556AB4
3#475AA1
4#3D4D8A
5#334173
6#28345C
7#1E2745
8#141A2E
9#0A0D17
Tints
Lighter variations
1#8F9DCE
2#9CA8D3
3#A8B3D9
4#B5BEDE
5#C1C9E4
6#CDD3E9
7#DADEEF
8#E6E9F4
9#F3F4FA
Tones
Muted variations
1#8694C5
2#8A96C2
3#8D98BE
4#919ABB
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 | ADB7 #ADB7DB | BordersInactive statesPlaceholder text |
| 400 | 8392 #8392C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F73 #5F73B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4457 #44579C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3646 #36467C | 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: #ADB7DB;
--slate-gray-400: #8392C9;
--slate-gray-500: #5F73B9;
--slate-gray-600: #44579C;
--slate-gray-700: #36467C;
--slate-gray-800: #273259;
--slate-gray-900: #192039;
--slate-gray-950: #101423;
}