#af14c1
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 20, 193
HSL
294°, 81%, 42%
CMYK
9, 90, 0, 24
Luminance
0.1346
Every format
| HEX | #af14c1 |
| RGB | rgb(175, 20, 193) |
| HSL | hsl(294, 81%, 42%) |
| CMYK | cmyk(9%, 90%, 0%, 24%) |
| LAB | lab(43.5 74.6 -53.4) |
| LCH | lch(43.5 91.8 324.4) |
| OKLCH | oklch(0.546 0.248 323.0) |
Copy-ready code
/* CSS */
color: #af14c1;
background-color: #af14c1;
/* Tailwind (arbitrary) */
class="text-[#af14c1] bg-[#af14c1]"
/* SCSS */
$brand: #af14c1;
/* SwiftUI */
Color(red: 0.686, green: 0.078, blue: 0.757)
/* Android */
Color.parseColor("#af14c1")Accessibility — WCAG contrast
Aa
#af14c1 on white: 5.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af14c1 on black: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green7.8%
Blue75.7%
CMYK percentages
Cyan9.3%
Magenta89.6%
Yellow0.0%
Key (black)24.3%
Color previews
#af14c1 text on a black background
contrast 3.69:1
Card sample
#af14c1 text on a white background
contrast 5.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af14c1;
Background color
Panel with #af14c1 background
background-color: #af14c1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af14c1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 20, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 20, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af14c1; background: linear-gradient(135deg, #af14c1, #C11460);