Slate Gray
#8386C9
BlueColor Codes
All color formats for development
HEX
#8386C9RGB
rgb(131, 134, 201)HSL
hsl(237, 39%, 65%)OKLCH
oklch(0.645 0.1 281.2)CMYK
cmyk(35%, 33%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C70BE
2#555AB4
3#474BA1
4#3D418A
5#333673
6#282B5C
7#1E2045
8#14162E
9#0A0B17
Tints
Lighter variations
1#8F92CE
2#9C9FD3
3#A8ABD9
4#B5B7DE
5#C1C3E4
6#CDCFE9
7#DADBEF
8#E6E7F4
9#F3F3FA
Tones
Muted variations
1#868AC5
2#8A8DC2
3#8D90BE
4#9193BB
5#9496B7
6#9899B4
7#9B9CB0
8#9F9FAD
9#A2A3A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E7 #E6E7F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D2 #D1D2EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB0 #ADB0DB | BordersInactive statesPlaceholder text |
| 400 | 8386 #8386C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F64 #5F64B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4449 #44499C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 363A #363A7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2729 #272959 | Text on light backgroundsHeadingsStrong borders |
| 900 | 191A #191A39 | Primary textHigh emphasis contentDark headings |
| 950 | 1011 #101123 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F4F5FA;
--slate-gray-100: #E6E7F4;
--slate-gray-200: #D1D2EB;
--slate-gray-300: #ADB0DB;
--slate-gray-400: #8386C9;
--slate-gray-500: #5F64B9;
--slate-gray-600: #44499C;
--slate-gray-700: #363A7C;
--slate-gray-800: #272959;
--slate-gray-900: #191A39;
--slate-gray-950: #101123;
}