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