#bf07df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
191, 7, 223
HSL
291°, 94%, 45%
CMYK
14, 97, 0, 13
Luminance
0.1656
Every format
| HEX | #bf07df |
| RGB | rgb(191, 7, 223) |
| HSL | hsl(291, 94%, 45%) |
| CMYK | cmyk(14%, 97%, 0%, 13%) |
| LAB | lab(47.7 83.4 -63.7) |
| LCH | lch(47.7 105.0 322.6) |
| OKLCH | oklch(0.587 0.279 320.0) |
Copy-ready code
/* CSS */
color: #bf07df;
background-color: #bf07df;
/* Tailwind (arbitrary) */
class="text-[#bf07df] bg-[#bf07df]"
/* SCSS */
$brand: #bf07df;
/* SwiftUI */
Color(red: 0.749, green: 0.027, blue: 0.875)
/* Android */
Color.parseColor("#bf07df")Accessibility — WCAG contrast
Aa
#bf07df on white: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bf07df on black: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green2.7%
Blue87.5%
CMYK percentages
Cyan14.3%
Magenta96.9%
Yellow0.0%
Key (black)12.5%
Color previews
#bf07df text on a black background
contrast 4.31:1
Card sample
#bf07df text on a white background
contrast 4.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf07df;
Background color
Panel with #bf07df background
background-color: #bf07df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf07df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 7, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 7, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf07df; background: linear-gradient(135deg, #bf07df, #DF076F);