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