#af35b2
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
175, 53, 178
HSL
299°, 54%, 45%
CMYK
2, 70, 0, 30
Luminance
0.1487
Every format
| HEX | #af35b2 |
| RGB | rgb(175, 53, 178) |
| HSL | hsl(299, 54%, 45%) |
| CMYK | cmyk(2%, 70%, 0%, 30%) |
| LAB | lab(45.5 63.7 -41.4) |
| LCH | lch(45.5 76.0 327.0) |
| OKLCH | oklch(0.557 0.210 326.9) |
Copy-ready code
/* CSS */
color: #af35b2;
background-color: #af35b2;
/* Tailwind (arbitrary) */
class="text-[#af35b2] bg-[#af35b2]"
/* SCSS */
$brand: #af35b2;
/* SwiftUI */
Color(red: 0.686, green: 0.208, blue: 0.698)
/* Android */
Color.parseColor("#af35b2")Accessibility — WCAG contrast
Aa
#af35b2 on white: 5.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af35b2 on black: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green20.8%
Blue69.8%
CMYK percentages
Cyan1.7%
Magenta70.2%
Yellow0.0%
Key (black)30.2%
Color previews
#af35b2 text on a black background
contrast 3.97:1
Card sample
#af35b2 text on a white background
contrast 5.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af35b2;
Background color
Panel with #af35b2 background
background-color: #af35b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af35b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 53, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 53, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af35b2; background: linear-gradient(135deg, #af35b2, #B23562);