#bf2ba2
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
191, 43, 162
HSL
312°, 63%, 46%
CMYK
0, 78, 15, 25
Luminance
0.1541
Every format
| HEX | #bf2ba2 |
| RGB | rgb(191, 43, 162) |
| HSL | hsl(312, 63%, 46%) |
| CMYK | cmyk(0%, 78%, 15%, 25%) |
| LAB | lab(46.2 68.0 -30.6) |
| LCH | lch(46.2 74.6 335.8) |
| OKLCH | oklch(0.565 0.218 337.5) |
Copy-ready code
/* CSS */
color: #bf2ba2;
background-color: #bf2ba2;
/* Tailwind (arbitrary) */
class="text-[#bf2ba2] bg-[#bf2ba2]"
/* SCSS */
$brand: #bf2ba2;
/* SwiftUI */
Color(red: 0.749, green: 0.169, blue: 0.635)
/* Android */
Color.parseColor("#bf2ba2")Accessibility — WCAG contrast
Aa
#bf2ba2 on white: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bf2ba2 on black: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green16.9%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta77.5%
Yellow15.2%
Key (black)25.1%
Color previews
#bf2ba2 text on a black background
contrast 4.08:1
Card sample
#bf2ba2 text on a white background
contrast 5.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf2ba2;
Background color
Panel with #bf2ba2 background
background-color: #bf2ba2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf2ba2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 43, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 43, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf2ba2; background: linear-gradient(135deg, #bf2ba2, #BF2B3F);