#be3421
a dark, vivid red · warm · closest name: firebrick
RGB
190, 52, 33
HSL
7°, 70%, 44%
CMYK
0, 73, 83, 26
Luminance
0.1351
Every format
| HEX | #be3421 |
| RGB | rgb(190, 52, 33) |
| HSL | hsl(7, 70%, 44%) |
| CMYK | cmyk(0%, 73%, 83%, 26%) |
| LAB | lab(43.5 53.8 43.3) |
| LCH | lch(43.5 69.0 38.8) |
| OKLCH | oklch(0.534 0.178 31.1) |
Copy-ready code
/* CSS */
color: #be3421;
background-color: #be3421;
/* Tailwind (arbitrary) */
class="text-[#be3421] bg-[#be3421]"
/* SCSS */
$brand: #be3421;
/* SwiftUI */
Color(red: 0.745, green: 0.204, blue: 0.129)
/* Android */
Color.parseColor("#be3421")Accessibility — WCAG contrast
Aa
#be3421 on white: 5.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#be3421 on black: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green20.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta72.6%
Yellow82.6%
Key (black)25.5%
Color previews
#be3421 text on a black background
contrast 3.70:1
Card sample
#be3421 text on a white background
contrast 5.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #be3421;
Background color
Panel with #be3421 background
background-color: #be3421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #be3421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 52, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 52, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #be3421; background: linear-gradient(135deg, #be3421, #BE9D21);