#af0ab0
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 10, 176
HSL
300°, 89%, 37%
CMYK
1, 94, 0, 31
Luminance
0.1247
Every format
| HEX | #af0ab0 |
| RGB | rgb(175, 10, 176) |
| HSL | hsl(300, 89%, 37%) |
| CMYK | cmyk(1%, 94%, 0%, 31%) |
| LAB | lab(42.0 73.2 -45.8) |
| LCH | lch(42.0 86.4 328.0) |
| OKLCH | oklch(0.532 0.241 328.0) |
Copy-ready code
/* CSS */
color: #af0ab0;
background-color: #af0ab0;
/* Tailwind (arbitrary) */
class="text-[#af0ab0] bg-[#af0ab0]"
/* SCSS */
$brand: #af0ab0;
/* SwiftUI */
Color(red: 0.686, green: 0.039, blue: 0.690)
/* Android */
Color.parseColor("#af0ab0")Accessibility — WCAG contrast
Aa
#af0ab0 on white: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af0ab0 on black: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green3.9%
Blue69.0%
CMYK percentages
Cyan0.6%
Magenta94.3%
Yellow0.0%
Key (black)31.0%
Color previews
#af0ab0 text on a black background
contrast 3.49:1
Card sample
#af0ab0 text on a white background
contrast 6.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0ab0;
Background color
Panel with #af0ab0 background
background-color: #af0ab0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0ab0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 10, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 10, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0ab0; background: linear-gradient(135deg, #af0ab0, #B00A43);