#af1bbf
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 27, 191
HSL
294°, 75%, 43%
CMYK
8, 86, 0, 25
Luminance
0.1366
Every format
| HEX | #af1bbf |
| RGB | rgb(175, 27, 191) |
| HSL | hsl(294, 75%, 43%) |
| CMYK | cmyk(8%, 86%, 0%, 25%) |
| LAB | lab(43.7 73.1 -51.8) |
| LCH | lch(43.7 89.6 324.7) |
| OKLCH | oklch(0.548 0.243 323.4) |
Copy-ready code
/* CSS */
color: #af1bbf;
background-color: #af1bbf;
/* Tailwind (arbitrary) */
class="text-[#af1bbf] bg-[#af1bbf]"
/* SCSS */
$brand: #af1bbf;
/* SwiftUI */
Color(red: 0.686, green: 0.106, blue: 0.749)
/* Android */
Color.parseColor("#af1bbf")Accessibility — WCAG contrast
Aa
#af1bbf on white: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af1bbf on black: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green10.6%
Blue74.9%
CMYK percentages
Cyan8.4%
Magenta85.9%
Yellow0.0%
Key (black)25.1%
Color previews
#af1bbf text on a black background
contrast 3.73:1
Card sample
#af1bbf text on a white background
contrast 5.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af1bbf;
Background color
Panel with #af1bbf background
background-color: #af1bbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af1bbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 27, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 27, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af1bbf; background: linear-gradient(135deg, #af1bbf, #BF1B62);