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