#b82f13
a dark, electric red · warm · closest name: firebrick
RGB
184, 47, 19
HSL
10°, 81%, 40%
CMYK
0, 75, 90, 28
Luminance
0.1227
Every format
| HEX | #b82f13 |
| RGB | rgb(184, 47, 19) |
| HSL | hsl(10, 81%, 40%) |
| CMYK | cmyk(0%, 75%, 90%, 28%) |
| LAB | lab(41.6 53.3 47.7) |
| LCH | lch(41.6 71.5 41.8) |
| OKLCH | oklch(0.517 0.178 33.0) |
Copy-ready code
/* CSS */
color: #b82f13;
background-color: #b82f13;
/* Tailwind (arbitrary) */
class="text-[#b82f13] bg-[#b82f13]"
/* SCSS */
$brand: #b82f13;
/* SwiftUI */
Color(red: 0.722, green: 0.184, blue: 0.075)
/* Android */
Color.parseColor("#b82f13")Accessibility — WCAG contrast
Aa
#b82f13 on white: 6.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b82f13 on black: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green18.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta74.5%
Yellow89.7%
Key (black)27.8%
Color previews
#b82f13 text on a black background
contrast 3.45:1
Card sample
#b82f13 text on a white background
contrast 6.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b82f13;
Background color
Panel with #b82f13 background
background-color: #b82f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b82f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 47, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 47, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b82f13; background: linear-gradient(135deg, #b82f13, #B89D13);