#af0abd
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 10, 189
HSL
295°, 90%, 39%
CMYK
7, 95, 0, 26
Luminance
0.1301
Every format
| HEX | #af0abd |
| RGB | rgb(175, 10, 189) |
| HSL | hsl(295, 90%, 39%) |
| CMYK | cmyk(7%, 95%, 0%, 26%) |
| LAB | lab(42.8 75.2 -52.2) |
| LCH | lch(42.8 91.5 325.3) |
| OKLCH | oklch(0.540 0.249 324.2) |
Copy-ready code
/* CSS */
color: #af0abd;
background-color: #af0abd;
/* Tailwind (arbitrary) */
class="text-[#af0abd] bg-[#af0abd]"
/* SCSS */
$brand: #af0abd;
/* SwiftUI */
Color(red: 0.686, green: 0.039, blue: 0.741)
/* Android */
Color.parseColor("#af0abd")Accessibility — WCAG contrast
Aa
#af0abd on white: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af0abd on black: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green3.9%
Blue74.1%
CMYK percentages
Cyan7.4%
Magenta94.7%
Yellow0.0%
Key (black)25.9%
Color previews
#af0abd text on a black background
contrast 3.60:1
Card sample
#af0abd text on a white background
contrast 5.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0abd;
Background color
Panel with #af0abd background
background-color: #af0abd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0abd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 10, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 10, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0abd; background: linear-gradient(135deg, #af0abd, #BD0A54);