#b84c2f
a balanced, vivid red · warm · closest name: sienna
RGB
184, 76, 47
HSL
13°, 59%, 45%
CMYK
0, 59, 75, 28
Luminance
0.1556
Every format
| HEX | #b84c2f |
| RGB | rgb(184, 76, 47) |
| HSL | hsl(13, 59%, 45%) |
| CMYK | cmyk(0%, 59%, 75%, 28%) |
| LAB | lab(46.4 42.0 38.5) |
| LCH | lch(46.4 57.0 42.5) |
| OKLCH | oklch(0.554 0.147 35.9) |
Copy-ready code
/* CSS */
color: #b84c2f;
background-color: #b84c2f;
/* Tailwind (arbitrary) */
class="text-[#b84c2f] bg-[#b84c2f]"
/* SCSS */
$brand: #b84c2f;
/* SwiftUI */
Color(red: 0.722, green: 0.298, blue: 0.184)
/* Android */
Color.parseColor("#b84c2f")Accessibility — WCAG contrast
Aa
#b84c2f on white: 5.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b84c2f on black: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green29.8%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta58.7%
Yellow74.5%
Key (black)27.8%
Color previews
#b84c2f text on a black background
contrast 4.11:1
Card sample
#b84c2f text on a white background
contrast 5.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b84c2f;
Background color
Panel with #b84c2f background
background-color: #b84c2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b84c2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 76, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 76, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b84c2f; background: linear-gradient(135deg, #b84c2f, #B8A72F);