Slate Gray
#8286C9
BlueColor Codes
All color formats for development
HEX
#8286C9RGB
rgb(130, 134, 201)HSL
hsl(237, 40%, 65%)OKLCH
oklch(0.644 0.1 280.6)CMYK
cmyk(35%, 33%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6B6FC0
2#5459B6
3#464AA2
4#3C408B
5#323574
6#282A5D
7#1E2046
8#14152E
9#0A0B17
Tints
Lighter variations
1#8F92CF
2#9B9ED4
3#A8AADA
4#B4B6DF
5#C1C2E4
6#CDCEEA
7#DADBEF
8#E6E7F4
9#F3F3FA
Tones
Muted variations
1#8689C6
2#898CC2
3#8D8FBF
4#9092BB
5#9496B8
6#9799B4
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 #ADAFDC | BordersInactive statesPlaceholder text |
| 400 | 8286 #8286C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E63 #5E63BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4348 #43489D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3639 #36397D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2629 #262959 | 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: #F4F5FA;
--slate-gray-100: #E6E7F4;
--slate-gray-200: #D1D2EB;
--slate-gray-300: #ADAFDC;
--slate-gray-400: #8286C9;
--slate-gray-500: #5E63BA;
--slate-gray-600: #43489D;
--slate-gray-700: #36397D;
--slate-gray-800: #262959;
--slate-gray-900: #181A39;
--slate-gray-950: #0F1024;
}