Slate Gray
#8287C9
BlueColor Codes
All color formats for development
HEX
#8287C9RGB
rgb(130, 135, 201)HSL
hsl(236, 40%, 65%)OKLCH
oklch(0.646 0.099 279.9)CMYK
cmyk(35%, 33%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6B70C0
2#545AB6
3#464CA2
4#3C418B
5#323674
6#282B5D
7#1E2046
8#14162E
9#0A0B17
Tints
Lighter variations
1#8F93CF
2#9B9FD4
3#A8ABDA
4#B4B7DF
5#C1C3E4
6#CDCFEA
7#DADBEF
8#E6E7F4
9#F3F3FA
Tones
Muted variations
1#868AC6
2#898DC2
3#8D90BF
4#9093BB
5#9496B8
6#9799B4
7#9B9CB0
8#9FA0AD
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 #ADB0DC | BordersInactive statesPlaceholder text |
| 400 | 8287 #8287C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E64 #5E64BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4349 #43499D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 363A #363A7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 262A #262A59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 181B #181B39 | Primary textHigh emphasis contentDark headings |
| 950 | 0F11 #0F1124 | 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: #ADB0DC;
--slate-gray-400: #8287C9;
--slate-gray-500: #5E64BA;
--slate-gray-600: #43499D;
--slate-gray-700: #363A7D;
--slate-gray-800: #262A59;
--slate-gray-900: #181B39;
--slate-gray-950: #0F1124;
}