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