#af17cf
a balanced, electric violet · warm · closest name: magenta
RGB
175, 23, 207
HSL
290°, 80%, 45%
CMYK
16, 89, 0, 19
Luminance
0.1423
Every format
| HEX | #af17cf |
| RGB | rgb(175, 23, 207) |
| HSL | hsl(290, 80%, 45%) |
| CMYK | cmyk(16%, 89%, 0%, 19%) |
| LAB | lab(44.6 76.5 -59.8) |
| LCH | lch(44.6 97.1 322.0) |
| OKLCH | oklch(0.557 0.257 319.1) |
Copy-ready code
/* CSS */
color: #af17cf;
background-color: #af17cf;
/* Tailwind (arbitrary) */
class="text-[#af17cf] bg-[#af17cf]"
/* SCSS */
$brand: #af17cf;
/* SwiftUI */
Color(red: 0.686, green: 0.090, blue: 0.812)
/* Android */
Color.parseColor("#af17cf")Accessibility — WCAG contrast
Aa
#af17cf on white: 5.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af17cf on black: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green9.0%
Blue81.2%
CMYK percentages
Cyan15.5%
Magenta88.9%
Yellow0.0%
Key (black)18.8%
Color previews
#af17cf text on a black background
contrast 3.85:1
Card sample
#af17cf text on a white background
contrast 5.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af17cf;
Background color
Panel with #af17cf background
background-color: #af17cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af17cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 23, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 23, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af17cf; background: linear-gradient(135deg, #af17cf, #CF1774);