#987021
a dark, vivid orange · warm · closest name: peru
RGB
152, 112, 33
HSL
40°, 64%, 36%
CMYK
0, 26, 78, 40
Luminance
0.1837
Every format
| HEX | #987021 |
| RGB | rgb(152, 112, 33) |
| HSL | hsl(40, 64%, 36%) |
| CMYK | cmyk(0%, 26%, 78%, 40%) |
| LAB | lab(50.0 8.2 47.3) |
| LCH | lch(50.0 48.0 80.2) |
| OKLCH | oklch(0.572 0.105 80.1) |
Copy-ready code
/* CSS */
color: #987021;
background-color: #987021;
/* Tailwind (arbitrary) */
class="text-[#987021] bg-[#987021]"
/* SCSS */
$brand: #987021;
/* SwiftUI */
Color(red: 0.596, green: 0.439, blue: 0.129)
/* Android */
Color.parseColor("#987021")Accessibility — WCAG contrast
Aa
#987021 on white: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#987021 on black: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green43.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta26.3%
Yellow78.3%
Key (black)40.4%
Color previews
#987021 text on a black background
contrast 4.67:1
Card sample
#987021 text on a white background
contrast 4.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #987021;
Background color
Panel with #987021 background
background-color: #987021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #987021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 112, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 112, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #987021; background: linear-gradient(135deg, #987021, #719821);