#bf1cdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
191, 28, 223
HSL
290°, 78%, 49%
CMYK
14, 87, 0, 13
Luminance
0.1723
Every format
| HEX | #bf1cdf |
| RGB | rgb(191, 28, 223) |
| HSL | hsl(290, 78%, 49%) |
| CMYK | cmyk(14%, 87%, 0%, 13%) |
| LAB | lab(48.6 80.9 -62.4) |
| LCH | lch(48.6 102.1 322.4) |
| OKLCH | oklch(0.593 0.272 319.8) |
Copy-ready code
/* CSS */
color: #bf1cdf;
background-color: #bf1cdf;
/* Tailwind (arbitrary) */
class="text-[#bf1cdf] bg-[#bf1cdf]"
/* SCSS */
$brand: #bf1cdf;
/* SwiftUI */
Color(red: 0.749, green: 0.110, blue: 0.875)
/* Android */
Color.parseColor("#bf1cdf")Accessibility — WCAG contrast
Aa
#bf1cdf on white: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bf1cdf on black: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green11.0%
Blue87.5%
CMYK percentages
Cyan14.3%
Magenta87.4%
Yellow0.0%
Key (black)12.5%
Color previews
#bf1cdf text on a black background
contrast 4.45:1
Card sample
#bf1cdf text on a white background
contrast 4.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf1cdf;
Background color
Panel with #bf1cdf background
background-color: #bf1cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf1cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 28, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 28, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf1cdf; background: linear-gradient(135deg, #bf1cdf, #DF1C7D);