#af1ba7
a dark, vivid magenta / pink · warm · closest name: purple
RGB
175, 27, 167
HSL
303°, 73%, 40%
CMYK
0, 85, 5, 31
Luminance
0.1269
Every format
| HEX | #af1ba7 |
| RGB | rgb(175, 27, 167) |
| HSL | hsl(303, 73%, 40%) |
| CMYK | cmyk(0%, 85%, 5%, 31%) |
| LAB | lab(42.3 69.3 -39.9) |
| LCH | lch(42.3 80.0 330.1) |
| OKLCH | oklch(0.533 0.226 330.8) |
Copy-ready code
/* CSS */
color: #af1ba7;
background-color: #af1ba7;
/* Tailwind (arbitrary) */
class="text-[#af1ba7] bg-[#af1ba7]"
/* SCSS */
$brand: #af1ba7;
/* SwiftUI */
Color(red: 0.686, green: 0.106, blue: 0.655)
/* Android */
Color.parseColor("#af1ba7")Accessibility — WCAG contrast
Aa
#af1ba7 on white: 5.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af1ba7 on black: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green10.6%
Blue65.5%
CMYK percentages
Cyan0.0%
Magenta84.6%
Yellow4.6%
Key (black)31.4%
Color previews
#af1ba7 text on a black background
contrast 3.54:1
Card sample
#af1ba7 text on a white background
contrast 5.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af1ba7;
Background color
Panel with #af1ba7 background
background-color: #af1ba7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af1ba7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 27, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 27, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af1ba7; background: linear-gradient(135deg, #af1ba7, #AF1B44);