Slate Gray
#8284C9
BlueColor Codes
All color formats for development
HEX
#8284C9RGB
rgb(130, 132, 201)HSL
hsl(238, 40%, 65%)OKLCH
oklch(0.64 0.103 281.8)CMYK
cmyk(35%, 34%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6B6EC0
2#5457B6
3#4649A2
4#3C3E8B
5#323474
6#282A5D
7#1E1F46
8#14152E
9#0A0A17
Tints
Lighter variations
1#8F91CF
2#9B9DD4
3#A8A9DA
4#B4B5DF
5#C1C2E4
6#CDCEEA
7#DADAEF
8#E6E6F4
9#F3F3FA
Tones
Muted variations
1#8688C6
2#898BC2
3#8D8EBF
4#9092BB
5#9495B8
6#9798B4
7#9B9CB0
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 | ADAE #ADAEDC | BordersInactive statesPlaceholder text |
| 400 | 8284 #8284C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E61 #5E61BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4346 #43469D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3638 #36387D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2628 #262859 | Text on light backgroundsHeadingsStrong borders |
| 900 | 181A #181A39 | Primary textHigh emphasis contentDark headings |
| 950 | 0F10 #0F1024 | 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: #ADAEDC;
--slate-gray-400: #8284C9;
--slate-gray-500: #5E61BA;
--slate-gray-600: #43469D;
--slate-gray-700: #36387D;
--slate-gray-800: #262859;
--slate-gray-900: #181A39;
--slate-gray-950: #0F1024;
}