#bf4eb2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
191, 78, 178
HSL
307°, 47%, 53%
CMYK
0, 59, 7, 25
Luminance
0.1974
Every format
| HEX | #bf4eb2 |
| RGB | rgb(191, 78, 178) |
| HSL | hsl(307, 47%, 53%) |
| CMYK | cmyk(0%, 59%, 7%, 25%) |
| LAB | lab(51.5 57.6 -31.7) |
| LCH | lch(51.5 65.7 331.2) |
| OKLCH | oklch(0.606 0.186 332.3) |
Copy-ready code
/* CSS */
color: #bf4eb2;
background-color: #bf4eb2;
/* Tailwind (arbitrary) */
class="text-[#bf4eb2] bg-[#bf4eb2]"
/* SCSS */
$brand: #bf4eb2;
/* SwiftUI */
Color(red: 0.749, green: 0.306, blue: 0.698)
/* Android */
Color.parseColor("#bf4eb2")Accessibility — WCAG contrast
Aa
#bf4eb2 on white: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bf4eb2 on black: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green30.6%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta59.2%
Yellow6.8%
Key (black)25.1%
Color previews
#bf4eb2 text on a black background
contrast 4.95:1
Card sample
#bf4eb2 text on a white background
contrast 4.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf4eb2;
Background color
Panel with #bf4eb2 background
background-color: #bf4eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf4eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 78, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 78, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf4eb2; background: linear-gradient(135deg, #bf4eb2, #BF4E67);