#af6eb5
a balanced, soft magenta / pink · warm · closest name: plum
RGB
175, 110, 181
HSL
295°, 32%, 57%
CMYK
3, 39, 0, 29
Luminance
0.2360
Every format
| HEX | #af6eb5 |
| RGB | rgb(175, 110, 181) |
| HSL | hsl(295, 32%, 57%) |
| CMYK | cmyk(3%, 39%, 0%, 29%) |
| LAB | lab(55.7 37.4 -27.1) |
| LCH | lch(55.7 46.2 324.0) |
| OKLCH | oklch(0.633 0.126 323.9) |
Copy-ready code
/* CSS */
color: #af6eb5;
background-color: #af6eb5;
/* Tailwind (arbitrary) */
class="text-[#af6eb5] bg-[#af6eb5]"
/* SCSS */
$brand: #af6eb5;
/* SwiftUI */
Color(red: 0.686, green: 0.431, blue: 0.710)
/* Android */
Color.parseColor("#af6eb5")Accessibility — WCAG contrast
Aa
#af6eb5 on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af6eb5 on black: 5.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green43.1%
Blue71.0%
CMYK percentages
Cyan3.3%
Magenta39.2%
Yellow0.0%
Key (black)29.0%
Color previews
#af6eb5 text on a black background
contrast 5.72:1
Card sample
#af6eb5 text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af6eb5;
Background color
Panel with #af6eb5 background
background-color: #af6eb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af6eb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 110, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 110, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af6eb5; background: linear-gradient(135deg, #af6eb5, #B56E8C);