#be185f
a dark, electric magenta / pink · warm · closest name: crimson
RGB
190, 24, 95
HSL
334°, 78%, 42%
CMYK
0, 87, 50, 26
Luminance
0.1243
Every format
| HEX | #be185f |
| RGB | rgb(190, 24, 95) |
| HSL | hsl(334, 78%, 42%) |
| CMYK | cmyk(0%, 87%, 50%, 26%) |
| LAB | lab(41.9 64.9 4.0) |
| LCH | lch(41.9 65.0 3.5) |
| OKLCH | oklch(0.525 0.200 3.1) |
Copy-ready code
/* CSS */
color: #be185f;
background-color: #be185f;
/* Tailwind (arbitrary) */
class="text-[#be185f] bg-[#be185f]"
/* SCSS */
$brand: #be185f;
/* SwiftUI */
Color(red: 0.745, green: 0.094, blue: 0.373)
/* Android */
Color.parseColor("#be185f")Accessibility — WCAG contrast
Aa
#be185f on white: 6.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#be185f on black: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green9.4%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta87.4%
Yellow50.0%
Key (black)25.5%
Color previews
#be185f text on a black background
contrast 3.49:1
Card sample
#be185f text on a white background
contrast 6.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #be185f;
Background color
Panel with #be185f background
background-color: #be185f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #be185f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 24, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 24, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #be185f; background: linear-gradient(135deg, #be185f, #BE4018);