#8532df
a balanced, vivid violet · warm · closest name: indigo
RGB
133, 50, 223
HSL
269°, 73%, 54%
CMYK
40, 78, 0, 13
Luminance
0.1260
Every format
| HEX | #8532df |
| RGB | rgb(133, 50, 223) |
| HSL | hsl(269, 73%, 54%) |
| CMYK | cmyk(40%, 78%, 0%, 13%) |
| LAB | lab(42.1 66.0 -73.1) |
| LCH | lch(42.1 98.5 312.0) |
| OKLCH | oklch(0.531 0.241 299.7) |
Copy-ready code
/* CSS */
color: #8532df;
background-color: #8532df;
/* Tailwind (arbitrary) */
class="text-[#8532df] bg-[#8532df]"
/* SCSS */
$brand: #8532df;
/* SwiftUI */
Color(red: 0.522, green: 0.196, blue: 0.875)
/* Android */
Color.parseColor("#8532df")Accessibility — WCAG contrast
Aa
#8532df on white: 5.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8532df on black: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green19.6%
Blue87.5%
CMYK percentages
Cyan40.4%
Magenta77.6%
Yellow0.0%
Key (black)12.5%
Color previews
#8532df text on a black background
contrast 3.52:1
Card sample
#8532df text on a white background
contrast 5.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8532df;
Background color
Panel with #8532df background
background-color: #8532df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8532df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 50, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 50, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8532df; background: linear-gradient(135deg, #8532df, #DF32C6);