#af20f2
a balanced, electric violet · warm · closest name: magenta
RGB
175, 32, 242
HSL
281°, 89%, 54%
CMYK
28, 87, 0, 5
Luminance
0.1656
Every format
| HEX | #af20f2 |
| RGB | rgb(175, 32, 242) |
| HSL | hsl(281, 89%, 54%) |
| CMYK | cmyk(28%, 87%, 0%, 5%) |
| LAB | lab(47.7 81.1 -74.6) |
| LCH | lch(47.7 110.2 317.4) |
| OKLCH | oklch(0.587 0.279 310.6) |
Copy-ready code
/* CSS */
color: #af20f2;
background-color: #af20f2;
/* Tailwind (arbitrary) */
class="text-[#af20f2] bg-[#af20f2]"
/* SCSS */
$brand: #af20f2;
/* SwiftUI */
Color(red: 0.686, green: 0.125, blue: 0.949)
/* Android */
Color.parseColor("#af20f2")Accessibility — WCAG contrast
Aa
#af20f2 on white: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af20f2 on black: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green12.5%
Blue94.9%
CMYK percentages
Cyan27.7%
Magenta86.8%
Yellow0.0%
Key (black)5.1%
Color previews
#af20f2 text on a black background
contrast 4.31:1
Card sample
#af20f2 text on a white background
contrast 4.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af20f2;
Background color
Panel with #af20f2 background
background-color: #af20f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af20f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 32, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 32, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af20f2; background: linear-gradient(135deg, #af20f2, #F220A9);