#af16da
a balanced, electric violet · warm · closest name: magenta
RGB
175, 22, 218
HSL
287°, 82%, 47%
CMYK
20, 90, 0, 15
Luminance
0.1475
Every format
| HEX | #af16da |
| RGB | rgb(175, 22, 218) |
| HSL | hsl(287, 82%, 47%) |
| CMYK | cmyk(20%, 90%, 0%, 15%) |
| LAB | lab(45.3 78.6 -64.9) |
| LCH | lch(45.3 101.9 320.4) |
| OKLCH | oklch(0.564 0.266 316.4) |
Copy-ready code
/* CSS */
color: #af16da;
background-color: #af16da;
/* Tailwind (arbitrary) */
class="text-[#af16da] bg-[#af16da]"
/* SCSS */
$brand: #af16da;
/* SwiftUI */
Color(red: 0.686, green: 0.086, blue: 0.855)
/* Android */
Color.parseColor("#af16da")Accessibility — WCAG contrast
Aa
#af16da on white: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af16da on black: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green8.6%
Blue85.5%
CMYK percentages
Cyan19.7%
Magenta89.9%
Yellow0.0%
Key (black)14.5%
Color previews
#af16da text on a black background
contrast 3.95:1
Card sample
#af16da text on a white background
contrast 5.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af16da;
Background color
Panel with #af16da background
background-color: #af16da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af16da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 22, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 22, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af16da; background: linear-gradient(135deg, #af16da, #DA1683);