#af02eb
a balanced, electric violet · warm · closest name: magenta
RGB
175, 2, 235
HSL
285°, 98%, 47%
CMYK
26, 99, 0, 8
Luminance
0.1516
Every format
| HEX | #af02eb |
| RGB | rgb(175, 2, 235) |
| HSL | hsl(285, 98%, 47%) |
| CMYK | cmyk(26%, 99%, 0%, 8%) |
| LAB | lab(45.9 83.7 -73.7) |
| LCH | lch(45.9 111.5 318.7) |
| OKLCH | oklch(0.572 0.284 312.7) |
Copy-ready code
/* CSS */
color: #af02eb;
background-color: #af02eb;
/* Tailwind (arbitrary) */
class="text-[#af02eb] bg-[#af02eb]"
/* SCSS */
$brand: #af02eb;
/* SwiftUI */
Color(red: 0.686, green: 0.008, blue: 0.922)
/* Android */
Color.parseColor("#af02eb")Accessibility — WCAG contrast
Aa
#af02eb on white: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af02eb on black: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green0.8%
Blue92.2%
CMYK percentages
Cyan25.5%
Magenta99.1%
Yellow0.0%
Key (black)7.8%
Color previews
#af02eb text on a black background
contrast 4.03:1
Card sample
#af02eb text on a white background
contrast 5.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af02eb;
Background color
Panel with #af02eb background
background-color: #af02eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af02eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 2, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 2, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af02eb; background: linear-gradient(135deg, #af02eb, #EB028C);