#af34da
a balanced, vivid violet · warm · closest name: magenta
RGB
175, 52, 218
HSL
285°, 69%, 53%
CMYK
20, 76, 0, 15
Luminance
0.1663
Every format
| HEX | #af34da |
| RGB | rgb(175, 52, 218) |
| HSL | hsl(285, 69%, 53%) |
| CMYK | cmyk(20%, 76%, 0%, 15%) |
| LAB | lab(47.8 71.3 -60.9) |
| LCH | lch(47.8 93.7 319.5) |
| OKLCH | oklch(0.582 0.244 315.4) |
Copy-ready code
/* CSS */
color: #af34da;
background-color: #af34da;
/* Tailwind (arbitrary) */
class="text-[#af34da] bg-[#af34da]"
/* SCSS */
$brand: #af34da;
/* SwiftUI */
Color(red: 0.686, green: 0.204, blue: 0.855)
/* Android */
Color.parseColor("#af34da")Accessibility — WCAG contrast
Aa
#af34da on white: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af34da on black: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green20.4%
Blue85.5%
CMYK percentages
Cyan19.7%
Magenta76.1%
Yellow0.0%
Key (black)14.5%
Color previews
#af34da text on a black background
contrast 4.33:1
Card sample
#af34da text on a white background
contrast 4.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af34da;
Background color
Panel with #af34da background
background-color: #af34da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af34da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 52, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 52, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af34da; background: linear-gradient(135deg, #af34da, #DA3496);