#8577ff
a light, electric blue · warm · closest name: slateblue
RGB
133, 119, 255
HSL
246°, 100%, 73%
CMYK
48, 53, 0, 0
Luminance
0.2540
Every format
| HEX | #8577ff |
| RGB | rgb(133, 119, 255) |
| HSL | hsl(246, 100%, 73%) |
| CMYK | cmyk(48%, 53%, 0%, 0%) |
| LAB | lab(57.5 39.4 -66.2) |
| LCH | lch(57.5 77.0 300.7) |
| OKLCH | oklch(0.649 0.195 284.2) |
Copy-ready code
/* CSS */
color: #8577ff;
background-color: #8577ff;
/* Tailwind (arbitrary) */
class="text-[#8577ff] bg-[#8577ff]"
/* SCSS */
$brand: #8577ff;
/* SwiftUI */
Color(red: 0.522, green: 0.467, blue: 1.000)
/* Android */
Color.parseColor("#8577ff")Accessibility — WCAG contrast
Aa
#8577ff on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8577ff on black: 6.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green46.7%
Blue100.0%
CMYK percentages
Cyan47.8%
Magenta53.3%
Yellow0.0%
Key (black)0.0%
Color previews
#8577ff text on a black background
contrast 6.08:1
Card sample
#8577ff text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8577ff;
Background color
Panel with #8577ff background
background-color: #8577ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8577ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 119, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 119, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8577ff; background: linear-gradient(135deg, #8577ff, #E077FF);