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