#be2dbe
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
190, 45, 190
HSL
300°, 62%, 46%
CMYK
0, 76, 0, 26
Luminance
0.1654
Every format
| HEX | #be2dbe |
| RGB | rgb(190, 45, 190) |
| HSL | hsl(300, 62%, 46%) |
| CMYK | cmyk(0%, 76%, 0%, 26%) |
| LAB | lab(47.7 71.4 -44.8) |
| LCH | lch(47.7 84.3 327.9) |
| OKLCH | oklch(0.580 0.235 328.1) |
Copy-ready code
/* CSS */
color: #be2dbe;
background-color: #be2dbe;
/* Tailwind (arbitrary) */
class="text-[#be2dbe] bg-[#be2dbe]"
/* SCSS */
$brand: #be2dbe;
/* SwiftUI */
Color(red: 0.745, green: 0.176, blue: 0.745)
/* Android */
Color.parseColor("#be2dbe")Accessibility — WCAG contrast
Aa
#be2dbe on white: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#be2dbe on black: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green17.6%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta76.3%
Yellow0.0%
Key (black)25.5%
Color previews
#be2dbe text on a black background
contrast 4.31:1
Card sample
#be2dbe text on a white background
contrast 4.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #be2dbe;
Background color
Panel with #be2dbe background
background-color: #be2dbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #be2dbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 45, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 45, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #be2dbe; background: linear-gradient(135deg, #be2dbe, #BE2D5D);