#af899f
a balanced, soft magenta / pink · warm · closest name: gray
RGB
175, 137, 159
HSL
325°, 19%, 61%
CMYK
0, 22, 9, 31
Luminance
0.2951
Every format
| HEX | #af899f |
| RGB | rgb(175, 137, 159) |
| HSL | hsl(325, 19%, 61%) |
| CMYK | cmyk(0%, 22%, 9%, 31%) |
| LAB | lab(61.2 18.1 -6.1) |
| LCH | lch(61.2 19.1 341.4) |
| OKLCH | oklch(0.673 0.055 343.0) |
Copy-ready code
/* CSS */
color: #af899f;
background-color: #af899f;
/* Tailwind (arbitrary) */
class="text-[#af899f] bg-[#af899f]"
/* SCSS */
$brand: #af899f;
/* SwiftUI */
Color(red: 0.686, green: 0.537, blue: 0.624)
/* Android */
Color.parseColor("#af899f")Accessibility — WCAG contrast
Aa
#af899f on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af899f on black: 6.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green53.7%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta21.7%
Yellow9.1%
Key (black)31.4%
Color previews
#af899f text on a black background
contrast 6.90:1
Card sample
#af899f text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af899f;
Background color
Panel with #af899f background
background-color: #af899f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af899f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 137, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 137, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af899f; background: linear-gradient(135deg, #af899f, #AF8C89);