#af81b2
a balanced, soft magenta / pink · warm · closest name: plum
RGB
175, 129, 178
HSL
296°, 24%, 60%
CMYK
2, 28, 0, 30
Luminance
0.2803
Every format
| HEX | #af81b2 |
| RGB | rgb(175, 129, 178) |
| HSL | hsl(296, 24%, 60%) |
| CMYK | cmyk(2%, 28%, 0%, 30%) |
| LAB | lab(59.9 26.2 -18.9) |
| LCH | lch(59.9 32.3 324.2) |
| OKLCH | oklch(0.665 0.088 324.5) |
Copy-ready code
/* CSS */
color: #af81b2;
background-color: #af81b2;
/* Tailwind (arbitrary) */
class="text-[#af81b2] bg-[#af81b2]"
/* SCSS */
$brand: #af81b2;
/* SwiftUI */
Color(red: 0.686, green: 0.506, blue: 0.698)
/* Android */
Color.parseColor("#af81b2")Accessibility — WCAG contrast
Aa
#af81b2 on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af81b2 on black: 6.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green50.6%
Blue69.8%
CMYK percentages
Cyan1.7%
Magenta27.5%
Yellow0.0%
Key (black)30.2%
Color previews
#af81b2 text on a black background
contrast 6.61:1
Card sample
#af81b2 text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af81b2;
Background color
Panel with #af81b2 background
background-color: #af81b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af81b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 129, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 129, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af81b2; background: linear-gradient(135deg, #af81b2, #B28194);