#af34f5
a balanced, electric violet · warm · closest name: magenta
RGB
175, 52, 245
HSL
278°, 91%, 58%
CMYK
29, 79, 0, 4
Luminance
0.1816
Every format
| HEX | #af34f5 |
| RGB | rgb(175, 52, 245) |
| HSL | hsl(278, 91%, 58%) |
| CMYK | cmyk(29%, 79%, 0%, 4%) |
| LAB | lab(49.7 76.5 -73.0) |
| LCH | lch(49.7 105.8 316.3) |
| OKLCH | oklch(0.601 0.268 309.1) |
Copy-ready code
/* CSS */
color: #af34f5;
background-color: #af34f5;
/* Tailwind (arbitrary) */
class="text-[#af34f5] bg-[#af34f5]"
/* SCSS */
$brand: #af34f5;
/* SwiftUI */
Color(red: 0.686, green: 0.204, blue: 0.961)
/* Android */
Color.parseColor("#af34f5")Accessibility — WCAG contrast
Aa
#af34f5 on white: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af34f5 on black: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green20.4%
Blue96.1%
CMYK percentages
Cyan28.6%
Magenta78.8%
Yellow0.0%
Key (black)3.9%
Color previews
#af34f5 text on a black background
contrast 4.63:1
Card sample
#af34f5 text on a white background
contrast 4.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af34f5;
Background color
Panel with #af34f5 background
background-color: #af34f5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af34f5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 52, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 52, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af34f5; background: linear-gradient(135deg, #af34f5, #F534BA);