#af17cb
a dark, electric magenta / pink · warm · closest name: magenta
RGB
175, 23, 203
HSL
291°, 80%, 44%
CMYK
14, 89, 0, 20
Luminance
0.1404
Every format
| HEX | #af17cb |
| RGB | rgb(175, 23, 203) |
| HSL | hsl(291, 80%, 44%) |
| CMYK | cmyk(14%, 89%, 0%, 20%) |
| LAB | lab(44.3 75.8 -57.9) |
| LCH | lch(44.3 95.4 322.6) |
| OKLCH | oklch(0.554 0.254 320.2) |
Copy-ready code
/* CSS */
color: #af17cb;
background-color: #af17cb;
/* Tailwind (arbitrary) */
class="text-[#af17cb] bg-[#af17cb]"
/* SCSS */
$brand: #af17cb;
/* SwiftUI */
Color(red: 0.686, green: 0.090, blue: 0.796)
/* Android */
Color.parseColor("#af17cb")Accessibility — WCAG contrast
Aa
#af17cb on white: 5.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af17cb on black: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green9.0%
Blue79.6%
CMYK percentages
Cyan13.8%
Magenta88.7%
Yellow0.0%
Key (black)20.4%
Color previews
#af17cb text on a black background
contrast 3.81:1
Card sample
#af17cb text on a white background
contrast 5.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af17cb;
Background color
Panel with #af17cb background
background-color: #af17cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af17cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 23, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 23, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af17cb; background: linear-gradient(135deg, #af17cb, #CB176F);