#af889d
a balanced, soft magenta / pink · warm · closest name: gray
RGB
175, 136, 157
HSL
328°, 20%, 61%
CMYK
0, 22, 10, 31
Luminance
0.2916
Every format
| HEX | #af889d |
| RGB | rgb(175, 136, 157) |
| HSL | hsl(328, 20%, 61%) |
| CMYK | cmyk(0%, 22%, 10%, 31%) |
| LAB | lab(60.9 18.3 -5.4) |
| LCH | lch(60.9 19.1 343.5) |
| OKLCH | oklch(0.670 0.055 345.1) |
Copy-ready code
/* CSS */
color: #af889d;
background-color: #af889d;
/* Tailwind (arbitrary) */
class="text-[#af889d] bg-[#af889d]"
/* SCSS */
$brand: #af889d;
/* SwiftUI */
Color(red: 0.686, green: 0.533, blue: 0.616)
/* Android */
Color.parseColor("#af889d")Accessibility — WCAG contrast
Aa
#af889d on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af889d on black: 6.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green53.3%
Blue61.6%
CMYK percentages
Cyan0.0%
Magenta22.3%
Yellow10.3%
Key (black)31.4%
Color previews
#af889d text on a black background
contrast 6.83:1
Card sample
#af889d text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af889d;
Background color
Panel with #af889d background
background-color: #af889d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af889d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 136, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 136, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af889d; background: linear-gradient(135deg, #af889d, #AF8D88);