#af02f4
a balanced, electric violet · warm · closest name: magenta
RGB
175, 2, 244
HSL
283°, 98%, 48%
CMYK
28, 99, 0, 4
Luminance
0.1569
Every format
| HEX | #af02f4 |
| RGB | rgb(175, 2, 244) |
| HSL | hsl(283, 98%, 48%) |
| CMYK | cmyk(28%, 99%, 0%, 4%) |
| LAB | lab(46.6 85.3 -77.6) |
| LCH | lch(46.6 115.3 317.7) |
| OKLCH | oklch(0.579 0.291 310.7) |
Copy-ready code
/* CSS */
color: #af02f4;
background-color: #af02f4;
/* Tailwind (arbitrary) */
class="text-[#af02f4] bg-[#af02f4]"
/* SCSS */
$brand: #af02f4;
/* SwiftUI */
Color(red: 0.686, green: 0.008, blue: 0.957)
/* Android */
Color.parseColor("#af02f4")Accessibility — WCAG contrast
Aa
#af02f4 on white: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af02f4 on black: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green0.8%
Blue95.7%
CMYK percentages
Cyan28.3%
Magenta99.2%
Yellow0.0%
Key (black)4.3%
Color previews
#af02f4 text on a black background
contrast 4.14:1
Card sample
#af02f4 text on a white background
contrast 5.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af02f4;
Background color
Panel with #af02f4 background
background-color: #af02f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af02f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 2, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 2, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af02f4; background: linear-gradient(135deg, #af02f4, #F40298);