#b54a21
a dark, vivid orange · warm · closest name: sienna
RGB
181, 74, 33
HSL
17°, 69%, 42%
CMYK
0, 59, 82, 29
Luminance
0.1483
Every format
| HEX | #b54a21 |
| RGB | rgb(181, 74, 33) |
| HSL | hsl(17, 69%, 42%) |
| CMYK | cmyk(0%, 59%, 82%, 29%) |
| LAB | lab(45.4 41.3 44.4) |
| LCH | lch(45.4 60.7 47.1) |
| OKLCH | oklch(0.545 0.149 39.8) |
Copy-ready code
/* CSS */
color: #b54a21;
background-color: #b54a21;
/* Tailwind (arbitrary) */
class="text-[#b54a21] bg-[#b54a21]"
/* SCSS */
$brand: #b54a21;
/* SwiftUI */
Color(red: 0.710, green: 0.290, blue: 0.129)
/* Android */
Color.parseColor("#b54a21")Accessibility — WCAG contrast
Aa
#b54a21 on white: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b54a21 on black: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green29.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta59.1%
Yellow81.8%
Key (black)29.0%
Color previews
#b54a21 text on a black background
contrast 3.97:1
Card sample
#b54a21 text on a white background
contrast 5.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b54a21;
Background color
Panel with #b54a21 background
background-color: #b54a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b54a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 74, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 74, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b54a21; background: linear-gradient(135deg, #b54a21, #B5AD21);