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