#be3021
a dark, vivid red · warm · closest name: firebrick
RGB
190, 48, 33
HSL
6°, 70%, 44%
CMYK
0, 75, 83, 26
Luminance
0.1317
Every format
| HEX | #be3021 |
| RGB | rgb(190, 48, 33) |
| HSL | hsl(6, 70%, 44%) |
| CMYK | cmyk(0%, 75%, 83%, 26%) |
| LAB | lab(43.0 55.2 42.8) |
| LCH | lch(43.0 69.8 37.8) |
| OKLCH | oklch(0.530 0.181 30.1) |
Copy-ready code
/* CSS */
color: #be3021;
background-color: #be3021;
/* Tailwind (arbitrary) */
class="text-[#be3021] bg-[#be3021]"
/* SCSS */
$brand: #be3021;
/* SwiftUI */
Color(red: 0.745, green: 0.188, blue: 0.129)
/* Android */
Color.parseColor("#be3021")Accessibility — WCAG contrast
Aa
#be3021 on white: 5.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#be3021 on black: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green18.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta74.7%
Yellow82.6%
Key (black)25.5%
Color previews
#be3021 text on a black background
contrast 3.63:1
Card sample
#be3021 text on a white background
contrast 5.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #be3021;
Background color
Panel with #be3021 background
background-color: #be3021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #be3021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 48, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 48, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #be3021; background: linear-gradient(135deg, #be3021, #BE9821);