#be00be
a dark, electric magenta / pink · warm · closest name: magenta
RGB
190, 0, 190
HSL
300°, 100%, 37%
CMYK
0, 100, 0, 26
Luminance
0.1466
Every format
| HEX | #be00be |
| RGB | rgb(190, 0, 190) |
| HSL | hsl(300, 100%, 37%) |
| CMYK | cmyk(0%, 100%, 0%, 26%) |
| LAB | lab(45.2 78.7 -48.8) |
| LCH | lch(45.2 92.6 328.2) |
| OKLCH | oklch(0.562 0.259 328.4) |
Copy-ready code
/* CSS */
color: #be00be;
background-color: #be00be;
/* Tailwind (arbitrary) */
class="text-[#be00be] bg-[#be00be]"
/* SCSS */
$brand: #be00be;
/* SwiftUI */
Color(red: 0.745, green: 0.000, blue: 0.745)
/* Android */
Color.parseColor("#be00be")Accessibility — WCAG contrast
Aa
#be00be on white: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#be00be on black: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green0.0%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow0.0%
Key (black)25.5%
Color previews
#be00be text on a black background
contrast 3.93:1
Card sample
#be00be text on a white background
contrast 5.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #be00be;
Background color
Panel with #be00be background
background-color: #be00be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #be00be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 0, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 0, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #be00be; background: linear-gradient(135deg, #be00be, #BE003F);