#be50df
a balanced, vivid violet · warm · closest name: orchid
RGB
190, 80, 223
HSL
286°, 69%, 59%
CMYK
15, 64, 0, 13
Luminance
0.2201
Every format
| HEX | #be50df |
| RGB | rgb(190, 80, 223) |
| HSL | hsl(286, 69%, 59%) |
| CMYK | cmyk(15%, 64%, 0%, 13%) |
| LAB | lab(54.0 64.6 -53.5) |
| LCH | lch(54.0 83.9 320.3) |
| OKLCH | oklch(0.632 0.222 317.6) |
Copy-ready code
/* CSS */
color: #be50df;
background-color: #be50df;
/* Tailwind (arbitrary) */
class="text-[#be50df] bg-[#be50df]"
/* SCSS */
$brand: #be50df;
/* SwiftUI */
Color(red: 0.745, green: 0.314, blue: 0.875)
/* Android */
Color.parseColor("#be50df")Accessibility — WCAG contrast
Aa
#be50df on white: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#be50df on black: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green31.4%
Blue87.5%
CMYK percentages
Cyan14.8%
Magenta64.1%
Yellow0.0%
Key (black)12.5%
Color previews
#be50df text on a black background
contrast 5.40:1
Card sample
#be50df text on a white background
contrast 3.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #be50df;
Background color
Panel with #be50df background
background-color: #be50df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #be50df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 80, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 80, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #be50df; background: linear-gradient(135deg, #be50df, #DF50A1);