#bf01df
a dark, electric magenta / pink · warm · closest name: magenta
RGB
191, 1, 223
HSL
291°, 99%, 44%
CMYK
14, 100, 0, 13
Luminance
0.1643
Every format
| HEX | #bf01df |
| RGB | rgb(191, 1, 223) |
| HSL | hsl(291, 99%, 44%) |
| CMYK | cmyk(14%, 100%, 0%, 13%) |
| LAB | lab(47.5 83.9 -64.0) |
| LCH | lch(47.5 105.5 322.7) |
| OKLCH | oklch(0.586 0.281 320.1) |
Copy-ready code
/* CSS */
color: #bf01df;
background-color: #bf01df;
/* Tailwind (arbitrary) */
class="text-[#bf01df] bg-[#bf01df]"
/* SCSS */
$brand: #bf01df;
/* SwiftUI */
Color(red: 0.749, green: 0.004, blue: 0.875)
/* Android */
Color.parseColor("#bf01df")Accessibility — WCAG contrast
Aa
#bf01df on white: 4.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bf01df on black: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green0.4%
Blue87.5%
CMYK percentages
Cyan14.3%
Magenta99.6%
Yellow0.0%
Key (black)12.5%
Color previews
#bf01df text on a black background
contrast 4.29:1
Card sample
#bf01df text on a white background
contrast 4.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf01df;
Background color
Panel with #bf01df background
background-color: #bf01df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf01df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 1, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 1, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf01df; background: linear-gradient(135deg, #bf01df, #DF016B);