#987521
a dark, vivid yellow · warm · closest name: peru
RGB
152, 117, 33
HSL
42°, 64%, 36%
CMYK
0, 23, 78, 40
Luminance
0.1951
Every format
| HEX | #987521 |
| RGB | rgb(152, 117, 33) |
| HSL | hsl(42, 64%, 36%) |
| CMYK | cmyk(0%, 23%, 78%, 40%) |
| LAB | lab(51.3 5.3 48.6) |
| LCH | lch(51.3 48.9 83.7) |
| OKLCH | oklch(0.582 0.107 84.7) |
Copy-ready code
/* CSS */
color: #987521;
background-color: #987521;
/* Tailwind (arbitrary) */
class="text-[#987521] bg-[#987521]"
/* SCSS */
$brand: #987521;
/* SwiftUI */
Color(red: 0.596, green: 0.459, blue: 0.129)
/* Android */
Color.parseColor("#987521")Accessibility — WCAG contrast
Aa
#987521 on white: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#987521 on black: 4.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green45.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta23.0%
Yellow78.3%
Key (black)40.4%
Color previews
#987521 text on a black background
contrast 4.90:1
Card sample
#987521 text on a white background
contrast 4.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #987521;
Background color
Panel with #987521 background
background-color: #987521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #987521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 117, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 117, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #987521; background: linear-gradient(135deg, #987521, #6C9821);