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