#be3eb0
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
190, 62, 176
HSL
307°, 51%, 49%
CMYK
0, 67, 7, 26
Luminance
0.1753
Every format
| HEX | #be3eb0 |
| RGB | rgb(190, 62, 176) |
| HSL | hsl(307, 51%, 49%) |
| CMYK | cmyk(0%, 67%, 7%, 26%) |
| LAB | lab(48.9 63.6 -34.6) |
| LCH | lch(48.9 72.4 331.4) |
| OKLCH | oklch(0.587 0.206 332.6) |
Copy-ready code
/* CSS */
color: #be3eb0;
background-color: #be3eb0;
/* Tailwind (arbitrary) */
class="text-[#be3eb0] bg-[#be3eb0]"
/* SCSS */
$brand: #be3eb0;
/* SwiftUI */
Color(red: 0.745, green: 0.243, blue: 0.690)
/* Android */
Color.parseColor("#be3eb0")Accessibility — WCAG contrast
Aa
#be3eb0 on white: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#be3eb0 on black: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green24.3%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta67.4%
Yellow7.4%
Key (black)25.5%
Color previews
#be3eb0 text on a black background
contrast 4.51:1
Card sample
#be3eb0 text on a white background
contrast 4.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #be3eb0;
Background color
Panel with #be3eb0 background
background-color: #be3eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #be3eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 62, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 62, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #be3eb0; background: linear-gradient(135deg, #be3eb0, #BE3E5B);