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