#844f2f
a dark, vivid orange · warm · closest name: sienna
RGB
132, 79, 47
HSL
23°, 48%, 35%
CMYK
0, 40, 64, 48
Luminance
0.1070
Every format
| HEX | #844f2f |
| RGB | rgb(132, 79, 47) |
| HSL | hsl(23, 48%, 35%) |
| CMYK | cmyk(0%, 40%, 64%, 48%) |
| LAB | lab(39.1 19.1 28.0) |
| LCH | lch(39.1 33.9 55.8) |
| OKLCH | oklch(0.482 0.085 50.7) |
Copy-ready code
/* CSS */
color: #844f2f;
background-color: #844f2f;
/* Tailwind (arbitrary) */
class="text-[#844f2f] bg-[#844f2f]"
/* SCSS */
$brand: #844f2f;
/* SwiftUI */
Color(red: 0.518, green: 0.310, blue: 0.184)
/* Android */
Color.parseColor("#844f2f")Accessibility — WCAG contrast
Aa
#844f2f on white: 6.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#844f2f on black: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green31.0%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta40.2%
Yellow64.4%
Key (black)48.2%
Color previews
#844f2f text on a black background
contrast 3.14:1
Card sample
#844f2f text on a white background
contrast 6.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #844f2f;
Background color
Panel with #844f2f background
background-color: #844f2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #844f2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 79, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 79, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #844f2f; background: linear-gradient(135deg, #844f2f, #80842F);