#8529df
a balanced, vivid violet · warm · closest name: indigo
RGB
133, 41, 223
HSL
270°, 74%, 52%
CMYK
40, 82, 0, 13
Luminance
0.1190
Every format
| HEX | #8529df |
| RGB | rgb(133, 41, 223) |
| HSL | hsl(270, 74%, 52%) |
| CMYK | cmyk(40%, 82%, 0%, 13%) |
| LAB | lab(41.1 69.1 -74.9) |
| LCH | lch(41.1 102.0 312.7) |
| OKLCH | oklch(0.524 0.248 300.3) |
Copy-ready code
/* CSS */
color: #8529df;
background-color: #8529df;
/* Tailwind (arbitrary) */
class="text-[#8529df] bg-[#8529df]"
/* SCSS */
$brand: #8529df;
/* SwiftUI */
Color(red: 0.522, green: 0.161, blue: 0.875)
/* Android */
Color.parseColor("#8529df")Accessibility — WCAG contrast
Aa
#8529df on white: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8529df on black: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green16.1%
Blue87.5%
CMYK percentages
Cyan40.4%
Magenta81.6%
Yellow0.0%
Key (black)12.5%
Color previews
#8529df text on a black background
contrast 3.38:1
Card sample
#8529df text on a white background
contrast 6.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8529df;
Background color
Panel with #8529df background
background-color: #8529df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8529df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 41, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 41, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8529df; background: linear-gradient(135deg, #8529df, #DF29C0);