#b85e34
a balanced, vivid orange · warm · closest name: sienna
RGB
184, 94, 52
HSL
19°, 56%, 46%
CMYK
0, 49, 72, 28
Luminance
0.1844
Every format
| HEX | #b85e34 |
| RGB | rgb(184, 94, 52) |
| HSL | hsl(19, 56%, 46%) |
| CMYK | cmyk(0%, 49%, 72%, 28%) |
| LAB | lab(50.0 33.1 39.8) |
| LCH | lch(50.0 51.8 50.2) |
| OKLCH | oklch(0.582 0.129 44.2) |
Copy-ready code
/* CSS */
color: #b85e34;
background-color: #b85e34;
/* Tailwind (arbitrary) */
class="text-[#b85e34] bg-[#b85e34]"
/* SCSS */
$brand: #b85e34;
/* SwiftUI */
Color(red: 0.722, green: 0.369, blue: 0.204)
/* Android */
Color.parseColor("#b85e34")Accessibility — WCAG contrast
Aa
#b85e34 on white: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b85e34 on black: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green36.9%
Blue20.4%
CMYK percentages
Cyan0.0%
Magenta48.9%
Yellow71.7%
Key (black)27.8%
Color previews
#b85e34 text on a black background
contrast 4.69:1
Card sample
#b85e34 text on a white background
contrast 4.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b85e34;
Background color
Panel with #b85e34 background
background-color: #b85e34;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b85e34;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 94, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 94, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b85e34; background: linear-gradient(135deg, #b85e34, #B8B634);