#af52f1
a balanced, electric violet · warm · closest name: slateblue
RGB
175, 82, 241
HSL
275°, 85%, 63%
CMYK
27, 66, 0, 6
Luminance
0.2150
Every format
| HEX | #af52f1 |
| RGB | rgb(175, 82, 241) |
| HSL | hsl(275, 85%, 63%) |
| CMYK | cmyk(27%, 66%, 0%, 6%) |
| LAB | lab(53.5 64.1 -64.7) |
| LCH | lch(53.5 91.1 314.8) |
| OKLCH | oklch(0.627 0.232 307.9) |
Copy-ready code
/* CSS */
color: #af52f1;
background-color: #af52f1;
/* Tailwind (arbitrary) */
class="text-[#af52f1] bg-[#af52f1]"
/* SCSS */
$brand: #af52f1;
/* SwiftUI */
Color(red: 0.686, green: 0.322, blue: 0.945)
/* Android */
Color.parseColor("#af52f1")Accessibility — WCAG contrast
Aa
#af52f1 on white: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af52f1 on black: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green32.2%
Blue94.5%
CMYK percentages
Cyan27.4%
Magenta66.0%
Yellow0.0%
Key (black)5.5%
Color previews
#af52f1 text on a black background
contrast 5.30:1
Card sample
#af52f1 text on a white background
contrast 3.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af52f1;
Background color
Panel with #af52f1 background
background-color: #af52f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af52f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 82, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 82, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af52f1; background: linear-gradient(135deg, #af52f1, #F152C9);