#896821
a dark, vivid yellow · warm · closest name: peru
RGB
137, 104, 33
HSL
41°, 61%, 33%
CMYK
0, 24, 76, 46
Luminance
0.1533
Every format
| HEX | #896821 |
| RGB | rgb(137, 104, 33) |
| HSL | hsl(41, 61%, 33%) |
| CMYK | cmyk(0%, 24%, 76%, 46%) |
| LAB | lab(46.1 5.8 43.0) |
| LCH | lch(46.1 43.4 82.3) |
| OKLCH | oklch(0.537 0.096 82.7) |
Copy-ready code
/* CSS */
color: #896821;
background-color: #896821;
/* Tailwind (arbitrary) */
class="text-[#896821] bg-[#896821]"
/* SCSS */
$brand: #896821;
/* SwiftUI */
Color(red: 0.537, green: 0.408, blue: 0.129)
/* Android */
Color.parseColor("#896821")Accessibility — WCAG contrast
Aa
#896821 on white: 5.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#896821 on black: 4.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green40.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta24.1%
Yellow75.9%
Key (black)46.3%
Color previews
#896821 text on a black background
contrast 4.07:1
Card sample
#896821 text on a white background
contrast 5.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #896821;
Background color
Panel with #896821 background
background-color: #896821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #896821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 104, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 104, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #896821; background: linear-gradient(135deg, #896821, #658921);