#845f48
a dark, soft orange · warm · closest name: sienna
RGB
132, 95, 72
HSL
23°, 29%, 40%
CMYK
0, 28, 46, 48
Luminance
0.1356
Every format
| HEX | #845f48 |
| RGB | rgb(132, 95, 72) |
| HSL | hsl(23, 29%, 40%) |
| CMYK | cmyk(0%, 28%, 46%, 48%) |
| LAB | lab(43.6 12.0 19.1) |
| LCH | lch(43.6 22.6 57.8) |
| OKLCH | oklch(0.518 0.059 52.9) |
Copy-ready code
/* CSS */
color: #845f48;
background-color: #845f48;
/* Tailwind (arbitrary) */
class="text-[#845f48] bg-[#845f48]"
/* SCSS */
$brand: #845f48;
/* SwiftUI */
Color(red: 0.518, green: 0.373, blue: 0.282)
/* Android */
Color.parseColor("#845f48")Accessibility — WCAG contrast
Aa
#845f48 on white: 5.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#845f48 on black: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green37.3%
Blue28.2%
CMYK percentages
Cyan0.0%
Magenta28.0%
Yellow45.5%
Key (black)48.2%
Color previews
#845f48 text on a black background
contrast 3.71:1
Card sample
#845f48 text on a white background
contrast 5.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #845f48;
Background color
Panel with #845f48 background
background-color: #845f48;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #845f48;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 95, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 95, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #845f48; background: linear-gradient(135deg, #845f48, #818448);