#bf2ac1
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
191, 42, 193
HSL
299°, 64%, 46%
CMYK
1, 78, 0, 24
Luminance
0.1658
Every format
| HEX | #bf2ac1 |
| RGB | rgb(191, 42, 193) |
| HSL | hsl(299, 64%, 46%) |
| CMYK | cmyk(1%, 78%, 0%, 24%) |
| LAB | lab(47.7 72.9 -46.4) |
| LCH | lch(47.7 86.4 327.5) |
| OKLCH | oklch(0.581 0.240 327.5) |
Copy-ready code
/* CSS */
color: #bf2ac1;
background-color: #bf2ac1;
/* Tailwind (arbitrary) */
class="text-[#bf2ac1] bg-[#bf2ac1]"
/* SCSS */
$brand: #bf2ac1;
/* SwiftUI */
Color(red: 0.749, green: 0.165, blue: 0.757)
/* Android */
Color.parseColor("#bf2ac1")Accessibility — WCAG contrast
Aa
#bf2ac1 on white: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bf2ac1 on black: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green16.5%
Blue75.7%
CMYK percentages
Cyan1.0%
Magenta78.2%
Yellow0.0%
Key (black)24.3%
Color previews
#bf2ac1 text on a black background
contrast 4.32:1
Card sample
#bf2ac1 text on a white background
contrast 4.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf2ac1;
Background color
Panel with #bf2ac1 background
background-color: #bf2ac1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf2ac1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 42, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 42, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf2ac1; background: linear-gradient(135deg, #bf2ac1, #C12A5E);