#8575ff
a light, electric blue · warm · closest name: slateblue
RGB
133, 117, 255
HSL
247°, 100%, 73%
CMYK
48, 54, 0, 0
Luminance
0.2493
Every format
| HEX | #8575ff |
| RGB | rgb(133, 117, 255) |
| HSL | hsl(247, 100%, 73%) |
| CMYK | cmyk(48%, 54%, 0%, 0%) |
| LAB | lab(57.0 40.5 -67.0) |
| LCH | lch(57.0 78.3 301.2) |
| OKLCH | oklch(0.646 0.198 284.7) |
Copy-ready code
/* CSS */
color: #8575ff;
background-color: #8575ff;
/* Tailwind (arbitrary) */
class="text-[#8575ff] bg-[#8575ff]"
/* SCSS */
$brand: #8575ff;
/* SwiftUI */
Color(red: 0.522, green: 0.459, blue: 1.000)
/* Android */
Color.parseColor("#8575ff")Accessibility — WCAG contrast
Aa
#8575ff on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8575ff on black: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green45.9%
Blue100.0%
CMYK percentages
Cyan47.8%
Magenta54.1%
Yellow0.0%
Key (black)0.0%
Color previews
#8575ff text on a black background
contrast 5.99:1
Card sample
#8575ff text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8575ff;
Background color
Panel with #8575ff background
background-color: #8575ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8575ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 117, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 117, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8575ff; background: linear-gradient(135deg, #8575ff, #E175FF);