#be373c
a balanced, vivid red · warm · closest name: firebrick
RGB
190, 55, 60
HSL
358°, 55%, 48%
CMYK
0, 71, 68, 26
Luminance
0.1401
Every format
| HEX | #be373c |
| RGB | rgb(190, 55, 60) |
| HSL | hsl(358, 55%, 48%) |
| CMYK | cmyk(0%, 71%, 68%, 26%) |
| LAB | lab(44.3 53.8 28.9) |
| LCH | lch(44.3 61.0 28.2) |
| OKLCH | oklch(0.540 0.171 23.1) |
Copy-ready code
/* CSS */
color: #be373c;
background-color: #be373c;
/* Tailwind (arbitrary) */
class="text-[#be373c] bg-[#be373c]"
/* SCSS */
$brand: #be373c;
/* SwiftUI */
Color(red: 0.745, green: 0.216, blue: 0.235)
/* Android */
Color.parseColor("#be373c")Accessibility — WCAG contrast
Aa
#be373c on white: 5.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#be373c on black: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green21.6%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta71.1%
Yellow68.4%
Key (black)25.5%
Color previews
#be373c text on a black background
contrast 3.80:1
Card sample
#be373c text on a white background
contrast 5.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #be373c;
Background color
Panel with #be373c background
background-color: #be373c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #be373c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 55, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 55, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #be373c; background: linear-gradient(135deg, #be373c, #BE8C37);