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