#af02da
a dark, electric violet · warm · closest name: magenta
RGB
175, 2, 218
HSL
288°, 98%, 43%
CMYK
20, 99, 0, 15
Luminance
0.1422
Every format
| HEX | #af02da |
| RGB | rgb(175, 2, 218) |
| HSL | hsl(288, 98%, 43%) |
| CMYK | cmyk(20%, 99%, 0%, 15%) |
| LAB | lab(44.5 80.8 -66.1) |
| LCH | lch(44.5 104.4 320.7) |
| OKLCH | oklch(0.559 0.272 316.7) |
Copy-ready code
/* CSS */
color: #af02da;
background-color: #af02da;
/* Tailwind (arbitrary) */
class="text-[#af02da] bg-[#af02da]"
/* SCSS */
$brand: #af02da;
/* SwiftUI */
Color(red: 0.686, green: 0.008, blue: 0.855)
/* Android */
Color.parseColor("#af02da")Accessibility — WCAG contrast
Aa
#af02da on white: 5.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af02da on black: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green0.8%
Blue85.5%
CMYK percentages
Cyan19.7%
Magenta99.1%
Yellow0.0%
Key (black)14.5%
Color previews
#af02da text on a black background
contrast 3.84:1
Card sample
#af02da text on a white background
contrast 5.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af02da;
Background color
Panel with #af02da background
background-color: #af02da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af02da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 2, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 2, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af02da; background: linear-gradient(135deg, #af02da, #DA0275);