#b43e21
a dark, vivid red · warm · closest name: firebrick
RGB
180, 62, 33
HSL
12°, 69%, 42%
CMYK
0, 66, 82, 29
Luminance
0.1326
Every format
| HEX | #b43e21 |
| RGB | rgb(180, 62, 33) |
| HSL | hsl(12, 69%, 42%) |
| CMYK | cmyk(0%, 66%, 82%, 29%) |
| LAB | lab(43.1 46.4 42.3) |
| LCH | lch(43.1 62.8 42.3) |
| OKLCH | oklch(0.528 0.159 34.8) |
Copy-ready code
/* CSS */
color: #b43e21;
background-color: #b43e21;
/* Tailwind (arbitrary) */
class="text-[#b43e21] bg-[#b43e21]"
/* SCSS */
$brand: #b43e21;
/* SwiftUI */
Color(red: 0.706, green: 0.243, blue: 0.129)
/* Android */
Color.parseColor("#b43e21")Accessibility — WCAG contrast
Aa
#b43e21 on white: 5.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b43e21 on black: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green24.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta65.6%
Yellow81.7%
Key (black)29.4%
Color previews
#b43e21 text on a black background
contrast 3.65:1
Card sample
#b43e21 text on a white background
contrast 5.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b43e21;
Background color
Panel with #b43e21 background
background-color: #b43e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b43e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 62, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 62, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b43e21; background: linear-gradient(135deg, #b43e21, #B4A021);