#be0e4f
a dark, electric magenta / pink · warm · closest name: crimson
RGB
190, 14, 79
HSL
338°, 86%, 40%
CMYK
0, 93, 58, 26
Luminance
0.1183
Every format
| HEX | #be0e4f |
| RGB | rgb(190, 14, 79) |
| HSL | hsl(338, 86%, 40%) |
| CMYK | cmyk(0%, 93%, 58%, 26%) |
| LAB | lab(40.9 65.3 12.8) |
| LCH | lch(40.9 66.5 11.1) |
| OKLCH | oklch(0.517 0.201 9.2) |
Copy-ready code
/* CSS */
color: #be0e4f;
background-color: #be0e4f;
/* Tailwind (arbitrary) */
class="text-[#be0e4f] bg-[#be0e4f]"
/* SCSS */
$brand: #be0e4f;
/* SwiftUI */
Color(red: 0.745, green: 0.055, blue: 0.310)
/* Android */
Color.parseColor("#be0e4f")Accessibility — WCAG contrast
Aa
#be0e4f on white: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#be0e4f on black: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green5.5%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta92.6%
Yellow58.4%
Key (black)25.5%
Color previews
#be0e4f text on a black background
contrast 3.37:1
Card sample
#be0e4f text on a white background
contrast 6.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #be0e4f;
Background color
Panel with #be0e4f background
background-color: #be0e4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #be0e4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 14, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 14, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #be0e4f; background: linear-gradient(135deg, #be0e4f, #BE420E);