#af16e9
a balanced, electric violet · warm · closest name: magenta
RGB
175, 22, 233
HSL
284°, 83%, 50%
CMYK
25, 91, 0, 9
Luminance
0.1557
Every format
| HEX | #af16e9 |
| RGB | rgb(175, 22, 233) |
| HSL | hsl(284, 83%, 50%) |
| CMYK | cmyk(25%, 91%, 0%, 9%) |
| LAB | lab(46.4 81.3 -71.6) |
| LCH | lch(46.4 108.3 318.6) |
| OKLCH | oklch(0.576 0.277 312.9) |
Copy-ready code
/* CSS */
color: #af16e9;
background-color: #af16e9;
/* Tailwind (arbitrary) */
class="text-[#af16e9] bg-[#af16e9]"
/* SCSS */
$brand: #af16e9;
/* SwiftUI */
Color(red: 0.686, green: 0.086, blue: 0.914)
/* Android */
Color.parseColor("#af16e9")Accessibility — WCAG contrast
Aa
#af16e9 on white: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af16e9 on black: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green8.6%
Blue91.4%
CMYK percentages
Cyan24.9%
Magenta90.6%
Yellow0.0%
Key (black)8.6%
Color previews
#af16e9 text on a black background
contrast 4.11:1
Card sample
#af16e9 text on a white background
contrast 5.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af16e9;
Background color
Panel with #af16e9 background
background-color: #af16e9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af16e9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 22, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 22, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af16e9; background: linear-gradient(135deg, #af16e9, #E91696);