#af899c
a balanced, soft magenta / pink · warm · closest name: gray
RGB
175, 137, 156
HSL
330°, 19%, 61%
CMYK
0, 22, 11, 31
Luminance
0.2941
Every format
| HEX | #af899c |
| RGB | rgb(175, 137, 156) |
| HSL | hsl(330, 19%, 61%) |
| CMYK | cmyk(0%, 22%, 11%, 31%) |
| LAB | lab(61.1 17.6 -4.5) |
| LCH | lch(61.1 18.2 345.6) |
| OKLCH | oklch(0.672 0.053 347.1) |
Copy-ready code
/* CSS */
color: #af899c;
background-color: #af899c;
/* Tailwind (arbitrary) */
class="text-[#af899c] bg-[#af899c]"
/* SCSS */
$brand: #af899c;
/* SwiftUI */
Color(red: 0.686, green: 0.537, blue: 0.612)
/* Android */
Color.parseColor("#af899c")Accessibility — WCAG contrast
Aa
#af899c on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af899c on black: 6.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green53.7%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta21.7%
Yellow10.9%
Key (black)31.4%
Color previews
#af899c text on a black background
contrast 6.88:1
Card sample
#af899c text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af899c;
Background color
Panel with #af899c background
background-color: #af899c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af899c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 137, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 137, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af899c; background: linear-gradient(135deg, #af899c, #AF8F89);