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