#af14d6
a balanced, electric violet · warm · closest name: magenta
RGB
175, 20, 214
HSL
288°, 83%, 46%
CMYK
18, 91, 0, 16
Luminance
0.1447
Every format
| HEX | #af14d6 |
| RGB | rgb(175, 20, 214) |
| HSL | hsl(288, 83%, 46%) |
| CMYK | cmyk(18%, 91%, 0%, 16%) |
| LAB | lab(44.9 78.2 -63.2) |
| LCH | lch(44.9 100.6 321.0) |
| OKLCH | oklch(0.561 0.264 317.4) |
Copy-ready code
/* CSS */
color: #af14d6;
background-color: #af14d6;
/* Tailwind (arbitrary) */
class="text-[#af14d6] bg-[#af14d6]"
/* SCSS */
$brand: #af14d6;
/* SwiftUI */
Color(red: 0.686, green: 0.078, blue: 0.839)
/* Android */
Color.parseColor("#af14d6")Accessibility — WCAG contrast
Aa
#af14d6 on white: 5.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af14d6 on black: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green7.8%
Blue83.9%
CMYK percentages
Cyan18.2%
Magenta90.7%
Yellow0.0%
Key (black)16.1%
Color previews
#af14d6 text on a black background
contrast 3.89:1
Card sample
#af14d6 text on a white background
contrast 5.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af14d6;
Background color
Panel with #af14d6 background
background-color: #af14d6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af14d6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 20, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 20, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af14d6; background: linear-gradient(135deg, #af14d6, #D6147C);