#be104f
a dark, electric magenta / pink · warm · closest name: crimson
RGB
190, 16, 79
HSL
338°, 85%, 40%
CMYK
0, 92, 58, 26
Luminance
0.1188
Every format
| HEX | #be104f |
| RGB | rgb(190, 16, 79) |
| HSL | hsl(338, 85%, 40%) |
| CMYK | cmyk(0%, 92%, 58%, 26%) |
| LAB | lab(41.0 65.0 12.9) |
| LCH | lch(41.0 66.3 11.2) |
| OKLCH | oklch(0.518 0.200 9.3) |
Copy-ready code
/* CSS */
color: #be104f;
background-color: #be104f;
/* Tailwind (arbitrary) */
class="text-[#be104f] bg-[#be104f]"
/* SCSS */
$brand: #be104f;
/* SwiftUI */
Color(red: 0.745, green: 0.063, blue: 0.310)
/* Android */
Color.parseColor("#be104f")Accessibility — WCAG contrast
Aa
#be104f on white: 6.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#be104f on black: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green6.3%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta91.6%
Yellow58.4%
Key (black)25.5%
Color previews
#be104f text on a black background
contrast 3.38:1
Card sample
#be104f text on a white background
contrast 6.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #be104f;
Background color
Panel with #be104f background
background-color: #be104f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #be104f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 16, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 16, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #be104f; background: linear-gradient(135deg, #be104f, #BE4510);