#af7b9f
a balanced, soft magenta / pink · warm · closest name: plum
RGB
175, 123, 159
HSL
319°, 25%, 58%
CMYK
0, 30, 9, 31
Luminance
0.2578
Every format
| HEX | #af7b9f |
| RGB | rgb(175, 123, 159) |
| HSL | hsl(319, 25%, 58%) |
| CMYK | cmyk(0%, 30%, 9%, 31%) |
| LAB | lab(57.8 26.0 -11.2) |
| LCH | lch(57.8 28.3 336.7) |
| OKLCH | oklch(0.647 0.081 338.4) |
Copy-ready code
/* CSS */
color: #af7b9f;
background-color: #af7b9f;
/* Tailwind (arbitrary) */
class="text-[#af7b9f] bg-[#af7b9f]"
/* SCSS */
$brand: #af7b9f;
/* SwiftUI */
Color(red: 0.686, green: 0.482, blue: 0.624)
/* Android */
Color.parseColor("#af7b9f")Accessibility — WCAG contrast
Aa
#af7b9f on white: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7b9f on black: 6.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green48.2%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta29.7%
Yellow9.1%
Key (black)31.4%
Color previews
#af7b9f text on a black background
contrast 6.16:1
Card sample
#af7b9f text on a white background
contrast 3.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7b9f;
Background color
Panel with #af7b9f background
background-color: #af7b9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7b9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 123, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 123, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7b9f; background: linear-gradient(135deg, #af7b9f, #AF7B7C);