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