#86552b
a dark, vivid orange · warm · closest name: sienna
RGB
134, 85, 43
HSL
28°, 51%, 35%
CMYK
0, 37, 68, 48
Luminance
0.1174
Every format
| HEX | #86552b |
| RGB | rgb(134, 85, 43) |
| HSL | hsl(28, 51%, 35%) |
| CMYK | cmyk(0%, 37%, 68%, 48%) |
| LAB | lab(40.8 16.1 32.4) |
| LCH | lch(40.8 36.2 63.5) |
| OKLCH | oklch(0.496 0.087 59.3) |
Copy-ready code
/* CSS */
color: #86552b;
background-color: #86552b;
/* Tailwind (arbitrary) */
class="text-[#86552b] bg-[#86552b]"
/* SCSS */
$brand: #86552b;
/* SwiftUI */
Color(red: 0.525, green: 0.333, blue: 0.169)
/* Android */
Color.parseColor("#86552b")Accessibility — WCAG contrast
Aa
#86552b on white: 6.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#86552b on black: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green33.3%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta36.6%
Yellow67.9%
Key (black)47.5%
Color previews
#86552b text on a black background
contrast 3.35:1
Card sample
#86552b text on a white background
contrast 6.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #86552b;
Background color
Panel with #86552b background
background-color: #86552b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #86552b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 85, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 85, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #86552b; background: linear-gradient(135deg, #86552b, #7A862B);