#af7eb0
a balanced, soft magenta / pink · warm · closest name: plum
RGB
175, 126, 176
HSL
299°, 24%, 59%
CMYK
1, 28, 0, 31
Luminance
0.2717
Every format
| HEX | #af7eb0 |
| RGB | rgb(175, 126, 176) |
| HSL | hsl(299, 24%, 59%) |
| CMYK | cmyk(1%, 28%, 0%, 31%) |
| LAB | lab(59.1 27.5 -19.0) |
| LCH | lch(59.1 33.4 325.4) |
| OKLCH | oklch(0.658 0.091 325.9) |
Copy-ready code
/* CSS */
color: #af7eb0;
background-color: #af7eb0;
/* Tailwind (arbitrary) */
class="text-[#af7eb0] bg-[#af7eb0]"
/* SCSS */
$brand: #af7eb0;
/* SwiftUI */
Color(red: 0.686, green: 0.494, blue: 0.690)
/* Android */
Color.parseColor("#af7eb0")Accessibility — WCAG contrast
Aa
#af7eb0 on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7eb0 on black: 6.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green49.4%
Blue69.0%
CMYK percentages
Cyan0.6%
Magenta28.4%
Yellow0.0%
Key (black)31.0%
Color previews
#af7eb0 text on a black background
contrast 6.43:1
Card sample
#af7eb0 text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7eb0;
Background color
Panel with #af7eb0 background
background-color: #af7eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 126, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 126, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7eb0; background: linear-gradient(135deg, #af7eb0, #B07E90);