#866421
a dark, vivid orange · warm · closest name: sienna
RGB
134, 100, 33
HSL
40°, 61%, 33%
CMYK
0, 25, 75, 48
Luminance
0.1429
Every format
| HEX | #866421 |
| RGB | rgb(134, 100, 33) |
| HSL | hsl(40, 61%, 33%) |
| CMYK | cmyk(0%, 25%, 75%, 48%) |
| LAB | lab(44.6 6.7 41.4) |
| LCH | lch(44.6 42.0 80.8) |
| OKLCH | oklch(0.525 0.093 80.7) |
Copy-ready code
/* CSS */
color: #866421;
background-color: #866421;
/* Tailwind (arbitrary) */
class="text-[#866421] bg-[#866421]"
/* SCSS */
$brand: #866421;
/* SwiftUI */
Color(red: 0.525, green: 0.392, blue: 0.129)
/* Android */
Color.parseColor("#866421")Accessibility — WCAG contrast
Aa
#866421 on white: 5.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#866421 on black: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green39.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta25.4%
Yellow75.4%
Key (black)47.5%
Color previews
#866421 text on a black background
contrast 3.86:1
Card sample
#866421 text on a white background
contrast 5.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #866421;
Background color
Panel with #866421 background
background-color: #866421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #866421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 100, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 100, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #866421; background: linear-gradient(135deg, #866421, #658621);