#be1ade
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
190, 26, 222
HSL
290°, 79%, 49%
CMYK
14, 88, 0, 13
Luminance
0.1696
Every format
| HEX | #be1ade |
| RGB | rgb(190, 26, 222) |
| HSL | hsl(290, 79%, 49%) |
| CMYK | cmyk(14%, 88%, 0%, 13%) |
| LAB | lab(48.2 80.9 -62.3) |
| LCH | lch(48.2 102.1 322.4) |
| OKLCH | oklch(0.590 0.272 319.8) |
Copy-ready code
/* CSS */
color: #be1ade;
background-color: #be1ade;
/* Tailwind (arbitrary) */
class="text-[#be1ade] bg-[#be1ade]"
/* SCSS */
$brand: #be1ade;
/* SwiftUI */
Color(red: 0.745, green: 0.102, blue: 0.871)
/* Android */
Color.parseColor("#be1ade")Accessibility — WCAG contrast
Aa
#be1ade on white: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#be1ade on black: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green10.2%
Blue87.1%
CMYK percentages
Cyan14.4%
Magenta88.3%
Yellow0.0%
Key (black)12.9%
Color previews
#be1ade text on a black background
contrast 4.39:1
Card sample
#be1ade text on a white background
contrast 4.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #be1ade;
Background color
Panel with #be1ade background
background-color: #be1ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #be1ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 26, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 26, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #be1ade; background: linear-gradient(135deg, #be1ade, #DE1A7B);