#bf2bab
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
191, 43, 171
HSL
308°, 63%, 46%
CMYK
0, 78, 11, 25
Luminance
0.1574
Every format
| HEX | #bf2bab |
| RGB | rgb(191, 43, 171) |
| HSL | hsl(308, 63%, 46%) |
| CMYK | cmyk(0%, 78%, 11%, 25%) |
| LAB | lab(46.6 69.3 -35.2) |
| LCH | lch(46.6 77.7 333.0) |
| OKLCH | oklch(0.570 0.224 334.4) |
Copy-ready code
/* CSS */
color: #bf2bab;
background-color: #bf2bab;
/* Tailwind (arbitrary) */
class="text-[#bf2bab] bg-[#bf2bab]"
/* SCSS */
$brand: #bf2bab;
/* SwiftUI */
Color(red: 0.749, green: 0.169, blue: 0.671)
/* Android */
Color.parseColor("#bf2bab")Accessibility — WCAG contrast
Aa
#bf2bab on white: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bf2bab on black: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green16.9%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta77.5%
Yellow10.5%
Key (black)25.1%
Color previews
#bf2bab text on a black background
contrast 4.15:1
Card sample
#bf2bab text on a white background
contrast 5.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf2bab;
Background color
Panel with #bf2bab background
background-color: #bf2bab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf2bab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 43, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 43, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf2bab; background: linear-gradient(135deg, #bf2bab, #BF2B48);