#86471f
a dark, vivid orange · warm · closest name: sienna
RGB
134, 71, 31
HSL
23°, 62%, 32%
CMYK
0, 47, 77, 48
Luminance
0.0967
Every format
| HEX | #86471f |
| RGB | rgb(134, 71, 31) |
| HSL | hsl(23, 62%, 32%) |
| CMYK | cmyk(0%, 47%, 77%, 48%) |
| LAB | lab(37.3 23.6 34.9) |
| LCH | lch(37.3 42.1 55.9) |
| OKLCH | oklch(0.468 0.101 50.2) |
Copy-ready code
/* CSS */
color: #86471f;
background-color: #86471f;
/* Tailwind (arbitrary) */
class="text-[#86471f] bg-[#86471f]"
/* SCSS */
$brand: #86471f;
/* SwiftUI */
Color(red: 0.525, green: 0.278, blue: 0.122)
/* Android */
Color.parseColor("#86471f")Accessibility — WCAG contrast
Aa
#86471f on white: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#86471f on black: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green27.8%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta47.0%
Yellow76.9%
Key (black)47.5%
Color previews
#86471f text on a black background
contrast 2.93:1
Card sample
#86471f text on a white background
contrast 7.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #86471f;
Background color
Panel with #86471f background
background-color: #86471f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #86471f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 71, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 71, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #86471f; background: linear-gradient(135deg, #86471f, #81861F);