#be4eb2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
190, 78, 178
HSL
306°, 46%, 53%
CMYK
0, 59, 6, 26
Luminance
0.1961
Every format
| HEX | #be4eb2 |
| RGB | rgb(190, 78, 178) |
| HSL | hsl(306, 46%, 53%) |
| CMYK | cmyk(0%, 59%, 6%, 26%) |
| LAB | lab(51.4 57.3 -31.9) |
| LCH | lch(51.4 65.6 330.9) |
| OKLCH | oklch(0.605 0.186 332.0) |
Copy-ready code
/* CSS */
color: #be4eb2;
background-color: #be4eb2;
/* Tailwind (arbitrary) */
class="text-[#be4eb2] bg-[#be4eb2]"
/* SCSS */
$brand: #be4eb2;
/* SwiftUI */
Color(red: 0.745, green: 0.306, blue: 0.698)
/* Android */
Color.parseColor("#be4eb2")Accessibility — WCAG contrast
Aa
#be4eb2 on white: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#be4eb2 on black: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green30.6%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta58.9%
Yellow6.3%
Key (black)25.5%
Color previews
#be4eb2 text on a black background
contrast 4.92:1
Card sample
#be4eb2 text on a white background
contrast 4.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #be4eb2;
Background color
Panel with #be4eb2 background
background-color: #be4eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #be4eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 78, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 78, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #be4eb2; background: linear-gradient(135deg, #be4eb2, #BE4E67);