Slate Gray
#8385C9
BlueColor Codes
All color formats for development
HEX
#8385C9RGB
rgb(131, 133, 201)HSL
hsl(238, 39%, 65%)OKLCH
oklch(0.643 0.101 281.9)CMYK
cmyk(35%, 34%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C6FBE
2#5558B4
3#474AA1
4#3D3F8A
5#333573
6#282A5C
7#1E2045
8#14152E
9#0A0B17
Tints
Lighter variations
1#8F91CE
2#9C9ED3
3#A8AAD9
4#B5B6DE
5#C1C2E4
6#CDCEE9
7#DADAEF
8#E6E7F4
9#F3F3FA
Tones
Muted variations
1#8689C5
2#8A8CC2
3#8D8FBE
4#9192BB
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 | ADAF #ADAFDB | BordersInactive statesPlaceholder text |
| 400 | 8385 #8385C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F62 #5F62B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4447 #44479C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3639 #36397C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2729 #272959 | Text on light backgroundsHeadingsStrong borders |
| 900 | 191A #191A39 | Primary textHigh emphasis contentDark headings |
| 950 | 1010 #101023 | 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: #ADAFDB;
--slate-gray-400: #8385C9;
--slate-gray-500: #5F62B9;
--slate-gray-600: #44479C;
--slate-gray-700: #36397C;
--slate-gray-800: #272959;
--slate-gray-900: #191A39;
--slate-gray-950: #101023;
}