#af6eb2
a balanced, soft magenta / pink · warm · closest name: plum
RGB
175, 110, 178
HSL
297°, 31%, 57%
CMYK
2, 38, 0, 30
Luminance
0.2348
Every format
| HEX | #af6eb2 |
| RGB | rgb(175, 110, 178) |
| HSL | hsl(297, 31%, 57%) |
| CMYK | cmyk(2%, 38%, 0%, 30%) |
| LAB | lab(55.6 36.8 -25.6) |
| LCH | lch(55.6 44.8 325.2) |
| OKLCH | oklch(0.632 0.123 325.4) |
Copy-ready code
/* CSS */
color: #af6eb2;
background-color: #af6eb2;
/* Tailwind (arbitrary) */
class="text-[#af6eb2] bg-[#af6eb2]"
/* SCSS */
$brand: #af6eb2;
/* SwiftUI */
Color(red: 0.686, green: 0.431, blue: 0.698)
/* Android */
Color.parseColor("#af6eb2")Accessibility — WCAG contrast
Aa
#af6eb2 on white: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af6eb2 on black: 5.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green43.1%
Blue69.8%
CMYK percentages
Cyan1.7%
Magenta38.2%
Yellow0.0%
Key (black)30.2%
Color previews
#af6eb2 text on a black background
contrast 5.70:1
Card sample
#af6eb2 text on a white background
contrast 3.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af6eb2;
Background color
Panel with #af6eb2 background
background-color: #af6eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af6eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 110, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 110, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af6eb2; background: linear-gradient(135deg, #af6eb2, #B26E88);