#bd0bc9
a dark, electric magenta / pink · warm · closest name: magenta
RGB
189, 11, 201
HSL
296°, 90%, 42%
CMYK
6, 95, 0, 21
Luminance
0.1528
Every format
| HEX | #bd0bc9 |
| RGB | rgb(189, 11, 201) |
| HSL | hsl(296, 90%, 42%) |
| CMYK | cmyk(6%, 95%, 0%, 21%) |
| LAB | lab(46.0 79.3 -53.8) |
| LCH | lch(46.0 95.8 325.8) |
| OKLCH | oklch(0.570 0.262 325.0) |
Copy-ready code
/* CSS */
color: #bd0bc9;
background-color: #bd0bc9;
/* Tailwind (arbitrary) */
class="text-[#bd0bc9] bg-[#bd0bc9]"
/* SCSS */
$brand: #bd0bc9;
/* SwiftUI */
Color(red: 0.741, green: 0.043, blue: 0.788)
/* Android */
Color.parseColor("#bd0bc9")Accessibility — WCAG contrast
Aa
#bd0bc9 on white: 5.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bd0bc9 on black: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green4.3%
Blue78.8%
CMYK percentages
Cyan6.0%
Magenta94.5%
Yellow0.0%
Key (black)21.2%
Color previews
#bd0bc9 text on a black background
contrast 4.06:1
Card sample
#bd0bc9 text on a white background
contrast 5.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd0bc9;
Background color
Panel with #bd0bc9 background
background-color: #bd0bc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd0bc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 11, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 11, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd0bc9; background: linear-gradient(135deg, #bd0bc9, #C90B56);