#bd0f7d
a dark, electric magenta / pink · warm · closest name: purple
RGB
189, 15, 125
HSL
322°, 85%, 40%
CMYK
0, 92, 34, 26
Luminance
0.1264
Every format
| HEX | #bd0f7d |
| RGB | rgb(189, 15, 125) |
| HSL | hsl(322, 85%, 40%) |
| CMYK | cmyk(0%, 92%, 34%, 26%) |
| LAB | lab(42.2 68.8 -14.3) |
| LCH | lch(42.2 70.3 348.3) |
| OKLCH | oklch(0.530 0.215 350.0) |
Copy-ready code
/* CSS */
color: #bd0f7d;
background-color: #bd0f7d;
/* Tailwind (arbitrary) */
class="text-[#bd0f7d] bg-[#bd0f7d]"
/* SCSS */
$brand: #bd0f7d;
/* SwiftUI */
Color(red: 0.741, green: 0.059, blue: 0.490)
/* Android */
Color.parseColor("#bd0f7d")Accessibility — WCAG contrast
Aa
#bd0f7d on white: 5.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bd0f7d on black: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green5.9%
Blue49.0%
CMYK percentages
Cyan0.0%
Magenta92.1%
Yellow33.9%
Key (black)25.9%
Color previews
#bd0f7d text on a black background
contrast 3.53:1
Card sample
#bd0f7d text on a white background
contrast 5.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd0f7d;
Background color
Panel with #bd0f7d background
background-color: #bd0f7d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd0f7d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 15, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 15, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd0f7d; background: linear-gradient(135deg, #bd0f7d, #BD150F);