#af14cf
a dark, electric violet · warm · closest name: magenta
RGB
175, 20, 207
HSL
290°, 82%, 45%
CMYK
16, 90, 0, 19
Luminance
0.1412
Every format
| HEX | #af14cf |
| RGB | rgb(175, 20, 207) |
| HSL | hsl(290, 82%, 45%) |
| CMYK | cmyk(16%, 90%, 0%, 19%) |
| LAB | lab(44.4 77.0 -60.0) |
| LCH | lch(44.4 97.6 322.1) |
| OKLCH | oklch(0.556 0.259 319.2) |
Copy-ready code
/* CSS */
color: #af14cf;
background-color: #af14cf;
/* Tailwind (arbitrary) */
class="text-[#af14cf] bg-[#af14cf]"
/* SCSS */
$brand: #af14cf;
/* SwiftUI */
Color(red: 0.686, green: 0.078, blue: 0.812)
/* Android */
Color.parseColor("#af14cf")Accessibility — WCAG contrast
Aa
#af14cf on white: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af14cf on black: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green7.8%
Blue81.2%
CMYK percentages
Cyan15.5%
Magenta90.3%
Yellow0.0%
Key (black)18.8%
Color previews
#af14cf text on a black background
contrast 3.82:1
Card sample
#af14cf text on a white background
contrast 5.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af14cf;
Background color
Panel with #af14cf background
background-color: #af14cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af14cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 20, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 20, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af14cf; background: linear-gradient(135deg, #af14cf, #CF1472);