#864721
a dark, vivid orange · warm · closest name: sienna
RGB
134, 71, 33
HSL
23°, 61%, 33%
CMYK
0, 47, 75, 48
Luminance
0.0968
Every format
| HEX | #864721 |
| RGB | rgb(134, 71, 33) |
| HSL | hsl(23, 61%, 33%) |
| CMYK | cmyk(0%, 47%, 75%, 48%) |
| LAB | lab(37.3 23.7 33.8) |
| LCH | lch(37.3 41.3 55.0) |
| OKLCH | oklch(0.468 0.100 49.3) |
Copy-ready code
/* CSS */
color: #864721;
background-color: #864721;
/* Tailwind (arbitrary) */
class="text-[#864721] bg-[#864721]"
/* SCSS */
$brand: #864721;
/* SwiftUI */
Color(red: 0.525, green: 0.278, blue: 0.129)
/* Android */
Color.parseColor("#864721")Accessibility — WCAG contrast
Aa
#864721 on white: 7.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#864721 on black: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green27.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta47.0%
Yellow75.4%
Key (black)47.5%
Color previews
#864721 text on a black background
contrast 2.94:1
Card sample
#864721 text on a white background
contrast 7.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #864721;
Background color
Panel with #864721 background
background-color: #864721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #864721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 71, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 71, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #864721; background: linear-gradient(135deg, #864721, #818621);