#b62921
a dark, vivid red · warm · closest name: firebrick
RGB
182, 41, 33
HSL
3°, 69%, 42%
CMYK
0, 78, 82, 29
Luminance
0.1164
Every format
| HEX | #b62921 |
| RGB | rgb(182, 41, 33) |
| HSL | hsl(3, 69%, 42%) |
| CMYK | cmyk(0%, 78%, 82%, 29%) |
| LAB | lab(40.6 55.0 40.0) |
| LCH | lch(40.6 68.0 36.0) |
| OKLCH | oklch(0.509 0.179 28.6) |
Copy-ready code
/* CSS */
color: #b62921;
background-color: #b62921;
/* Tailwind (arbitrary) */
class="text-[#b62921] bg-[#b62921]"
/* SCSS */
$brand: #b62921;
/* SwiftUI */
Color(red: 0.714, green: 0.161, blue: 0.129)
/* Android */
Color.parseColor("#b62921")Accessibility — WCAG contrast
Aa
#b62921 on white: 6.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b62921 on black: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green16.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta77.5%
Yellow81.9%
Key (black)28.6%
Color previews
#b62921 text on a black background
contrast 3.33:1
Card sample
#b62921 text on a white background
contrast 6.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b62921;
Background color
Panel with #b62921 background
background-color: #b62921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b62921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 41, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 41, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b62921; background: linear-gradient(135deg, #b62921, #B68C21);