#b83921
a dark, vivid red · warm · closest name: firebrick
RGB
184, 57, 33
HSL
10°, 70%, 43%
CMYK
0, 69, 82, 28
Luminance
0.1323
Every format
| HEX | #b83921 |
| RGB | rgb(184, 57, 33) |
| HSL | hsl(10, 70%, 43%) |
| CMYK | cmyk(0%, 69%, 82%, 28%) |
| LAB | lab(43.1 49.9 42.5) |
| LCH | lch(43.1 65.5 40.4) |
| OKLCH | oklch(0.529 0.168 32.8) |
Copy-ready code
/* CSS */
color: #b83921;
background-color: #b83921;
/* Tailwind (arbitrary) */
class="text-[#b83921] bg-[#b83921]"
/* SCSS */
$brand: #b83921;
/* SwiftUI */
Color(red: 0.722, green: 0.224, blue: 0.129)
/* Android */
Color.parseColor("#b83921")Accessibility — WCAG contrast
Aa
#b83921 on white: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b83921 on black: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green22.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta69.0%
Yellow82.1%
Key (black)27.8%
Color previews
#b83921 text on a black background
contrast 3.65:1
Card sample
#b83921 text on a white background
contrast 5.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b83921;
Background color
Panel with #b83921 background
background-color: #b83921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b83921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 57, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 57, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b83921; background: linear-gradient(135deg, #b83921, #B89D21);