#bd0ade
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
189, 10, 222
HSL
291°, 91%, 46%
CMYK
15, 96, 0, 13
Luminance
0.1631
Every format
| HEX | #bd0ade |
| RGB | rgb(189, 10, 222) |
| HSL | hsl(291, 91%, 46%) |
| CMYK | cmyk(15%, 96%, 0%, 13%) |
| LAB | lab(47.4 82.7 -63.7) |
| LCH | lch(47.4 104.4 322.4) |
| OKLCH | oklch(0.584 0.277 319.7) |
Copy-ready code
/* CSS */
color: #bd0ade;
background-color: #bd0ade;
/* Tailwind (arbitrary) */
class="text-[#bd0ade] bg-[#bd0ade]"
/* SCSS */
$brand: #bd0ade;
/* SwiftUI */
Color(red: 0.741, green: 0.039, blue: 0.871)
/* Android */
Color.parseColor("#bd0ade")Accessibility — WCAG contrast
Aa
#bd0ade on white: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bd0ade on black: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green3.9%
Blue87.1%
CMYK percentages
Cyan14.9%
Magenta95.5%
Yellow0.0%
Key (black)12.9%
Color previews
#bd0ade text on a black background
contrast 4.26:1
Card sample
#bd0ade text on a white background
contrast 4.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd0ade;
Background color
Panel with #bd0ade background
background-color: #bd0ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd0ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 10, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 10, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd0ade; background: linear-gradient(135deg, #bd0ade, #DE0A72);