#af2eb6
a dark, vivid magenta / pink · warm · closest name: purple
RGB
175, 46, 182
HSL
297°, 60%, 45%
CMYK
4, 75, 0, 29
Luminance
0.1445
Every format
| HEX | #af2eb6 |
| RGB | rgb(175, 46, 182) |
| HSL | hsl(297, 60%, 45%) |
| CMYK | cmyk(4%, 75%, 0%, 29%) |
| LAB | lab(44.9 66.7 -44.7) |
| LCH | lch(44.9 80.3 326.2) |
| OKLCH | oklch(0.554 0.221 325.8) |
Copy-ready code
/* CSS */
color: #af2eb6;
background-color: #af2eb6;
/* Tailwind (arbitrary) */
class="text-[#af2eb6] bg-[#af2eb6]"
/* SCSS */
$brand: #af2eb6;
/* SwiftUI */
Color(red: 0.686, green: 0.180, blue: 0.714)
/* Android */
Color.parseColor("#af2eb6")Accessibility — WCAG contrast
Aa
#af2eb6 on white: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2eb6 on black: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green18.0%
Blue71.4%
CMYK percentages
Cyan3.8%
Magenta74.7%
Yellow0.0%
Key (black)28.6%
Color previews
#af2eb6 text on a black background
contrast 3.89:1
Card sample
#af2eb6 text on a white background
contrast 5.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2eb6;
Background color
Panel with #af2eb6 background
background-color: #af2eb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2eb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 46, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 46, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2eb6; background: linear-gradient(135deg, #af2eb6, #B62E62);