#af29cf
a balanced, vivid violet · warm · closest name: magenta
RGB
175, 41, 207
HSL
288°, 67%, 49%
CMYK
16, 80, 0, 19
Luminance
0.1520
Every format
| HEX | #af29cf |
| RGB | rgb(175, 41, 207) |
| HSL | hsl(288, 67%, 49%) |
| CMYK | cmyk(16%, 80%, 0%, 19%) |
| LAB | lab(45.9 72.5 -57.6) |
| LCH | lch(45.9 92.6 321.6) |
| OKLCH | oklch(0.566 0.245 318.7) |
Copy-ready code
/* CSS */
color: #af29cf;
background-color: #af29cf;
/* Tailwind (arbitrary) */
class="text-[#af29cf] bg-[#af29cf]"
/* SCSS */
$brand: #af29cf;
/* SwiftUI */
Color(red: 0.686, green: 0.161, blue: 0.812)
/* Android */
Color.parseColor("#af29cf")Accessibility — WCAG contrast
Aa
#af29cf on white: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af29cf on black: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green16.1%
Blue81.2%
CMYK percentages
Cyan15.5%
Magenta80.2%
Yellow0.0%
Key (black)18.8%
Color previews
#af29cf text on a black background
contrast 4.04:1
Card sample
#af29cf text on a white background
contrast 5.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af29cf;
Background color
Panel with #af29cf background
background-color: #af29cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af29cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 41, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 41, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af29cf; background: linear-gradient(135deg, #af29cf, #CF2980);