#af7ab7
a balanced, soft magenta / pink · warm · closest name: plum
RGB
175, 122, 183
HSL
292°, 30%, 60%
CMYK
4, 33, 0, 28
Luminance
0.2645
Every format
| HEX | #af7ab7 |
| RGB | rgb(175, 122, 183) |
| HSL | hsl(292, 30%, 60%) |
| CMYK | cmyk(4%, 33%, 0%, 28%) |
| LAB | lab(58.5 31.1 -24.0) |
| LCH | lch(58.5 39.3 322.4) |
| OKLCH | oklch(0.654 0.106 322.1) |
Copy-ready code
/* CSS */
color: #af7ab7;
background-color: #af7ab7;
/* Tailwind (arbitrary) */
class="text-[#af7ab7] bg-[#af7ab7]"
/* SCSS */
$brand: #af7ab7;
/* SwiftUI */
Color(red: 0.686, green: 0.478, blue: 0.718)
/* Android */
Color.parseColor("#af7ab7")Accessibility — WCAG contrast
Aa
#af7ab7 on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7ab7 on black: 6.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green47.8%
Blue71.8%
CMYK percentages
Cyan4.4%
Magenta33.3%
Yellow0.0%
Key (black)28.2%
Color previews
#af7ab7 text on a black background
contrast 6.29:1
Card sample
#af7ab7 text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7ab7;
Background color
Panel with #af7ab7 background
background-color: #af7ab7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7ab7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 122, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 122, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7ab7; background: linear-gradient(135deg, #af7ab7, #B77A96);