#af17cc
a dark, electric magenta / pink · warm · closest name: magenta
RGB
175, 23, 204
HSL
290°, 80%, 45%
CMYK
14, 89, 0, 20
Luminance
0.1409
Every format
| HEX | #af17cc |
| RGB | rgb(175, 23, 204) |
| HSL | hsl(290, 80%, 45%) |
| CMYK | cmyk(14%, 89%, 0%, 20%) |
| LAB | lab(44.4 76.0 -58.4) |
| LCH | lch(44.4 95.8 322.5) |
| OKLCH | oklch(0.555 0.255 319.9) |
Copy-ready code
/* CSS */
color: #af17cc;
background-color: #af17cc;
/* Tailwind (arbitrary) */
class="text-[#af17cc] bg-[#af17cc]"
/* SCSS */
$brand: #af17cc;
/* SwiftUI */
Color(red: 0.686, green: 0.090, blue: 0.800)
/* Android */
Color.parseColor("#af17cc")Accessibility — WCAG contrast
Aa
#af17cc on white: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af17cc on black: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green9.0%
Blue80.0%
CMYK percentages
Cyan14.2%
Magenta88.7%
Yellow0.0%
Key (black)20.0%
Color previews
#af17cc text on a black background
contrast 3.82:1
Card sample
#af17cc text on a white background
contrast 5.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af17cc;
Background color
Panel with #af17cc background
background-color: #af17cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af17cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 23, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 23, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af17cc; background: linear-gradient(135deg, #af17cc, #CC1770);