#be04df
a dark, electric magenta / pink · warm · closest name: magenta
RGB
190, 4, 223
HSL
291°, 97%, 45%
CMYK
15, 98, 0, 13
Luminance
0.1636
Every format
| HEX | #be04df |
| RGB | rgb(190, 4, 223) |
| HSL | hsl(291, 97%, 45%) |
| CMYK | cmyk(15%, 98%, 0%, 13%) |
| LAB | lab(47.5 83.5 -64.2) |
| LCH | lch(47.5 105.3 322.5) |
| OKLCH | oklch(0.585 0.280 319.8) |
Copy-ready code
/* CSS */
color: #be04df;
background-color: #be04df;
/* Tailwind (arbitrary) */
class="text-[#be04df] bg-[#be04df]"
/* SCSS */
$brand: #be04df;
/* SwiftUI */
Color(red: 0.745, green: 0.016, blue: 0.875)
/* Android */
Color.parseColor("#be04df")Accessibility — WCAG contrast
Aa
#be04df on white: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#be04df on black: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green1.6%
Blue87.5%
CMYK percentages
Cyan14.8%
Magenta98.2%
Yellow0.0%
Key (black)12.5%
Color previews
#be04df text on a black background
contrast 4.27:1
Card sample
#be04df text on a white background
contrast 4.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #be04df;
Background color
Panel with #be04df background
background-color: #be04df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #be04df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 4, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 4, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #be04df; background: linear-gradient(135deg, #be04df, #DF046E);