#b54821
a dark, vivid orange · warm · closest name: sienna
RGB
181, 72, 33
HSL
16°, 69%, 42%
CMYK
0, 60, 82, 29
Luminance
0.1457
Every format
| HEX | #b54821 |
| RGB | rgb(181, 72, 33) |
| HSL | hsl(16, 69%, 42%) |
| CMYK | cmyk(0%, 60%, 82%, 29%) |
| LAB | lab(45.0 42.3 44.1) |
| LCH | lch(45.0 61.1 46.2) |
| OKLCH | oklch(0.542 0.151 38.9) |
Copy-ready code
/* CSS */
color: #b54821;
background-color: #b54821;
/* Tailwind (arbitrary) */
class="text-[#b54821] bg-[#b54821]"
/* SCSS */
$brand: #b54821;
/* SwiftUI */
Color(red: 0.710, green: 0.282, blue: 0.129)
/* Android */
Color.parseColor("#b54821")Accessibility — WCAG contrast
Aa
#b54821 on white: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b54821 on black: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green28.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta60.2%
Yellow81.8%
Key (black)29.0%
Color previews
#b54821 text on a black background
contrast 3.91:1
Card sample
#b54821 text on a white background
contrast 5.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b54821;
Background color
Panel with #b54821 background
background-color: #b54821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b54821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 72, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 72, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b54821; background: linear-gradient(135deg, #b54821, #B5AB21);