#af14f2
a balanced, electric violet · warm · closest name: magenta
RGB
175, 20, 242
HSL
282°, 90%, 51%
CMYK
28, 92, 0, 5
Luminance
0.1603
Every format
| HEX | #af14f2 |
| RGB | rgb(175, 20, 242) |
| HSL | hsl(282, 90%, 51%) |
| CMYK | cmyk(28%, 92%, 0%, 5%) |
| LAB | lab(47.0 83.2 -75.7) |
| LCH | lch(47.0 112.5 317.7) |
| OKLCH | oklch(0.582 0.285 310.9) |
Copy-ready code
/* CSS */
color: #af14f2;
background-color: #af14f2;
/* Tailwind (arbitrary) */
class="text-[#af14f2] bg-[#af14f2]"
/* SCSS */
$brand: #af14f2;
/* SwiftUI */
Color(red: 0.686, green: 0.078, blue: 0.949)
/* Android */
Color.parseColor("#af14f2")Accessibility — WCAG contrast
Aa
#af14f2 on white: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af14f2 on black: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green7.8%
Blue94.9%
CMYK percentages
Cyan27.7%
Magenta91.7%
Yellow0.0%
Key (black)5.1%
Color previews
#af14f2 text on a black background
contrast 4.21:1
Card sample
#af14f2 text on a white background
contrast 4.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af14f2;
Background color
Panel with #af14f2 background
background-color: #af14f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af14f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 20, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 20, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af14f2; background: linear-gradient(135deg, #af14f2, #F214A1);