#af52f4
a balanced, electric violet · warm · closest name: slateblue
RGB
175, 82, 244
HSL
274°, 88%, 64%
CMYK
28, 66, 0, 4
Luminance
0.2168
Every format
| HEX | #af52f4 |
| RGB | rgb(175, 82, 244) |
| HSL | hsl(274, 88%, 64%) |
| CMYK | cmyk(28%, 66%, 0%, 4%) |
| LAB | lab(53.7 64.8 -66.0) |
| LCH | lch(53.7 92.5 314.5) |
| OKLCH | oklch(0.629 0.235 307.2) |
Copy-ready code
/* CSS */
color: #af52f4;
background-color: #af52f4;
/* Tailwind (arbitrary) */
class="text-[#af52f4] bg-[#af52f4]"
/* SCSS */
$brand: #af52f4;
/* SwiftUI */
Color(red: 0.686, green: 0.322, blue: 0.957)
/* Android */
Color.parseColor("#af52f4")Accessibility — WCAG contrast
Aa
#af52f4 on white: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af52f4 on black: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green32.2%
Blue95.7%
CMYK percentages
Cyan28.3%
Magenta66.4%
Yellow0.0%
Key (black)4.3%
Color previews
#af52f4 text on a black background
contrast 5.34:1
Card sample
#af52f4 text on a white background
contrast 3.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af52f4;
Background color
Panel with #af52f4 background
background-color: #af52f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af52f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 82, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 82, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af52f4; background: linear-gradient(135deg, #af52f4, #F452CD);