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