#bd72be
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
189, 114, 190
HSL
299°, 37%, 60%
CMYK
1, 40, 0, 26
Luminance
0.2657
Every format
| HEX | #bd72be |
| RGB | rgb(189, 114, 190) |
| HSL | hsl(299, 37%, 60%) |
| CMYK | cmyk(1%, 40%, 0%, 26%) |
| LAB | lab(58.6 41.3 -27.7) |
| LCH | lch(58.6 49.7 326.2) |
| OKLCH | oklch(0.660 0.137 326.5) |
Copy-ready code
/* CSS */
color: #bd72be;
background-color: #bd72be;
/* Tailwind (arbitrary) */
class="text-[#bd72be] bg-[#bd72be]"
/* SCSS */
$brand: #bd72be;
/* SwiftUI */
Color(red: 0.741, green: 0.447, blue: 0.745)
/* Android */
Color.parseColor("#bd72be")Accessibility — WCAG contrast
Aa
#bd72be on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bd72be on black: 6.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green44.7%
Blue74.5%
CMYK percentages
Cyan0.5%
Magenta40.0%
Yellow0.0%
Key (black)25.5%
Color previews
#bd72be text on a black background
contrast 6.31:1
Card sample
#bd72be text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd72be;
Background color
Panel with #bd72be background
background-color: #bd72be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd72be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 114, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 114, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd72be; background: linear-gradient(135deg, #bd72be, #BE728C);