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