#be0521
a dark, electric red · warm · closest name: firebrick
RGB
190, 5, 33
HSL
351°, 95%, 38%
CMYK
0, 97, 83, 26
Luminance
0.1117
Every format
| HEX | #be0521 |
| RGB | rgb(190, 5, 33) |
| HSL | hsl(351, 95%, 38%) |
| CMYK | cmyk(0%, 97%, 83%, 26%) |
| LAB | lab(39.9 64.2 39.8) |
| LCH | lch(39.9 75.5 31.8) |
| OKLCH | oklch(0.507 0.203 24.5) |
Copy-ready code
/* CSS */
color: #be0521;
background-color: #be0521;
/* Tailwind (arbitrary) */
class="text-[#be0521] bg-[#be0521]"
/* SCSS */
$brand: #be0521;
/* SwiftUI */
Color(red: 0.745, green: 0.020, blue: 0.129)
/* Android */
Color.parseColor("#be0521")Accessibility — WCAG contrast
Aa
#be0521 on white: 6.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#be0521 on black: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green2.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta97.4%
Yellow82.6%
Key (black)25.5%
Color previews
#be0521 text on a black background
contrast 3.23:1
Card sample
#be0521 text on a white background
contrast 6.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #be0521;
Background color
Panel with #be0521 background
background-color: #be0521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #be0521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 5, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 5, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #be0521; background: linear-gradient(135deg, #be0521, #BE6405);