#af6eb1
a balanced, soft magenta / pink · warm · closest name: plum
RGB
175, 110, 177
HSL
298°, 30%, 56%
CMYK
1, 38, 0, 31
Luminance
0.2344
Every format
| HEX | #af6eb1 |
| RGB | rgb(175, 110, 177) |
| HSL | hsl(298, 30%, 56%) |
| CMYK | cmyk(1%, 38%, 0%, 31%) |
| LAB | lab(55.5 36.6 -25.1) |
| LCH | lch(55.5 44.4 325.6) |
| OKLCH | oklch(0.631 0.122 325.9) |
Copy-ready code
/* CSS */
color: #af6eb1;
background-color: #af6eb1;
/* Tailwind (arbitrary) */
class="text-[#af6eb1] bg-[#af6eb1]"
/* SCSS */
$brand: #af6eb1;
/* SwiftUI */
Color(red: 0.686, green: 0.431, blue: 0.694)
/* Android */
Color.parseColor("#af6eb1")Accessibility — WCAG contrast
Aa
#af6eb1 on white: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af6eb1 on black: 5.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green43.1%
Blue69.4%
CMYK percentages
Cyan1.1%
Magenta37.9%
Yellow0.0%
Key (black)30.6%
Color previews
#af6eb1 text on a black background
contrast 5.69:1
Card sample
#af6eb1 text on a white background
contrast 3.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af6eb1;
Background color
Panel with #af6eb1 background
background-color: #af6eb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af6eb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 110, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 110, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af6eb1; background: linear-gradient(135deg, #af6eb1, #B16E86);