#b54621
a dark, vivid orange · warm · closest name: firebrick
RGB
181, 70, 33
HSL
15°, 69%, 42%
CMYK
0, 61, 82, 29
Luminance
0.1431
Every format
| HEX | #b54621 |
| RGB | rgb(181, 70, 33) |
| HSL | hsl(15, 69%, 42%) |
| CMYK | cmyk(0%, 61%, 82%, 29%) |
| LAB | lab(44.7 43.2 43.8) |
| LCH | lch(44.7 61.5 45.4) |
| OKLCH | oklch(0.539 0.153 38.0) |
Copy-ready code
/* CSS */
color: #b54621;
background-color: #b54621;
/* Tailwind (arbitrary) */
class="text-[#b54621] bg-[#b54621]"
/* SCSS */
$brand: #b54621;
/* SwiftUI */
Color(red: 0.710, green: 0.275, blue: 0.129)
/* Android */
Color.parseColor("#b54621")Accessibility — WCAG contrast
Aa
#b54621 on white: 5.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b54621 on black: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green27.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta61.3%
Yellow81.8%
Key (black)29.0%
Color previews
#b54621 text on a black background
contrast 3.86:1
Card sample
#b54621 text on a white background
contrast 5.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b54621;
Background color
Panel with #b54621 background
background-color: #b54621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b54621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 70, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 70, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b54621; background: linear-gradient(135deg, #b54621, #B5A921);