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