#8577df
a light, vivid blue · warm · closest name: slateblue
RGB
133, 119, 223
HSL
248°, 62%, 67%
CMYK
40, 47, 0, 13
Luminance
0.2351
Every format
| HEX | #8577df |
| RGB | rgb(133, 119, 223) |
| HSL | hsl(248, 62%, 67%) |
| CMYK | cmyk(40%, 47%, 0%, 13%) |
| LAB | lab(55.6 30.3 -51.4) |
| LCH | lch(55.6 59.7 300.5) |
| OKLCH | oklch(0.629 0.152 287.4) |
Copy-ready code
/* CSS */
color: #8577df;
background-color: #8577df;
/* Tailwind (arbitrary) */
class="text-[#8577df] bg-[#8577df]"
/* SCSS */
$brand: #8577df;
/* SwiftUI */
Color(red: 0.522, green: 0.467, blue: 0.875)
/* Android */
Color.parseColor("#8577df")Accessibility — WCAG contrast
Aa
#8577df on white: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8577df on black: 5.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green46.7%
Blue87.5%
CMYK percentages
Cyan40.4%
Magenta46.6%
Yellow0.0%
Key (black)12.5%
Color previews
#8577df text on a black background
contrast 5.70:1
Card sample
#8577df text on a white background
contrast 3.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8577df;
Background color
Panel with #8577df background
background-color: #8577df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8577df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 119, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 119, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8577df; background: linear-gradient(135deg, #8577df, #CA77DF);