Slate Gray
#8182CA
BlueColor Codes
All color formats for development
HEX
#8182CARGB
rgb(129, 130, 202)HSL
hsl(239, 41%, 65%)OKLCH
oklch(0.636 0.107 282.3)CMYK
cmyk(36%, 36%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A6BC1
2#5254B7
3#4446A4
4#3B3C8C
5#313275
6#27285D
7#1D1E46
8#14142F
9#0A0A17
Tints
Lighter variations
1#8E8FD0
2#9A9BD5
3#A7A8DA
4#B3B4DF
5#C0C1E5
6#CDCDEA
7#D9DAEF
8#E6E6F4
9#F2F3FA
Tones
Muted variations
1#8586C7
2#8889C3
3#8C8DBF
4#9091BC
5#9394B8
6#9798B4
7#9B9BB1
8#9E9FAD
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 | D0D1 #D0D1EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACAD #ACADDC | BordersInactive statesPlaceholder text |
| 400 | 8182 #8182CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D5F #5D5FBB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4244 #42449E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3536 #35367E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2626 #26265A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1819 #18193A | 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: #D0D1EB;
--slate-gray-300: #ACADDC;
--slate-gray-400: #8182CA;
--slate-gray-500: #5D5FBB;
--slate-gray-600: #42449E;
--slate-gray-700: #35367E;
--slate-gray-800: #26265A;
--slate-gray-900: #18193A;
--slate-gray-950: #0F0F24;
}