#af71ae
a balanced, soft magenta / pink · warm · closest name: plum
RGB
175, 113, 174
HSL
301°, 28%, 57%
CMYK
0, 35, 1, 31
Luminance
0.2398
Every format
| HEX | #af71ae |
| RGB | rgb(175, 113, 174) |
| HSL | hsl(301, 28%, 57%) |
| CMYK | cmyk(0%, 35%, 1%, 31%) |
| LAB | lab(56.1 34.4 -22.5) |
| LCH | lch(56.1 41.1 326.8) |
| OKLCH | oklch(0.635 0.113 327.4) |
Copy-ready code
/* CSS */
color: #af71ae;
background-color: #af71ae;
/* Tailwind (arbitrary) */
class="text-[#af71ae] bg-[#af71ae]"
/* SCSS */
$brand: #af71ae;
/* SwiftUI */
Color(red: 0.686, green: 0.443, blue: 0.682)
/* Android */
Color.parseColor("#af71ae")Accessibility — WCAG contrast
Aa
#af71ae on white: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af71ae on black: 5.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green44.3%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta35.4%
Yellow0.6%
Key (black)31.4%
Color previews
#af71ae text on a black background
contrast 5.80:1
Card sample
#af71ae text on a white background
contrast 3.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af71ae;
Background color
Panel with #af71ae background
background-color: #af71ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af71ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 113, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 113, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af71ae; background: linear-gradient(135deg, #af71ae, #AF7185);