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