#af32df
a balanced, vivid violet · warm · closest name: magenta
RGB
175, 50, 223
HSL
283°, 73%, 54%
CMYK
22, 78, 0, 13
Luminance
0.1672
Every format
| HEX | #af32df |
| RGB | rgb(175, 50, 223) |
| HSL | hsl(283, 73%, 54%) |
| CMYK | cmyk(22%, 78%, 0%, 13%) |
| LAB | lab(47.9 72.8 -63.5) |
| LCH | lch(47.9 96.7 318.9) |
| OKLCH | oklch(0.584 0.251 314.3) |
Copy-ready code
/* CSS */
color: #af32df;
background-color: #af32df;
/* Tailwind (arbitrary) */
class="text-[#af32df] bg-[#af32df]"
/* SCSS */
$brand: #af32df;
/* SwiftUI */
Color(red: 0.686, green: 0.196, blue: 0.875)
/* Android */
Color.parseColor("#af32df")Accessibility — WCAG contrast
Aa
#af32df on white: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af32df on black: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green19.6%
Blue87.5%
CMYK percentages
Cyan21.5%
Magenta77.6%
Yellow0.0%
Key (black)12.5%
Color previews
#af32df text on a black background
contrast 4.34:1
Card sample
#af32df text on a white background
contrast 4.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af32df;
Background color
Panel with #af32df background
background-color: #af32df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af32df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 50, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 50, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af32df; background: linear-gradient(135deg, #af32df, #DF329B);