#af17c9
a dark, electric magenta / pink · warm · closest name: magenta
RGB
175, 23, 201
HSL
291°, 80%, 44%
CMYK
13, 89, 0, 21
Luminance
0.1394
Every format
| HEX | #af17c9 |
| RGB | rgb(175, 23, 201) |
| HSL | hsl(291, 80%, 44%) |
| CMYK | cmyk(13%, 89%, 0%, 21%) |
| LAB | lab(44.1 75.5 -56.9) |
| LCH | lch(44.1 94.5 323.0) |
| OKLCH | oklch(0.553 0.253 320.7) |
Copy-ready code
/* CSS */
color: #af17c9;
background-color: #af17c9;
/* Tailwind (arbitrary) */
class="text-[#af17c9] bg-[#af17c9]"
/* SCSS */
$brand: #af17c9;
/* SwiftUI */
Color(red: 0.686, green: 0.090, blue: 0.788)
/* Android */
Color.parseColor("#af17c9")Accessibility — WCAG contrast
Aa
#af17c9 on white: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af17c9 on black: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green9.0%
Blue78.8%
CMYK percentages
Cyan12.9%
Magenta88.6%
Yellow0.0%
Key (black)21.2%
Color previews
#af17c9 text on a black background
contrast 3.79:1
Card sample
#af17c9 text on a white background
contrast 5.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af17c9;
Background color
Panel with #af17c9 background
background-color: #af17c9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af17c9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 23, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 23, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af17c9; background: linear-gradient(135deg, #af17c9, #C9176C);