#af35ad
a dark, vivid magenta / pink · warm · closest name: purple
RGB
175, 53, 173
HSL
301°, 54%, 45%
CMYK
0, 70, 1, 31
Luminance
0.1468
Every format
| HEX | #af35ad |
| RGB | rgb(175, 53, 173) |
| HSL | hsl(301, 54%, 45%) |
| CMYK | cmyk(0%, 70%, 1%, 31%) |
| LAB | lab(45.2 62.9 -38.9) |
| LCH | lch(45.2 73.9 328.3) |
| OKLCH | oklch(0.555 0.206 328.6) |
Copy-ready code
/* CSS */
color: #af35ad;
background-color: #af35ad;
/* Tailwind (arbitrary) */
class="text-[#af35ad] bg-[#af35ad]"
/* SCSS */
$brand: #af35ad;
/* SwiftUI */
Color(red: 0.686, green: 0.208, blue: 0.678)
/* Android */
Color.parseColor("#af35ad")Accessibility — WCAG contrast
Aa
#af35ad on white: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af35ad on black: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green20.8%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta69.7%
Yellow1.1%
Key (black)31.4%
Color previews
#af35ad text on a black background
contrast 3.94:1
Card sample
#af35ad text on a white background
contrast 5.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af35ad;
Background color
Panel with #af35ad background
background-color: #af35ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af35ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 53, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 53, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af35ad; background: linear-gradient(135deg, #af35ad, #AF355C);