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