#af02e2
a dark, electric violet · warm · closest name: magenta
RGB
175, 2, 226
HSL
286°, 98%, 45%
CMYK
23, 99, 0, 11
Luminance
0.1465
Every format
| HEX | #af02e2 |
| RGB | rgb(175, 2, 226) |
| HSL | hsl(286, 98%, 45%) |
| CMYK | cmyk(23%, 99%, 0%, 11%) |
| LAB | lab(45.1 82.2 -69.7) |
| LCH | lch(45.1 107.7 319.7) |
| OKLCH | oklch(0.565 0.278 314.8) |
Copy-ready code
/* CSS */
color: #af02e2;
background-color: #af02e2;
/* Tailwind (arbitrary) */
class="text-[#af02e2] bg-[#af02e2]"
/* SCSS */
$brand: #af02e2;
/* SwiftUI */
Color(red: 0.686, green: 0.008, blue: 0.886)
/* Android */
Color.parseColor("#af02e2")Accessibility — WCAG contrast
Aa
#af02e2 on white: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af02e2 on black: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green0.8%
Blue88.6%
CMYK percentages
Cyan22.6%
Magenta99.1%
Yellow0.0%
Key (black)11.4%
Color previews
#af02e2 text on a black background
contrast 3.93:1
Card sample
#af02e2 text on a white background
contrast 5.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af02e2;
Background color
Panel with #af02e2 background
background-color: #af02e2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af02e2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 2, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 2, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af02e2; background: linear-gradient(135deg, #af02e2, #E20280);