#866821
a dark, vivid yellow · warm · closest name: olive
RGB
134, 104, 33
HSL
42°, 61%, 33%
CMYK
0, 22, 75, 48
Luminance
0.1508
Every format
| HEX | #866821 |
| RGB | rgb(134, 104, 33) |
| HSL | hsl(42, 61%, 33%) |
| CMYK | cmyk(0%, 22%, 75%, 48%) |
| LAB | lab(45.7 4.4 42.5) |
| LCH | lch(45.7 42.8 84.1) |
| OKLCH | oklch(0.534 0.095 85.0) |
Copy-ready code
/* CSS */
color: #866821;
background-color: #866821;
/* Tailwind (arbitrary) */
class="text-[#866821] bg-[#866821]"
/* SCSS */
$brand: #866821;
/* SwiftUI */
Color(red: 0.525, green: 0.408, blue: 0.129)
/* Android */
Color.parseColor("#866821")Accessibility — WCAG contrast
Aa
#866821 on white: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#866821 on black: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green40.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta22.4%
Yellow75.4%
Key (black)47.5%
Color previews
#866821 text on a black background
contrast 4.02:1
Card sample
#866821 text on a white background
contrast 5.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #866821;
Background color
Panel with #866821 background
background-color: #866821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #866821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 104, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 104, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #866821; background: linear-gradient(135deg, #866821, #618621);