#af1ade
a balanced, electric violet · warm · closest name: magenta
RGB
175, 26, 222
HSL
286°, 79%, 49%
CMYK
21, 88, 0, 13
Luminance
0.1513
Every format
| HEX | #af1ade |
| RGB | rgb(175, 26, 222) |
| HSL | hsl(286, 79%, 49%) |
| CMYK | cmyk(21%, 88%, 0%, 13%) |
| LAB | lab(45.8 78.6 -66.3) |
| LCH | lch(45.8 102.9 319.8) |
| OKLCH | oklch(0.569 0.267 315.3) |
Copy-ready code
/* CSS */
color: #af1ade;
background-color: #af1ade;
/* Tailwind (arbitrary) */
class="text-[#af1ade] bg-[#af1ade]"
/* SCSS */
$brand: #af1ade;
/* SwiftUI */
Color(red: 0.686, green: 0.102, blue: 0.871)
/* Android */
Color.parseColor("#af1ade")Accessibility — WCAG contrast
Aa
#af1ade on white: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af1ade on black: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green10.2%
Blue87.1%
CMYK percentages
Cyan21.2%
Magenta88.3%
Yellow0.0%
Key (black)12.9%
Color previews
#af1ade text on a black background
contrast 4.03:1
Card sample
#af1ade text on a white background
contrast 5.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af1ade;
Background color
Panel with #af1ade background
background-color: #af1ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af1ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 26, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 26, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af1ade; background: linear-gradient(135deg, #af1ade, #DE1A8A);