#b85f2f
a balanced, vivid orange · warm · closest name: sienna
RGB
184, 95, 47
HSL
21°, 59%, 45%
CMYK
0, 48, 75, 28
Luminance
0.1858
Every format
| HEX | #b85f2f |
| RGB | rgb(184, 95, 47) |
| HSL | hsl(21, 59%, 45%) |
| CMYK | cmyk(0%, 48%, 75%, 28%) |
| LAB | lab(50.2 32.3 42.5) |
| LCH | lch(50.2 53.5 52.8) |
| OKLCH | oklch(0.583 0.130 46.7) |
Copy-ready code
/* CSS */
color: #b85f2f;
background-color: #b85f2f;
/* Tailwind (arbitrary) */
class="text-[#b85f2f] bg-[#b85f2f]"
/* SCSS */
$brand: #b85f2f;
/* SwiftUI */
Color(red: 0.722, green: 0.373, blue: 0.184)
/* Android */
Color.parseColor("#b85f2f")Accessibility — WCAG contrast
Aa
#b85f2f on white: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b85f2f on black: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green37.3%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta48.4%
Yellow74.5%
Key (black)27.8%
Color previews
#b85f2f text on a black background
contrast 4.72:1
Card sample
#b85f2f text on a white background
contrast 4.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b85f2f;
Background color
Panel with #b85f2f background
background-color: #b85f2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b85f2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 95, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 95, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b85f2f; background: linear-gradient(135deg, #b85f2f, #B6B82F);