#be1847
a dark, electric magenta / pink · warm · closest name: crimson
RGB
190, 24, 71
HSL
343°, 78%, 42%
CMYK
0, 87, 63, 26
Luminance
0.1206
Every format
| HEX | #be1847 |
| RGB | rgb(190, 24, 71) |
| HSL | hsl(343, 78%, 42%) |
| CMYK | cmyk(0%, 87%, 63%, 26%) |
| LAB | lab(41.3 63.2 18.3) |
| LCH | lch(41.3 65.8 16.2) |
| OKLCH | oklch(0.519 0.195 13.2) |
Copy-ready code
/* CSS */
color: #be1847;
background-color: #be1847;
/* Tailwind (arbitrary) */
class="text-[#be1847] bg-[#be1847]"
/* SCSS */
$brand: #be1847;
/* SwiftUI */
Color(red: 0.745, green: 0.094, blue: 0.278)
/* Android */
Color.parseColor("#be1847")Accessibility — WCAG contrast
Aa
#be1847 on white: 6.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#be1847 on black: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green9.4%
Blue27.8%
CMYK percentages
Cyan0.0%
Magenta87.4%
Yellow62.6%
Key (black)25.5%
Color previews
#be1847 text on a black background
contrast 3.41:1
Card sample
#be1847 text on a white background
contrast 6.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #be1847;
Background color
Panel with #be1847 background
background-color: #be1847;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #be1847;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 24, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 24, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #be1847; background: linear-gradient(135deg, #be1847, #BE5818);