#b82914
a dark, electric red · warm · closest name: firebrick
RGB
184, 41, 20
HSL
8°, 80%, 40%
CMYK
0, 78, 89, 28
Luminance
0.1183
Every format
| HEX | #b82914 |
| RGB | rgb(184, 41, 20) |
| HSL | hsl(8, 80%, 40%) |
| CMYK | cmyk(0%, 78%, 89%, 28%) |
| LAB | lab(40.9 55.3 46.7) |
| LCH | lch(40.9 72.4 40.2) |
| OKLCH | oklch(0.512 0.182 31.4) |
Copy-ready code
/* CSS */
color: #b82914;
background-color: #b82914;
/* Tailwind (arbitrary) */
class="text-[#b82914] bg-[#b82914]"
/* SCSS */
$brand: #b82914;
/* SwiftUI */
Color(red: 0.722, green: 0.161, blue: 0.078)
/* Android */
Color.parseColor("#b82914")Accessibility — WCAG contrast
Aa
#b82914 on white: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b82914 on black: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green16.1%
Blue7.8%
CMYK percentages
Cyan0.0%
Magenta77.7%
Yellow89.1%
Key (black)27.8%
Color previews
#b82914 text on a black background
contrast 3.37:1
Card sample
#b82914 text on a white background
contrast 6.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b82914;
Background color
Panel with #b82914 background
background-color: #b82914;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b82914;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 41, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 41, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b82914; background: linear-gradient(135deg, #b82914, #B89614);