#bf2ab1
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
191, 42, 177
HSL
306°, 64%, 46%
CMYK
0, 78, 7, 25
Luminance
0.1591
Every format
| HEX | #bf2ab1 |
| RGB | rgb(191, 42, 177) |
| HSL | hsl(306, 64%, 46%) |
| CMYK | cmyk(0%, 78%, 7%, 25%) |
| LAB | lab(46.9 70.5 -38.4) |
| LCH | lch(46.9 80.3 331.4) |
| OKLCH | oklch(0.572 0.229 332.5) |
Copy-ready code
/* CSS */
color: #bf2ab1;
background-color: #bf2ab1;
/* Tailwind (arbitrary) */
class="text-[#bf2ab1] bg-[#bf2ab1]"
/* SCSS */
$brand: #bf2ab1;
/* SwiftUI */
Color(red: 0.749, green: 0.165, blue: 0.694)
/* Android */
Color.parseColor("#bf2ab1")Accessibility — WCAG contrast
Aa
#bf2ab1 on white: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bf2ab1 on black: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green16.5%
Blue69.4%
CMYK percentages
Cyan0.0%
Magenta78.0%
Yellow7.3%
Key (black)25.1%
Color previews
#bf2ab1 text on a black background
contrast 4.18:1
Card sample
#bf2ab1 text on a white background
contrast 5.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf2ab1;
Background color
Panel with #bf2ab1 background
background-color: #bf2ab1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf2ab1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 42, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 42, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf2ab1; background: linear-gradient(135deg, #bf2ab1, #BF2A4E);