#af1bc7
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 27, 199
HSL
292°, 76%, 44%
CMYK
12, 86, 0, 22
Luminance
0.1402
Every format
| HEX | #af1bc7 |
| RGB | rgb(175, 27, 199) |
| HSL | hsl(292, 76%, 44%) |
| CMYK | cmyk(12%, 86%, 0%, 22%) |
| LAB | lab(44.3 74.4 -55.6) |
| LCH | lch(44.3 92.9 323.2) |
| OKLCH | oklch(0.553 0.249 321.2) |
Copy-ready code
/* CSS */
color: #af1bc7;
background-color: #af1bc7;
/* Tailwind (arbitrary) */
class="text-[#af1bc7] bg-[#af1bc7]"
/* SCSS */
$brand: #af1bc7;
/* SwiftUI */
Color(red: 0.686, green: 0.106, blue: 0.780)
/* Android */
Color.parseColor("#af1bc7")Accessibility — WCAG contrast
Aa
#af1bc7 on white: 5.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af1bc7 on black: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green10.6%
Blue78.0%
CMYK percentages
Cyan12.1%
Magenta86.4%
Yellow0.0%
Key (black)22.0%
Color previews
#af1bc7 text on a black background
contrast 3.80:1
Card sample
#af1bc7 text on a white background
contrast 5.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af1bc7;
Background color
Panel with #af1bc7 background
background-color: #af1bc7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af1bc7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 27, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 27, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af1bc7; background: linear-gradient(135deg, #af1bc7, #C71B6C);