#866621
a dark, vivid yellow · warm · closest name: peru
RGB
134, 102, 33
HSL
41°, 61%, 33%
CMYK
0, 24, 75, 48
Luminance
0.1468
Every format
| HEX | #866621 |
| RGB | rgb(134, 102, 33) |
| HSL | hsl(41, 61%, 33%) |
| CMYK | cmyk(0%, 24%, 75%, 48%) |
| LAB | lab(45.2 5.6 42.0) |
| LCH | lch(45.2 42.4 82.4) |
| OKLCH | oklch(0.530 0.094 82.9) |
Copy-ready code
/* CSS */
color: #866621;
background-color: #866621;
/* Tailwind (arbitrary) */
class="text-[#866621] bg-[#866621]"
/* SCSS */
$brand: #866621;
/* SwiftUI */
Color(red: 0.525, green: 0.400, blue: 0.129)
/* Android */
Color.parseColor("#866621")Accessibility — WCAG contrast
Aa
#866621 on white: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#866621 on black: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green40.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta23.9%
Yellow75.4%
Key (black)47.5%
Color previews
#866621 text on a black background
contrast 3.94:1
Card sample
#866621 text on a white background
contrast 5.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #866621;
Background color
Panel with #866621 background
background-color: #866621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #866621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 102, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 102, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #866621; background: linear-gradient(135deg, #866621, #638621);