#bf0fd2
a dark, electric magenta / pink · warm · closest name: magenta
RGB
191, 15, 210
HSL
294°, 87%, 44%
CMYK
9, 93, 0, 18
Luminance
0.1607
Every format
| HEX | #bf0fd2 |
| RGB | rgb(191, 15, 210) |
| HSL | hsl(294, 87%, 44%) |
| CMYK | cmyk(9%, 93%, 0%, 18%) |
| LAB | lab(47.1 80.6 -57.3) |
| LCH | lch(47.1 98.9 324.6) |
| OKLCH | oklch(0.580 0.268 323.2) |
Copy-ready code
/* CSS */
color: #bf0fd2;
background-color: #bf0fd2;
/* Tailwind (arbitrary) */
class="text-[#bf0fd2] bg-[#bf0fd2]"
/* SCSS */
$brand: #bf0fd2;
/* SwiftUI */
Color(red: 0.749, green: 0.059, blue: 0.824)
/* Android */
Color.parseColor("#bf0fd2")Accessibility — WCAG contrast
Aa
#bf0fd2 on white: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bf0fd2 on black: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green5.9%
Blue82.4%
CMYK percentages
Cyan9.0%
Magenta92.9%
Yellow0.0%
Key (black)17.6%
Color previews
#bf0fd2 text on a black background
contrast 4.21:1
Card sample
#bf0fd2 text on a white background
contrast 4.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf0fd2;
Background color
Panel with #bf0fd2 background
background-color: #bf0fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf0fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 15, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 15, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf0fd2; background: linear-gradient(135deg, #bf0fd2, #D20F63);