#af869c
a balanced, soft magenta / pink · warm · closest name: gray
RGB
175, 134, 156
HSL
328°, 20%, 61%
CMYK
0, 23, 11, 31
Luminance
0.2856
Every format
| HEX | #af869c |
| RGB | rgb(175, 134, 156) |
| HSL | hsl(328, 20%, 61%) |
| CMYK | cmyk(0%, 23%, 11%, 31%) |
| LAB | lab(60.4 19.3 -5.6) |
| LCH | lch(60.4 20.1 343.7) |
| OKLCH | oklch(0.666 0.058 345.3) |
Copy-ready code
/* CSS */
color: #af869c;
background-color: #af869c;
/* Tailwind (arbitrary) */
class="text-[#af869c] bg-[#af869c]"
/* SCSS */
$brand: #af869c;
/* SwiftUI */
Color(red: 0.686, green: 0.525, blue: 0.612)
/* Android */
Color.parseColor("#af869c")Accessibility — WCAG contrast
Aa
#af869c on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af869c on black: 6.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green52.5%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta23.4%
Yellow10.9%
Key (black)31.4%
Color previews
#af869c text on a black background
contrast 6.71:1
Card sample
#af869c text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af869c;
Background color
Panel with #af869c background
background-color: #af869c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af869c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 134, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 134, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af869c; background: linear-gradient(135deg, #af869c, #AF8B86);