#896521
a dark, vivid orange · warm · closest name: peru
RGB
137, 101, 33
HSL
39°, 61%, 33%
CMYK
0, 26, 76, 46
Luminance
0.1474
Every format
| HEX | #896521 |
| RGB | rgb(137, 101, 33) |
| HSL | hsl(39, 61%, 33%) |
| CMYK | cmyk(0%, 26%, 76%, 46%) |
| LAB | lab(45.3 7.6 42.2) |
| LCH | lch(45.3 42.8 79.8) |
| OKLCH | oklch(0.531 0.095 79.6) |
Copy-ready code
/* CSS */
color: #896521;
background-color: #896521;
/* Tailwind (arbitrary) */
class="text-[#896521] bg-[#896521]"
/* SCSS */
$brand: #896521;
/* SwiftUI */
Color(red: 0.537, green: 0.396, blue: 0.129)
/* Android */
Color.parseColor("#896521")Accessibility — WCAG contrast
Aa
#896521 on white: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#896521 on black: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green39.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta26.3%
Yellow75.9%
Key (black)46.3%
Color previews
#896521 text on a black background
contrast 3.95:1
Card sample
#896521 text on a white background
contrast 5.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #896521;
Background color
Panel with #896521 background
background-color: #896521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #896521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 101, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 101, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #896521; background: linear-gradient(135deg, #896521, #688921);