#b62421
a dark, vivid red · warm · “firebrick”
RGB
182, 36, 33
HSL
1°, 69%, 42%
CMYK
0, 80, 82, 29
Luminance
0.1132
Every format
| HEX | #b62421 |
| RGB | rgb(182, 36, 33) |
| HSL | hsl(1, 69%, 42%) |
| CMYK | cmyk(0%, 80%, 82%, 29%) |
| LAB | lab(40.1 56.5 39.5) |
| LCH | lch(40.1 68.9 34.9) |
| OKLCH | oklch(0.506 0.182 27.5) |
Copy-ready code
/* CSS */
color: #b62421;
background-color: #b62421;
/* Tailwind (arbitrary) */
class="text-[#b62421] bg-[#b62421]"
/* SCSS */
$brand: #b62421;
/* SwiftUI */
Color(red: 0.714, green: 0.141, blue: 0.129)
/* Android */
Color.parseColor("#b62421")Accessibility — WCAG contrast
Aa
#b62421 on white: 6.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b62421 on black: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green14.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta80.2%
Yellow81.9%
Key (black)28.6%
Color previews
#b62421 text on a black background
contrast 3.26:1
Card sample
#b62421 text on a white background
contrast 6.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b62421;
Background color
Panel with #b62421 background
background-color: #b62421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b62421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 36, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 36, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b62421; background: linear-gradient(135deg, #b62421, #B68721);