Slate Gray
#8283C9
BlueColor Codes
All color formats for development
HEX
#8283C9RGB
rgb(130, 131, 201)HSL
hsl(239, 40%, 65%)OKLCH
oklch(0.638 0.104 282.4)CMYK
cmyk(35%, 35%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6B6CC0
2#5455B6
3#4647A2
4#3C3D8B
5#323374
6#28295D
7#1E1E46
8#14142E
9#0A0A17
Tints
Lighter variations
1#8F90CF
2#9B9CD4
3#A8A8DA
4#B4B5DF
5#C1C1E4
6#CDCDEA
7#DADAEF
8#E6E6F4
9#F3F3FA
Tones
Muted variations
1#8687C6
2#898AC2
3#8D8EBF
4#9091BB
5#9494B8
6#9798B4
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 | ADAE #ADAEDC | BordersInactive statesPlaceholder text |
| 400 | 8283 #8283C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E60 #5E60BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4345 #43459D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3637 #36377D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2627 #262759 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1819 #181939 | 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: #8283C9;
--slate-gray-500: #5E60BA;
--slate-gray-600: #43459D;
--slate-gray-700: #36377D;
--slate-gray-800: #262759;
--slate-gray-900: #181939;
--slate-gray-950: #0F1024;
}