#bd73bd
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
189, 115, 189
HSL
300°, 36%, 60%
CMYK
0, 39, 0, 26
Luminance
0.2675
Every format
| HEX | #bd73bd |
| RGB | rgb(189, 115, 189) |
| HSL | hsl(300, 36%, 60%) |
| CMYK | cmyk(0%, 39%, 0%, 26%) |
| LAB | lab(58.8 40.6 -26.8) |
| LCH | lch(58.8 48.6 326.5) |
| OKLCH | oklch(0.661 0.134 327.0) |
Copy-ready code
/* CSS */
color: #bd73bd;
background-color: #bd73bd;
/* Tailwind (arbitrary) */
class="text-[#bd73bd] bg-[#bd73bd]"
/* SCSS */
$brand: #bd73bd;
/* SwiftUI */
Color(red: 0.741, green: 0.451, blue: 0.741)
/* Android */
Color.parseColor("#bd73bd")Accessibility — WCAG contrast
Aa
#bd73bd on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bd73bd on black: 6.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green45.1%
Blue74.1%
CMYK percentages
Cyan0.0%
Magenta39.2%
Yellow0.0%
Key (black)25.9%
Color previews
#bd73bd text on a black background
contrast 6.35:1
Card sample
#bd73bd text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd73bd;
Background color
Panel with #bd73bd background
background-color: #bd73bd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd73bd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 115, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 115, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd73bd; background: linear-gradient(135deg, #bd73bd, #BD738C);