Slate Gray
#8181CA
BlueColor Codes
All color formats for development
HEX
#8181CARGB
rgb(129, 129, 202)HSL
hsl(240, 41%, 65%)OKLCH
oklch(0.634 0.109 282.9)CMYK
cmyk(36%, 36%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A6AC1
2#5252B7
3#4444A4
4#3B3B8C
5#313175
6#27275D
7#1D1D46
8#14142F
9#0A0A17
Tints
Lighter variations
1#8E8ED0
2#9A9AD5
3#A7A7DA
4#B3B3DF
5#C0C0E5
6#CDCDEA
7#D9D9EF
8#E6E6F4
9#F2F2FA
Tones
Muted variations
1#8585C7
2#8888C3
3#8C8CBF
4#9090BC
5#9393B8
6#9797B4
7#9B9BB1
8#9E9EAD
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 | D0D0 #D0D0EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACAC #ACACDC | BordersInactive statesPlaceholder text |
| 400 | 8181 #8181CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D5D #5D5DBB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4242 #42429E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3535 #35357E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2626 #26265A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1818 #18183A | 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: #D0D0EB;
--slate-gray-300: #ACACDC;
--slate-gray-400: #8181CA;
--slate-gray-500: #5D5DBB;
--slate-gray-600: #42429E;
--slate-gray-700: #35357E;
--slate-gray-800: #26265A;
--slate-gray-900: #18183A;
--slate-gray-950: #0F0F24;
}