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