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