#bd04df
a dark, electric magenta / pink · warm · closest name: magenta
RGB
189, 4, 223
HSL
291°, 97%, 45%
CMYK
15, 98, 0, 13
Luminance
0.1623
Every format
| HEX | #bd04df |
| RGB | rgb(189, 4, 223) |
| HSL | hsl(291, 97%, 45%) |
| CMYK | cmyk(15%, 98%, 0%, 13%) |
| LAB | lab(47.3 83.4 -64.4) |
| LCH | lch(47.3 105.4 322.3) |
| OKLCH | oklch(0.584 0.279 319.5) |
Copy-ready code
/* CSS */
color: #bd04df;
background-color: #bd04df;
/* Tailwind (arbitrary) */
class="text-[#bd04df] bg-[#bd04df]"
/* SCSS */
$brand: #bd04df;
/* SwiftUI */
Color(red: 0.741, green: 0.016, blue: 0.875)
/* Android */
Color.parseColor("#bd04df")Accessibility — WCAG contrast
Aa
#bd04df on white: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bd04df on black: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green1.6%
Blue87.5%
CMYK percentages
Cyan15.2%
Magenta98.2%
Yellow0.0%
Key (black)12.5%
Color previews
#bd04df text on a black background
contrast 4.25:1
Card sample
#bd04df text on a white background
contrast 4.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd04df;
Background color
Panel with #bd04df background
background-color: #bd04df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd04df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 4, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 4, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd04df; background: linear-gradient(135deg, #bd04df, #DF046F);