#bd4eb3
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
189, 78, 179
HSL
305°, 46%, 52%
CMYK
0, 59, 5, 26
Luminance
0.1952
Every format
| HEX | #bd4eb3 |
| RGB | rgb(189, 78, 179) |
| HSL | hsl(305, 46%, 52%) |
| CMYK | cmyk(0%, 59%, 5%, 26%) |
| LAB | lab(51.3 57.2 -32.6) |
| LCH | lch(51.3 65.9 330.3) |
| OKLCH | oklch(0.604 0.186 331.2) |
Copy-ready code
/* CSS */
color: #bd4eb3;
background-color: #bd4eb3;
/* Tailwind (arbitrary) */
class="text-[#bd4eb3] bg-[#bd4eb3]"
/* SCSS */
$brand: #bd4eb3;
/* SwiftUI */
Color(red: 0.741, green: 0.306, blue: 0.702)
/* Android */
Color.parseColor("#bd4eb3")Accessibility — WCAG contrast
Aa
#bd4eb3 on white: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bd4eb3 on black: 4.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green30.6%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta58.7%
Yellow5.3%
Key (black)25.9%
Color previews
#bd4eb3 text on a black background
contrast 4.90:1
Card sample
#bd4eb3 text on a white background
contrast 4.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd4eb3;
Background color
Panel with #bd4eb3 background
background-color: #bd4eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd4eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 78, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 78, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd4eb3; background: linear-gradient(135deg, #bd4eb3, #BD4E69);