#986521
a dark, vivid orange · warm · closest name: peru
RGB
152, 101, 33
HSL
34°, 64%, 36%
CMYK
0, 34, 78, 40
Luminance
0.1609
Every format
| HEX | #986521 |
| RGB | rgb(152, 101, 33) |
| HSL | hsl(34, 64%, 36%) |
| CMYK | cmyk(0%, 34%, 78%, 40%) |
| LAB | lab(47.1 14.5 44.6) |
| LCH | lch(47.1 46.9 72.0) |
| OKLCH | oklch(0.549 0.104 69.5) |
Copy-ready code
/* CSS */
color: #986521;
background-color: #986521;
/* Tailwind (arbitrary) */
class="text-[#986521] bg-[#986521]"
/* SCSS */
$brand: #986521;
/* SwiftUI */
Color(red: 0.596, green: 0.396, blue: 0.129)
/* Android */
Color.parseColor("#986521")Accessibility — WCAG contrast
Aa
#986521 on white: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#986521 on black: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green39.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta33.6%
Yellow78.3%
Key (black)40.4%
Color previews
#986521 text on a black background
contrast 4.22:1
Card sample
#986521 text on a white background
contrast 4.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #986521;
Background color
Panel with #986521 background
background-color: #986521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #986521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 101, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 101, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #986521; background: linear-gradient(135deg, #986521, #7C9821);