#987621
a dark, vivid yellow · warm · closest name: olive
RGB
152, 118, 33
HSL
43°, 64%, 36%
CMYK
0, 22, 78, 40
Luminance
0.1974
Every format
| HEX | #987621 |
| RGB | rgb(152, 118, 33) |
| HSL | hsl(43, 64%, 36%) |
| CMYK | cmyk(0%, 22%, 78%, 40%) |
| LAB | lab(51.5 4.8 48.8) |
| LCH | lch(51.5 49.0 84.4) |
| OKLCH | oklch(0.584 0.107 85.6) |
Copy-ready code
/* CSS */
color: #987621;
background-color: #987621;
/* Tailwind (arbitrary) */
class="text-[#987621] bg-[#987621]"
/* SCSS */
$brand: #987621;
/* SwiftUI */
Color(red: 0.596, green: 0.463, blue: 0.129)
/* Android */
Color.parseColor("#987621")Accessibility — WCAG contrast
Aa
#987621 on white: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#987621 on black: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green46.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta22.4%
Yellow78.3%
Key (black)40.4%
Color previews
#987621 text on a black background
contrast 4.95:1
Card sample
#987621 text on a white background
contrast 4.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #987621;
Background color
Panel with #987621 background
background-color: #987621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #987621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 118, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 118, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #987621; background: linear-gradient(135deg, #987621, #6B9821);