#af89ae
a balanced, soft magenta / pink · warm · closest name: plum
RGB
175, 137, 174
HSL
302°, 19%, 61%
CMYK
0, 22, 1, 31
Luminance
0.3006
Every format
| HEX | #af89ae |
| RGB | rgb(175, 137, 174) |
| HSL | hsl(302, 19%, 61%) |
| CMYK | cmyk(0%, 22%, 1%, 31%) |
| LAB | lab(61.7 20.9 -13.9) |
| LCH | lch(61.7 25.1 326.3) |
| OKLCH | oklch(0.678 0.069 327.1) |
Copy-ready code
/* CSS */
color: #af89ae;
background-color: #af89ae;
/* Tailwind (arbitrary) */
class="text-[#af89ae] bg-[#af89ae]"
/* SCSS */
$brand: #af89ae;
/* SwiftUI */
Color(red: 0.686, green: 0.537, blue: 0.682)
/* Android */
Color.parseColor("#af89ae")Accessibility — WCAG contrast
Aa
#af89ae on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af89ae on black: 7.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green53.7%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta21.7%
Yellow0.6%
Key (black)31.4%
Color previews
#af89ae text on a black background
contrast 7.01:1
Card sample
#af89ae text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af89ae;
Background color
Panel with #af89ae background
background-color: #af89ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af89ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 137, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 137, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af89ae; background: linear-gradient(135deg, #af89ae, #AF8995);