#af1fc7
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
175, 31, 199
HSL
291°, 73%, 45%
CMYK
12, 84, 0, 22
Luminance
0.1422
Every format
| HEX | #af1fc7 |
| RGB | rgb(175, 31, 199) |
| HSL | hsl(291, 73%, 45%) |
| CMYK | cmyk(12%, 84%, 0%, 22%) |
| LAB | lab(44.5 73.6 -55.1) |
| LCH | lch(44.5 92.0 323.2) |
| OKLCH | oklch(0.555 0.247 321.1) |
Copy-ready code
/* CSS */
color: #af1fc7;
background-color: #af1fc7;
/* Tailwind (arbitrary) */
class="text-[#af1fc7] bg-[#af1fc7]"
/* SCSS */
$brand: #af1fc7;
/* SwiftUI */
Color(red: 0.686, green: 0.122, blue: 0.780)
/* Android */
Color.parseColor("#af1fc7")Accessibility — WCAG contrast
Aa
#af1fc7 on white: 5.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af1fc7 on black: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green12.2%
Blue78.0%
CMYK percentages
Cyan12.1%
Magenta84.4%
Yellow0.0%
Key (black)22.0%
Color previews
#af1fc7 text on a black background
contrast 3.84:1
Card sample
#af1fc7 text on a white background
contrast 5.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af1fc7;
Background color
Panel with #af1fc7 background
background-color: #af1fc7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af1fc7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 31, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 31, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af1fc7; background: linear-gradient(135deg, #af1fc7, #C71F6F);