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