Slate Gray
#8383C9
BlueColor Codes
All color formats for development
HEX
#8383C9RGB
rgb(131, 131, 201)HSL
hsl(240, 39%, 65%)OKLCH
oklch(0.639 0.104 283.1)CMYK
cmyk(35%, 35%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C6CBE
2#5555B4
3#4747A1
4#3D3D8A
5#333373
6#28285C
7#1E1E45
8#14142E
9#0A0A17
Tints
Lighter variations
1#8F8FCE
2#9C9CD3
3#A8A8D9
4#B5B5DE
5#C1C1E4
6#CDCDE9
7#DADAEF
8#E6E6F4
9#F3F3FA
Tones
Muted variations
1#8686C5
2#8A8AC2
3#8D8DBE
4#9191BB
5#9494B7
6#9898B4
7#9B9BB0
8#9F9FAD
9#A2A2A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E6 #E6E6F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D1 #D1D1EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADAD #ADADDB | BordersInactive statesPlaceholder text |
| 400 | 8383 #8383C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F5F #5F5FB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4444 #44449C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3636 #36367C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2727 #272759 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1919 #191939 | 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: #F4F4FA;
--slate-gray-100: #E6E6F4;
--slate-gray-200: #D1D1EB;
--slate-gray-300: #ADADDB;
--slate-gray-400: #8383C9;
--slate-gray-500: #5F5FB9;
--slate-gray-600: #44449C;
--slate-gray-700: #36367C;
--slate-gray-800: #272759;
--slate-gray-900: #191939;
--slate-gray-950: #101023;
}