#af32da
a balanced, vivid violet · warm · closest name: magenta
RGB
175, 50, 218
HSL
285°, 69%, 53%
CMYK
20, 77, 0, 15
Luminance
0.1646
Every format
| HEX | #af32da |
| RGB | rgb(175, 50, 218) |
| HSL | hsl(285, 69%, 53%) |
| CMYK | cmyk(20%, 77%, 0%, 15%) |
| LAB | lab(47.6 71.9 -61.2) |
| LCH | lch(47.6 94.4 319.6) |
| OKLCH | oklch(0.580 0.246 315.5) |
Copy-ready code
/* CSS */
color: #af32da;
background-color: #af32da;
/* Tailwind (arbitrary) */
class="text-[#af32da] bg-[#af32da]"
/* SCSS */
$brand: #af32da;
/* SwiftUI */
Color(red: 0.686, green: 0.196, blue: 0.855)
/* Android */
Color.parseColor("#af32da")Accessibility — WCAG contrast
Aa
#af32da on white: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af32da on black: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green19.6%
Blue85.5%
CMYK percentages
Cyan19.7%
Magenta77.1%
Yellow0.0%
Key (black)14.5%
Color previews
#af32da text on a black background
contrast 4.29:1
Card sample
#af32da text on a white background
contrast 4.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af32da;
Background color
Panel with #af32da background
background-color: #af32da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af32da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 50, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 50, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af32da; background: linear-gradient(135deg, #af32da, #DA3295);