#bf0fdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
191, 15, 223
HSL
291°, 87%, 47%
CMYK
14, 93, 0, 13
Luminance
0.1675
Every format
| HEX | #bf0fdf |
| RGB | rgb(191, 15, 223) |
| HSL | hsl(291, 87%, 47%) |
| CMYK | cmyk(14%, 93%, 0%, 13%) |
| LAB | lab(47.9 82.7 -63.3) |
| LCH | lch(47.9 104.2 322.5) |
| OKLCH | oklch(0.589 0.277 319.9) |
Copy-ready code
/* CSS */
color: #bf0fdf;
background-color: #bf0fdf;
/* Tailwind (arbitrary) */
class="text-[#bf0fdf] bg-[#bf0fdf]"
/* SCSS */
$brand: #bf0fdf;
/* SwiftUI */
Color(red: 0.749, green: 0.059, blue: 0.875)
/* Android */
Color.parseColor("#bf0fdf")Accessibility — WCAG contrast
Aa
#bf0fdf on white: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bf0fdf on black: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green5.9%
Blue87.5%
CMYK percentages
Cyan14.3%
Magenta93.3%
Yellow0.0%
Key (black)12.5%
Color previews
#bf0fdf text on a black background
contrast 4.35:1
Card sample
#bf0fdf text on a white background
contrast 4.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf0fdf;
Background color
Panel with #bf0fdf background
background-color: #bf0fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf0fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 15, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 15, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf0fdf; background: linear-gradient(135deg, #bf0fdf, #DF0F74);