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