#af29d2
a balanced, vivid violet · warm · closest name: magenta
RGB
175, 41, 210
HSL
288°, 67%, 49%
CMYK
17, 81, 0, 18
Luminance
0.1535
Every format
| HEX | #af29d2 |
| RGB | rgb(175, 41, 210) |
| HSL | hsl(288, 67%, 49%) |
| CMYK | cmyk(17%, 81%, 0%, 18%) |
| LAB | lab(46.1 73.1 -59.0) |
| LCH | lch(46.1 93.9 321.1) |
| OKLCH | oklch(0.568 0.248 317.9) |
Copy-ready code
/* CSS */
color: #af29d2;
background-color: #af29d2;
/* Tailwind (arbitrary) */
class="text-[#af29d2] bg-[#af29d2]"
/* SCSS */
$brand: #af29d2;
/* SwiftUI */
Color(red: 0.686, green: 0.161, blue: 0.824)
/* Android */
Color.parseColor("#af29d2")Accessibility — WCAG contrast
Aa
#af29d2 on white: 5.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af29d2 on black: 4.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green16.1%
Blue82.4%
CMYK percentages
Cyan16.7%
Magenta80.5%
Yellow0.0%
Key (black)17.6%
Color previews
#af29d2 text on a black background
contrast 4.07:1
Card sample
#af29d2 text on a white background
contrast 5.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af29d2;
Background color
Panel with #af29d2 background
background-color: #af29d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af29d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 41, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 41, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af29d2; background: linear-gradient(135deg, #af29d2, #D22984);