#af7eb5
a balanced, soft magenta / pink · warm · closest name: plum
RGB
175, 126, 181
HSL
294°, 27%, 60%
CMYK
3, 30, 0, 29
Luminance
0.2737
Every format
| HEX | #af7eb5 |
| RGB | rgb(175, 126, 181) |
| HSL | hsl(294, 27%, 60%) |
| CMYK | cmyk(3%, 30%, 0%, 29%) |
| LAB | lab(59.3 28.5 -21.5) |
| LCH | lch(59.3 35.7 322.9) |
| OKLCH | oklch(0.661 0.097 322.8) |
Copy-ready code
/* CSS */
color: #af7eb5;
background-color: #af7eb5;
/* Tailwind (arbitrary) */
class="text-[#af7eb5] bg-[#af7eb5]"
/* SCSS */
$brand: #af7eb5;
/* SwiftUI */
Color(red: 0.686, green: 0.494, blue: 0.710)
/* Android */
Color.parseColor("#af7eb5")Accessibility — WCAG contrast
Aa
#af7eb5 on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7eb5 on black: 6.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green49.4%
Blue71.0%
CMYK percentages
Cyan3.3%
Magenta30.4%
Yellow0.0%
Key (black)29.0%
Color previews
#af7eb5 text on a black background
contrast 6.47:1
Card sample
#af7eb5 text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7eb5;
Background color
Panel with #af7eb5 background
background-color: #af7eb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7eb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 126, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 126, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7eb5; background: linear-gradient(135deg, #af7eb5, #B57E96);