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