#86471a
a dark, vivid orange · warm · closest name: sienna
RGB
134, 71, 26
HSL
25°, 68%, 31%
CMYK
0, 47, 81, 48
Luminance
0.0965
Every format
| HEX | #86471a |
| RGB | rgb(134, 71, 26) |
| HSL | hsl(25, 68%, 31%) |
| CMYK | cmyk(0%, 47%, 81%, 48%) |
| LAB | lab(37.2 23.4 37.3) |
| LCH | lch(37.2 44.0 57.9) |
| OKLCH | oklch(0.467 0.103 52.3) |
Copy-ready code
/* CSS */
color: #86471a;
background-color: #86471a;
/* Tailwind (arbitrary) */
class="text-[#86471a] bg-[#86471a]"
/* SCSS */
$brand: #86471a;
/* SwiftUI */
Color(red: 0.525, green: 0.278, blue: 0.102)
/* Android */
Color.parseColor("#86471a")Accessibility — WCAG contrast
Aa
#86471a on white: 7.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#86471a on black: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green27.8%
Blue10.2%
CMYK percentages
Cyan0.0%
Magenta47.0%
Yellow80.6%
Key (black)47.5%
Color previews
#86471a text on a black background
contrast 2.93:1
Card sample
#86471a text on a white background
contrast 7.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #86471a;
Background color
Panel with #86471a background
background-color: #86471a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #86471a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 71, 26, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 71, 26, 0.45);
Border & gradient
Gradient panel
border: 3px solid #86471a; background: linear-gradient(135deg, #86471a, #7D861A);