#af0ab4
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 10, 180
HSL
298°, 90%, 37%
CMYK
3, 94, 0, 29
Luminance
0.1263
Every format
| HEX | #af0ab4 |
| RGB | rgb(175, 10, 180) |
| HSL | hsl(298, 90%, 37%) |
| CMYK | cmyk(3%, 94%, 0%, 29%) |
| LAB | lab(42.2 73.8 -47.8) |
| LCH | lch(42.2 88.0 327.1) |
| OKLCH | oklch(0.535 0.243 326.8) |
Copy-ready code
/* CSS */
color: #af0ab4;
background-color: #af0ab4;
/* Tailwind (arbitrary) */
class="text-[#af0ab4] bg-[#af0ab4]"
/* SCSS */
$brand: #af0ab4;
/* SwiftUI */
Color(red: 0.686, green: 0.039, blue: 0.706)
/* Android */
Color.parseColor("#af0ab4")Accessibility — WCAG contrast
Aa
#af0ab4 on white: 5.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af0ab4 on black: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green3.9%
Blue70.6%
CMYK percentages
Cyan2.8%
Magenta94.4%
Yellow0.0%
Key (black)29.4%
Color previews
#af0ab4 text on a black background
contrast 3.53:1
Card sample
#af0ab4 text on a white background
contrast 5.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0ab4;
Background color
Panel with #af0ab4 background
background-color: #af0ab4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0ab4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 10, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 10, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0ab4; background: linear-gradient(135deg, #af0ab4, #B40A48);