#b82821
a dark, vivid red · warm · closest name: firebrick
RGB
184, 40, 33
HSL
3°, 70%, 43%
CMYK
0, 78, 82, 28
Luminance
0.1182
Every format
| HEX | #b82821 |
| RGB | rgb(184, 40, 33) |
| HSL | hsl(3, 70%, 43%) |
| CMYK | cmyk(0%, 78%, 82%, 28%) |
| LAB | lab(40.9 55.9 40.4) |
| LCH | lch(40.9 69.0 35.8) |
| OKLCH | oklch(0.512 0.181 28.4) |
Copy-ready code
/* CSS */
color: #b82821;
background-color: #b82821;
/* Tailwind (arbitrary) */
class="text-[#b82821] bg-[#b82821]"
/* SCSS */
$brand: #b82821;
/* SwiftUI */
Color(red: 0.722, green: 0.157, blue: 0.129)
/* Android */
Color.parseColor("#b82821")Accessibility — WCAG contrast
Aa
#b82821 on white: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b82821 on black: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green15.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta78.3%
Yellow82.1%
Key (black)27.8%
Color previews
#b82821 text on a black background
contrast 3.36:1
Card sample
#b82821 text on a white background
contrast 6.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b82821;
Background color
Panel with #b82821 background
background-color: #b82821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b82821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 40, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 40, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b82821; background: linear-gradient(135deg, #b82821, #B88D21);