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