#bf1eb0
a dark, vivid magenta / pink · warm · closest name: purple
RGB
191, 30, 176
HSL
306°, 73%, 43%
CMYK
0, 84, 8, 25
Luminance
0.1514
Every format
| HEX | #bf1eb0 |
| RGB | rgb(191, 30, 176) |
| HSL | hsl(306, 73%, 43%) |
| CMYK | cmyk(0%, 84%, 8%, 25%) |
| LAB | lab(45.8 73.1 -39.5) |
| LCH | lch(45.8 83.1 331.6) |
| OKLCH | oklch(0.565 0.237 332.7) |
Copy-ready code
/* CSS */
color: #bf1eb0;
background-color: #bf1eb0;
/* Tailwind (arbitrary) */
class="text-[#bf1eb0] bg-[#bf1eb0]"
/* SCSS */
$brand: #bf1eb0;
/* SwiftUI */
Color(red: 0.749, green: 0.118, blue: 0.690)
/* Android */
Color.parseColor("#bf1eb0")Accessibility — WCAG contrast
Aa
#bf1eb0 on white: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bf1eb0 on black: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green11.8%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta84.3%
Yellow7.9%
Key (black)25.1%
Color previews
#bf1eb0 text on a black background
contrast 4.03:1
Card sample
#bf1eb0 text on a white background
contrast 5.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf1eb0;
Background color
Panel with #bf1eb0 background
background-color: #bf1eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf1eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 30, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 30, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf1eb0; background: linear-gradient(135deg, #bf1eb0, #BF1E45);