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