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