#865521
a dark, vivid orange · warm · closest name: sienna
RGB
134, 85, 33
HSL
31°, 61%, 33%
CMYK
0, 37, 75, 48
Luminance
0.1168
Every format
| HEX | #865521 |
| RGB | rgb(134, 85, 33) |
| HSL | hsl(31, 61%, 33%) |
| CMYK | cmyk(0%, 37%, 75%, 48%) |
| LAB | lab(40.7 15.6 37.4) |
| LCH | lch(40.7 40.5 67.4) |
| OKLCH | oklch(0.494 0.093 63.9) |
Copy-ready code
/* CSS */
color: #865521;
background-color: #865521;
/* Tailwind (arbitrary) */
class="text-[#865521] bg-[#865521]"
/* SCSS */
$brand: #865521;
/* SwiftUI */
Color(red: 0.525, green: 0.333, blue: 0.129)
/* Android */
Color.parseColor("#865521")Accessibility — WCAG contrast
Aa
#865521 on white: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#865521 on black: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green33.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta36.6%
Yellow75.4%
Key (black)47.5%
Color previews
#865521 text on a black background
contrast 3.34:1
Card sample
#865521 text on a white background
contrast 6.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #865521;
Background color
Panel with #865521 background
background-color: #865521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #865521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 85, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 85, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #865521; background: linear-gradient(135deg, #865521, #748621);