#be18be
a dark, electric magenta / pink · warm · closest name: purple
RGB
190, 24, 190
HSL
300°, 78%, 42%
CMYK
0, 87, 0, 26
Luminance
0.1532
Every format
| HEX | #be18be |
| RGB | rgb(190, 24, 190) |
| HSL | hsl(300, 78%, 42%) |
| CMYK | cmyk(0%, 87%, 0%, 26%) |
| LAB | lab(46.1 76.1 -47.3) |
| LCH | lch(46.1 89.6 328.1) |
| OKLCH | oklch(0.569 0.250 328.3) |
Copy-ready code
/* CSS */
color: #be18be;
background-color: #be18be;
/* Tailwind (arbitrary) */
class="text-[#be18be] bg-[#be18be]"
/* SCSS */
$brand: #be18be;
/* SwiftUI */
Color(red: 0.745, green: 0.094, blue: 0.745)
/* Android */
Color.parseColor("#be18be")Accessibility — WCAG contrast
Aa
#be18be on white: 5.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#be18be on black: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green9.4%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta87.4%
Yellow0.0%
Key (black)25.5%
Color previews
#be18be text on a black background
contrast 4.06:1
Card sample
#be18be text on a white background
contrast 5.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #be18be;
Background color
Panel with #be18be background
background-color: #be18be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #be18be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 24, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 24, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #be18be; background: linear-gradient(135deg, #be18be, #BE184F);