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