#be4730
a balanced, vivid red · warm · closest name: firebrick
RGB
190, 71, 48
HSL
10°, 60%, 47%
CMYK
0, 63, 75, 26
Luminance
0.1567
Every format
| HEX | #be4730 |
| RGB | rgb(190, 71, 48) |
| HSL | hsl(10, 60%, 47%) |
| CMYK | cmyk(0%, 63%, 75%, 26%) |
| LAB | lab(46.5 46.6 38.4) |
| LCH | lch(46.5 60.4 39.5) |
| OKLCH | oklch(0.557 0.158 32.9) |
Copy-ready code
/* CSS */
color: #be4730;
background-color: #be4730;
/* Tailwind (arbitrary) */
class="text-[#be4730] bg-[#be4730]"
/* SCSS */
$brand: #be4730;
/* SwiftUI */
Color(red: 0.745, green: 0.278, blue: 0.188)
/* Android */
Color.parseColor("#be4730")Accessibility — WCAG contrast
Aa
#be4730 on white: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#be4730 on black: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green27.8%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta62.6%
Yellow74.7%
Key (black)25.5%
Color previews
#be4730 text on a black background
contrast 4.13:1
Card sample
#be4730 text on a white background
contrast 5.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #be4730;
Background color
Panel with #be4730 background
background-color: #be4730;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #be4730;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 71, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 71, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #be4730; background: linear-gradient(135deg, #be4730, #BEA630);