#af02f9
a balanced, electric violet · warm · closest name: magenta
RGB
175, 2, 249
HSL
282°, 98%, 49%
CMYK
30, 99, 0, 2
Luminance
0.1600
Every format
| HEX | #af02f9 |
| RGB | rgb(175, 2, 249) |
| HSL | hsl(282, 98%, 49%) |
| CMYK | cmyk(30%, 99%, 0%, 2%) |
| LAB | lab(47.0 86.3 -79.7) |
| LCH | lch(47.0 117.5 317.3) |
| OKLCH | oklch(0.583 0.295 309.7) |
Copy-ready code
/* CSS */
color: #af02f9;
background-color: #af02f9;
/* Tailwind (arbitrary) */
class="text-[#af02f9] bg-[#af02f9]"
/* SCSS */
$brand: #af02f9;
/* SwiftUI */
Color(red: 0.686, green: 0.008, blue: 0.976)
/* Android */
Color.parseColor("#af02f9")Accessibility — WCAG contrast
Aa
#af02f9 on white: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af02f9 on black: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green0.8%
Blue97.6%
CMYK percentages
Cyan29.7%
Magenta99.2%
Yellow0.0%
Key (black)2.4%
Color previews
#af02f9 text on a black background
contrast 4.20:1
Card sample
#af02f9 text on a white background
contrast 5.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af02f9;
Background color
Panel with #af02f9 background
background-color: #af02f9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af02f9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 2, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 2, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af02f9; background: linear-gradient(135deg, #af02f9, #F9029E);