#af1eb9
a dark, vivid magenta / pink · warm · closest name: purple
RGB
175, 30, 185
HSL
296°, 72%, 42%
CMYK
5, 84, 0, 28
Luminance
0.1355
Every format
| HEX | #af1eb9 |
| RGB | rgb(175, 30, 185) |
| HSL | hsl(296, 72%, 42%) |
| CMYK | cmyk(5%, 84%, 0%, 28%) |
| LAB | lab(43.6 71.5 -48.5) |
| LCH | lch(43.6 86.4 325.8) |
| OKLCH | oklch(0.545 0.237 325.1) |
Copy-ready code
/* CSS */
color: #af1eb9;
background-color: #af1eb9;
/* Tailwind (arbitrary) */
class="text-[#af1eb9] bg-[#af1eb9]"
/* SCSS */
$brand: #af1eb9;
/* SwiftUI */
Color(red: 0.686, green: 0.118, blue: 0.725)
/* Android */
Color.parseColor("#af1eb9")Accessibility — WCAG contrast
Aa
#af1eb9 on white: 5.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af1eb9 on black: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green11.8%
Blue72.5%
CMYK percentages
Cyan5.4%
Magenta83.8%
Yellow0.0%
Key (black)27.5%
Color previews
#af1eb9 text on a black background
contrast 3.71:1
Card sample
#af1eb9 text on a white background
contrast 5.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af1eb9;
Background color
Panel with #af1eb9 background
background-color: #af1eb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af1eb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 30, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 30, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af1eb9; background: linear-gradient(135deg, #af1eb9, #B91E5C);