Slate Gray
#8282C9
BlueColor Codes
All color formats for development
HEX
#8282C9RGB
rgb(130, 130, 201)HSL
hsl(240, 40%, 65%)OKLCH
oklch(0.636 0.106 283)CMYK
cmyk(35%, 35%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6B6BC0
2#5454B6
3#4646A2
4#3C3C8B
5#323274
6#28285D
7#1E1E46
8#14142E
9#0A0A17
Tints
Lighter variations
1#8F8FCF
2#9B9BD4
3#A8A8DA
4#B4B4DF
5#C1C1E4
6#CDCDEA
7#DADAEF
8#E6E6F4
9#F3F3FA
Tones
Muted variations
1#8686C6
2#8989C2
3#8D8DBF
4#9090BB
5#9494B8
6#9797B4
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 #ADADDC | BordersInactive statesPlaceholder text |
| 400 | 8282 #8282C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E5E #5E5EBA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4343 #43439D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3636 #36367D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2626 #262659 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1818 #181839 | Primary textHigh emphasis contentDark headings |
| 950 | 0F0F #0F0F24 | 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: #ADADDC;
--slate-gray-400: #8282C9;
--slate-gray-500: #5E5EBA;
--slate-gray-600: #43439D;
--slate-gray-700: #36367D;
--slate-gray-800: #262659;
--slate-gray-900: #181839;
--slate-gray-950: #0F0F24;
}