#af52fc
a light, electric violet · warm · closest name: magenta
RGB
175, 82, 252
HSL
273°, 97%, 66%
CMYK
31, 68, 0, 1
Luminance
0.2218
Every format
| HEX | #af52fc |
| RGB | rgb(175, 82, 252) |
| HSL | hsl(273, 97%, 66%) |
| CMYK | cmyk(31%, 68%, 0%, 1%) |
| LAB | lab(54.2 66.5 -69.6) |
| LCH | lch(54.2 96.3 313.7) |
| OKLCH | oklch(0.635 0.243 305.6) |
Copy-ready code
/* CSS */
color: #af52fc;
background-color: #af52fc;
/* Tailwind (arbitrary) */
class="text-[#af52fc] bg-[#af52fc]"
/* SCSS */
$brand: #af52fc;
/* SwiftUI */
Color(red: 0.686, green: 0.322, blue: 0.988)
/* Android */
Color.parseColor("#af52fc")Accessibility — WCAG contrast
Aa
#af52fc on white: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af52fc on black: 5.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green32.2%
Blue98.8%
CMYK percentages
Cyan30.6%
Magenta67.5%
Yellow0.0%
Key (black)1.2%
Color previews
#af52fc text on a black background
contrast 5.44:1
Card sample
#af52fc text on a white background
contrast 3.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af52fc;
Background color
Panel with #af52fc background
background-color: #af52fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af52fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 82, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 82, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af52fc; background: linear-gradient(135deg, #af52fc, #FC52D8);