#af32cd
a balanced, vivid violet · warm · closest name: purple
RGB
175, 50, 205
HSL
288°, 61%, 50%
CMYK
15, 76, 0, 20
Luminance
0.1580
Every format
| HEX | #af32cd |
| RGB | rgb(175, 50, 205) |
| HSL | hsl(288, 61%, 50%) |
| CMYK | cmyk(15%, 76%, 0%, 20%) |
| LAB | lab(46.7 69.5 -55.1) |
| LCH | lch(46.7 88.7 321.6) |
| OKLCH | oklch(0.572 0.236 318.9) |
Copy-ready code
/* CSS */
color: #af32cd;
background-color: #af32cd;
/* Tailwind (arbitrary) */
class="text-[#af32cd] bg-[#af32cd]"
/* SCSS */
$brand: #af32cd;
/* SwiftUI */
Color(red: 0.686, green: 0.196, blue: 0.804)
/* Android */
Color.parseColor("#af32cd")Accessibility — WCAG contrast
Aa
#af32cd on white: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af32cd on black: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green19.6%
Blue80.4%
CMYK percentages
Cyan14.6%
Magenta75.6%
Yellow0.0%
Key (black)19.6%
Color previews
#af32cd text on a black background
contrast 4.16:1
Card sample
#af32cd text on a white background
contrast 5.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af32cd;
Background color
Panel with #af32cd background
background-color: #af32cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af32cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 50, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 50, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af32cd; background: linear-gradient(135deg, #af32cd, #CD3284);