#af10ce
a dark, electric magenta / pink · warm · closest name: magenta
RGB
175, 16, 206
HSL
290°, 86%, 44%
CMYK
15, 92, 0, 19
Luminance
0.1394
Every format
| HEX | #af10ce |
| RGB | rgb(175, 16, 206) |
| HSL | hsl(290, 86%, 44%) |
| CMYK | cmyk(15%, 92%, 0%, 19%) |
| LAB | lab(44.1 77.3 -59.8) |
| LCH | lch(44.1 97.8 322.3) |
| OKLCH | oklch(0.554 0.260 319.5) |
Copy-ready code
/* CSS */
color: #af10ce;
background-color: #af10ce;
/* Tailwind (arbitrary) */
class="text-[#af10ce] bg-[#af10ce]"
/* SCSS */
$brand: #af10ce;
/* SwiftUI */
Color(red: 0.686, green: 0.063, blue: 0.808)
/* Android */
Color.parseColor("#af10ce")Accessibility — WCAG contrast
Aa
#af10ce on white: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af10ce on black: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green6.3%
Blue80.8%
CMYK percentages
Cyan15.0%
Magenta92.2%
Yellow0.0%
Key (black)19.2%
Color previews
#af10ce text on a black background
contrast 3.79:1
Card sample
#af10ce text on a white background
contrast 5.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af10ce;
Background color
Panel with #af10ce background
background-color: #af10ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af10ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 16, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 16, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af10ce; background: linear-gradient(135deg, #af10ce, #CE106E);