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