#b74821
a dark, vivid orange · warm · closest name: firebrick
RGB
183, 72, 33
HSL
16°, 69%, 42%
CMYK
0, 61, 82, 28
Luminance
0.1481
Every format
| HEX | #b74821 |
| RGB | rgb(183, 72, 33) |
| HSL | hsl(16, 69%, 42%) |
| CMYK | cmyk(0%, 61%, 82%, 28%) |
| LAB | lab(45.4 43.0 44.5) |
| LCH | lch(45.4 61.9 46.0) |
| OKLCH | oklch(0.545 0.153 38.6) |
Copy-ready code
/* CSS */
color: #b74821;
background-color: #b74821;
/* Tailwind (arbitrary) */
class="text-[#b74821] bg-[#b74821]"
/* SCSS */
$brand: #b74821;
/* SwiftUI */
Color(red: 0.718, green: 0.282, blue: 0.129)
/* Android */
Color.parseColor("#b74821")Accessibility — WCAG contrast
Aa
#b74821 on white: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b74821 on black: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green28.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta60.7%
Yellow82.0%
Key (black)28.2%
Color previews
#b74821 text on a black background
contrast 3.96:1
Card sample
#b74821 text on a white background
contrast 5.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b74821;
Background color
Panel with #b74821 background
background-color: #b74821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b74821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 72, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 72, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b74821; background: linear-gradient(135deg, #b74821, #B7AC21);