#b84621
a dark, vivid red · warm · closest name: firebrick
RGB
184, 70, 33
HSL
15°, 70%, 43%
CMYK
0, 62, 82, 28
Luminance
0.1468
Every format
| HEX | #b84621 |
| RGB | rgb(184, 70, 33) |
| HSL | hsl(15, 70%, 43%) |
| CMYK | cmyk(0%, 62%, 82%, 28%) |
| LAB | lab(45.2 44.3 44.4) |
| LCH | lch(45.2 62.7 45.1) |
| OKLCH | oklch(0.544 0.156 37.6) |
Copy-ready code
/* CSS */
color: #b84621;
background-color: #b84621;
/* Tailwind (arbitrary) */
class="text-[#b84621] bg-[#b84621]"
/* SCSS */
$brand: #b84621;
/* SwiftUI */
Color(red: 0.722, green: 0.275, blue: 0.129)
/* Android */
Color.parseColor("#b84621")Accessibility — WCAG contrast
Aa
#b84621 on white: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b84621 on black: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green27.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta62.0%
Yellow82.1%
Key (black)27.8%
Color previews
#b84621 text on a black background
contrast 3.94:1
Card sample
#b84621 text on a white background
contrast 5.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b84621;
Background color
Panel with #b84621 background
background-color: #b84621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b84621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 70, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 70, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b84621; background: linear-gradient(135deg, #b84621, #B8AA21);