#865721
a dark, vivid orange · warm · closest name: sienna
RGB
134, 87, 33
HSL
32°, 61%, 33%
CMYK
0, 35, 75, 48
Luminance
0.1199
Every format
| HEX | #865721 |
| RGB | rgb(134, 87, 33) |
| HSL | hsl(32, 61%, 33%) |
| CMYK | cmyk(0%, 35%, 75%, 48%) |
| LAB | lab(41.2 14.4 38.0) |
| LCH | lch(41.2 40.6 69.2) |
| OKLCH | oklch(0.498 0.092 66.2) |
Copy-ready code
/* CSS */
color: #865721;
background-color: #865721;
/* Tailwind (arbitrary) */
class="text-[#865721] bg-[#865721]"
/* SCSS */
$brand: #865721;
/* SwiftUI */
Color(red: 0.525, green: 0.341, blue: 0.129)
/* Android */
Color.parseColor("#865721")Accessibility — WCAG contrast
Aa
#865721 on white: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#865721 on black: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green34.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta35.1%
Yellow75.4%
Key (black)47.5%
Color previews
#865721 text on a black background
contrast 3.40:1
Card sample
#865721 text on a white background
contrast 6.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #865721;
Background color
Panel with #865721 background
background-color: #865721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #865721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 87, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 87, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #865721; background: linear-gradient(135deg, #865721, #718621);