#be5293
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
190, 82, 147
HSL
324°, 45%, 53%
CMYK
0, 57, 23, 26
Luminance
0.1909
Every format
| HEX | #be5293 |
| RGB | rgb(190, 82, 147) |
| HSL | hsl(324, 45%, 53%) |
| CMYK | cmyk(0%, 57%, 23%, 26%) |
| LAB | lab(50.8 50.7 -14.6) |
| LCH | lch(50.8 52.8 343.9) |
| OKLCH | oklch(0.596 0.157 345.8) |
Copy-ready code
/* CSS */
color: #be5293;
background-color: #be5293;
/* Tailwind (arbitrary) */
class="text-[#be5293] bg-[#be5293]"
/* SCSS */
$brand: #be5293;
/* SwiftUI */
Color(red: 0.745, green: 0.322, blue: 0.576)
/* Android */
Color.parseColor("#be5293")Accessibility — WCAG contrast
Aa
#be5293 on white: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#be5293 on black: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green32.2%
Blue57.6%
CMYK percentages
Cyan0.0%
Magenta56.8%
Yellow22.6%
Key (black)25.5%
Color previews
#be5293 text on a black background
contrast 4.82:1
Card sample
#be5293 text on a white background
contrast 4.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #be5293;
Background color
Panel with #be5293 background
background-color: #be5293;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #be5293;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 82, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 82, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #be5293; background: linear-gradient(135deg, #be5293, #BE5952);