#865035
a dark, soft orange · warm · closest name: sienna
RGB
134, 80, 53
HSL
20°, 43%, 37%
CMYK
0, 40, 60, 48
Luminance
0.1106
Every format
| HEX | #865035 |
| RGB | rgb(134, 80, 53) |
| HSL | hsl(20, 43%, 37%) |
| CMYK | cmyk(0%, 40%, 60%, 48%) |
| LAB | lab(39.7 19.8 25.4) |
| LCH | lch(39.7 32.2 52.0) |
| OKLCH | oklch(0.487 0.083 46.7) |
Copy-ready code
/* CSS */
color: #865035;
background-color: #865035;
/* Tailwind (arbitrary) */
class="text-[#865035] bg-[#865035]"
/* SCSS */
$brand: #865035;
/* SwiftUI */
Color(red: 0.525, green: 0.314, blue: 0.208)
/* Android */
Color.parseColor("#865035")Accessibility — WCAG contrast
Aa
#865035 on white: 6.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#865035 on black: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green31.4%
Blue20.8%
CMYK percentages
Cyan0.0%
Magenta40.3%
Yellow60.4%
Key (black)47.5%
Color previews
#865035 text on a black background
contrast 3.21:1
Card sample
#865035 text on a white background
contrast 6.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #865035;
Background color
Panel with #865035 background
background-color: #865035;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #865035;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 80, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 80, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #865035; background: linear-gradient(135deg, #865035, #868635);