#af39ad
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
175, 57, 173
HSL
301°, 51%, 46%
CMYK
0, 67, 1, 31
Luminance
0.1506
Every format
| HEX | #af39ad |
| RGB | rgb(175, 57, 173) |
| HSL | hsl(301, 51%, 46%) |
| CMYK | cmyk(0%, 67%, 1%, 31%) |
| LAB | lab(45.7 61.4 -38.0) |
| LCH | lch(45.7 72.2 328.2) |
| OKLCH | oklch(0.558 0.202 328.6) |
Copy-ready code
/* CSS */
color: #af39ad;
background-color: #af39ad;
/* Tailwind (arbitrary) */
class="text-[#af39ad] bg-[#af39ad]"
/* SCSS */
$brand: #af39ad;
/* SwiftUI */
Color(red: 0.686, green: 0.224, blue: 0.678)
/* Android */
Color.parseColor("#af39ad")Accessibility — WCAG contrast
Aa
#af39ad on white: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af39ad on black: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green22.4%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta67.4%
Yellow1.1%
Key (black)31.4%
Color previews
#af39ad text on a black background
contrast 4.01:1
Card sample
#af39ad text on a white background
contrast 5.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af39ad;
Background color
Panel with #af39ad background
background-color: #af39ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af39ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 57, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 57, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af39ad; background: linear-gradient(135deg, #af39ad, #AF395E);