#bd0abc
a dark, electric magenta / pink · warm · closest name: purple
RGB
189, 10, 188
HSL
300°, 90%, 39%
CMYK
0, 95, 1, 26
Luminance
0.1467
Every format
| HEX | #bd0abc |
| RGB | rgb(189, 10, 188) |
| HSL | hsl(300, 90%, 39%) |
| CMYK | cmyk(0%, 95%, 1%, 26%) |
| LAB | lab(45.2 77.4 -47.6) |
| LCH | lch(45.2 90.8 328.4) |
| OKLCH | oklch(0.562 0.254 328.6) |
Copy-ready code
/* CSS */
color: #bd0abc;
background-color: #bd0abc;
/* Tailwind (arbitrary) */
class="text-[#bd0abc] bg-[#bd0abc]"
/* SCSS */
$brand: #bd0abc;
/* SwiftUI */
Color(red: 0.741, green: 0.039, blue: 0.737)
/* Android */
Color.parseColor("#bd0abc")Accessibility — WCAG contrast
Aa
#bd0abc on white: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bd0abc on black: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green3.9%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta94.7%
Yellow0.5%
Key (black)25.9%
Color previews
#bd0abc text on a black background
contrast 3.93:1
Card sample
#bd0abc text on a white background
contrast 5.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd0abc;
Background color
Panel with #bd0abc background
background-color: #bd0abc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd0abc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 10, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 10, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd0abc; background: linear-gradient(135deg, #bd0abc, #BD0A45);