#b42e21
a dark, vivid red · warm · closest name: firebrick
RGB
180, 46, 33
HSL
5°, 69%, 42%
CMYK
0, 74, 82, 29
Luminance
0.1177
Every format
| HEX | #b42e21 |
| RGB | rgb(180, 46, 33) |
| HSL | hsl(5, 69%, 42%) |
| CMYK | cmyk(0%, 74%, 82%, 29%) |
| LAB | lab(40.9 52.7 40.0) |
| LCH | lch(40.9 66.2 37.2) |
| OKLCH | oklch(0.510 0.173 29.8) |
Copy-ready code
/* CSS */
color: #b42e21;
background-color: #b42e21;
/* Tailwind (arbitrary) */
class="text-[#b42e21] bg-[#b42e21]"
/* SCSS */
$brand: #b42e21;
/* SwiftUI */
Color(red: 0.706, green: 0.180, blue: 0.129)
/* Android */
Color.parseColor("#b42e21")Accessibility — WCAG contrast
Aa
#b42e21 on white: 6.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b42e21 on black: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green18.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta74.4%
Yellow81.7%
Key (black)29.4%
Color previews
#b42e21 text on a black background
contrast 3.35:1
Card sample
#b42e21 text on a white background
contrast 6.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b42e21;
Background color
Panel with #b42e21 background
background-color: #b42e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b42e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 46, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 46, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b42e21; background: linear-gradient(135deg, #b42e21, #B49021);