#b83721
a dark, vivid red · warm · closest name: firebrick
RGB
184, 55, 33
HSL
9°, 70%, 43%
CMYK
0, 70, 82, 28
Luminance
0.1303
Every format
| HEX | #b83721 |
| RGB | rgb(184, 55, 33) |
| HSL | hsl(9, 70%, 43%) |
| CMYK | cmyk(0%, 70%, 82%, 28%) |
| LAB | lab(42.8 50.7 42.2) |
| LCH | lch(42.8 66.0 39.8) |
| OKLCH | oklch(0.526 0.169 32.2) |
Copy-ready code
/* CSS */
color: #b83721;
background-color: #b83721;
/* Tailwind (arbitrary) */
class="text-[#b83721] bg-[#b83721]"
/* SCSS */
$brand: #b83721;
/* SwiftUI */
Color(red: 0.722, green: 0.216, blue: 0.129)
/* Android */
Color.parseColor("#b83721")Accessibility — WCAG contrast
Aa
#b83721 on white: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b83721 on black: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green21.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta70.1%
Yellow82.1%
Key (black)27.8%
Color previews
#b83721 text on a black background
contrast 3.61:1
Card sample
#b83721 text on a white background
contrast 5.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b83721;
Background color
Panel with #b83721 background
background-color: #b83721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b83721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 55, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 55, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b83721; background: linear-gradient(135deg, #b83721, #B89B21);