#af1ad3
a balanced, electric violet · warm · closest name: magenta
RGB
175, 26, 211
HSL
288°, 78%, 47%
CMYK
17, 88, 0, 17
Luminance
0.1456
Every format
| HEX | #af1ad3 |
| RGB | rgb(175, 26, 211) |
| HSL | hsl(288, 78%, 47%) |
| CMYK | cmyk(17%, 88%, 0%, 17%) |
| LAB | lab(45.0 76.7 -61.3) |
| LCH | lch(45.0 98.2 321.3) |
| OKLCH | oklch(0.561 0.259 318.0) |
Copy-ready code
/* CSS */
color: #af1ad3;
background-color: #af1ad3;
/* Tailwind (arbitrary) */
class="text-[#af1ad3] bg-[#af1ad3]"
/* SCSS */
$brand: #af1ad3;
/* SwiftUI */
Color(red: 0.686, green: 0.102, blue: 0.827)
/* Android */
Color.parseColor("#af1ad3")Accessibility — WCAG contrast
Aa
#af1ad3 on white: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af1ad3 on black: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green10.2%
Blue82.7%
CMYK percentages
Cyan17.1%
Magenta87.7%
Yellow0.0%
Key (black)17.3%
Color previews
#af1ad3 text on a black background
contrast 3.91:1
Card sample
#af1ad3 text on a white background
contrast 5.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af1ad3;
Background color
Panel with #af1ad3 background
background-color: #af1ad3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af1ad3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 26, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 26, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af1ad3; background: linear-gradient(135deg, #af1ad3, #D31A7C);