#bf1cd9
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
191, 28, 217
HSL
292°, 77%, 48%
CMYK
12, 87, 0, 15
Luminance
0.1692
Every format
| HEX | #bf1cd9 |
| RGB | rgb(191, 28, 217) |
| HSL | hsl(292, 77%, 48%) |
| CMYK | cmyk(12%, 87%, 0%, 15%) |
| LAB | lab(48.2 79.9 -59.6) |
| LCH | lch(48.2 99.6 323.3) |
| OKLCH | oklch(0.589 0.267 321.2) |
Copy-ready code
/* CSS */
color: #bf1cd9;
background-color: #bf1cd9;
/* Tailwind (arbitrary) */
class="text-[#bf1cd9] bg-[#bf1cd9]"
/* SCSS */
$brand: #bf1cd9;
/* SwiftUI */
Color(red: 0.749, green: 0.110, blue: 0.851)
/* Android */
Color.parseColor("#bf1cd9")Accessibility — WCAG contrast
Aa
#bf1cd9 on white: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bf1cd9 on black: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green11.0%
Blue85.1%
CMYK percentages
Cyan12.0%
Magenta87.1%
Yellow0.0%
Key (black)14.9%
Color previews
#bf1cd9 text on a black background
contrast 4.38:1
Card sample
#bf1cd9 text on a white background
contrast 4.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf1cd9;
Background color
Panel with #bf1cd9 background
background-color: #bf1cd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf1cd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 28, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 28, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf1cd9; background: linear-gradient(135deg, #bf1cd9, #D91C75);