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