#af1ac6
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 26, 198
HSL
292°, 77%, 44%
CMYK
12, 87, 0, 22
Luminance
0.1393
Every format
| HEX | #af1ac6 |
| RGB | rgb(175, 26, 198) |
| HSL | hsl(292, 77%, 44%) |
| CMYK | cmyk(12%, 87%, 0%, 22%) |
| LAB | lab(44.1 74.4 -55.2) |
| LCH | lch(44.1 92.7 323.4) |
| OKLCH | oklch(0.552 0.249 321.5) |
Copy-ready code
/* CSS */
color: #af1ac6;
background-color: #af1ac6;
/* Tailwind (arbitrary) */
class="text-[#af1ac6] bg-[#af1ac6]"
/* SCSS */
$brand: #af1ac6;
/* SwiftUI */
Color(red: 0.686, green: 0.102, blue: 0.776)
/* Android */
Color.parseColor("#af1ac6")Accessibility — WCAG contrast
Aa
#af1ac6 on white: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af1ac6 on black: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green10.2%
Blue77.6%
CMYK percentages
Cyan11.6%
Magenta86.9%
Yellow0.0%
Key (black)22.4%
Color previews
#af1ac6 text on a black background
contrast 3.79:1
Card sample
#af1ac6 text on a white background
contrast 5.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af1ac6;
Background color
Panel with #af1ac6 background
background-color: #af1ac6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af1ac6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 26, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 26, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af1ac6; background: linear-gradient(135deg, #af1ac6, #C61A6A);