#b82f21
a dark, vivid red · warm · closest name: firebrick
RGB
184, 47, 33
HSL
6°, 70%, 43%
CMYK
0, 75, 82, 28
Luminance
0.1233
Every format
| HEX | #b82f21 |
| RGB | rgb(184, 47, 33) |
| HSL | hsl(6, 70%, 43%) |
| CMYK | cmyk(0%, 75%, 82%, 28%) |
| LAB | lab(41.8 53.7 41.2) |
| LCH | lch(41.8 67.6 37.5) |
| OKLCH | oklch(0.518 0.176 30.0) |
Copy-ready code
/* CSS */
color: #b82f21;
background-color: #b82f21;
/* Tailwind (arbitrary) */
class="text-[#b82f21] bg-[#b82f21]"
/* SCSS */
$brand: #b82f21;
/* SwiftUI */
Color(red: 0.722, green: 0.184, blue: 0.129)
/* Android */
Color.parseColor("#b82f21")Accessibility — WCAG contrast
Aa
#b82f21 on white: 6.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b82f21 on black: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green18.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta74.5%
Yellow82.1%
Key (black)27.8%
Color previews
#b82f21 text on a black background
contrast 3.47:1
Card sample
#b82f21 text on a white background
contrast 6.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b82f21;
Background color
Panel with #b82f21 background
background-color: #b82f21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b82f21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 47, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 47, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b82f21; background: linear-gradient(135deg, #b82f21, #B89421);