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