#af7ab2
a balanced, soft magenta / pink · warm · closest name: plum
RGB
175, 122, 178
HSL
297°, 27%, 59%
CMYK
2, 32, 0, 30
Luminance
0.2625
Every format
| HEX | #af7ab2 |
| RGB | rgb(175, 122, 178) |
| HSL | hsl(297, 27%, 59%) |
| CMYK | cmyk(2%, 32%, 0%, 30%) |
| LAB | lab(58.3 30.1 -21.4) |
| LCH | lch(58.3 37.0 324.6) |
| OKLCH | oklch(0.652 0.101 324.8) |
Copy-ready code
/* CSS */
color: #af7ab2;
background-color: #af7ab2;
/* Tailwind (arbitrary) */
class="text-[#af7ab2] bg-[#af7ab2]"
/* SCSS */
$brand: #af7ab2;
/* SwiftUI */
Color(red: 0.686, green: 0.478, blue: 0.698)
/* Android */
Color.parseColor("#af7ab2")Accessibility — WCAG contrast
Aa
#af7ab2 on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7ab2 on black: 6.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green47.8%
Blue69.8%
CMYK percentages
Cyan1.7%
Magenta31.5%
Yellow0.0%
Key (black)30.2%
Color previews
#af7ab2 text on a black background
contrast 6.25:1
Card sample
#af7ab2 text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7ab2;
Background color
Panel with #af7ab2 background
background-color: #af7ab2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7ab2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 122, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 122, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7ab2; background: linear-gradient(135deg, #af7ab2, #B27A90);