#987e21
a dark, vivid yellow · warm · closest name: Dark Goldenrod
At a glance
Every number on this page in one read: what #987e21 is made of, how bright it looks, and which way it leans.
Reads warm. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #987e21 |
| RGB | rgb(152, 126, 33) |
| HSL | hsl(47, 64%, 36%) |
| CMYK | cmyk(0%, 17%, 78%, 40%) |
| LAB | lab(53.7 0.3 50.9) |
| LCH | lch(53.7 50.9 89.7) |
| OKLCH | oklch(0.601 0.111 92.5) |
| Decimal | 9993761 |
| Display P3 | color(display-p3 0.596 0.494 0.129) |
Copy-ready code
/* CSS */
color: #987e21;
background-color: #987e21;
/* Tailwind (arbitrary) */
class="text-[#987e21] bg-[#987e21]"
/* SCSS */
$brand: #987e21;
/* SwiftUI */
Color(red: 0.596, green: 0.494, blue: 0.129)
/* Android */
Color.parseColor("#987e21")
/* Flutter */
Color(0xFF987E21)
/* Python / OpenCV (BGR) */
(33, 126, 152)Best text color
Only one of black and white can be right. This is the one, with the number that proves it.
Accessibility — WCAG contrast
Color scale — 50 to 950
A Tailwind-shaped ramp built around this exact hex. #987e21 is pinned to step 700; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #FBFAF4;
--brand-100: #F7F4E8;
--brand-200: #F1E8CB;
--brand-300: #EBDBA3;
--brand-400: #E1C975;
--brand-500: #D7B747;
--brand-600: #C9A72C;
--brand-700: #987e21;
--brand-800: #866F1D;
--brand-900: #615219;
--brand-950: #3D3310;
--brand: #987e21;
--brand-ink: #000000;
}Colors that work with #987e21
Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.
Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.
Lightness flips, hue holds. The accent stays the anchor in both themes.
How to use #987e21
Derived from its contrast, chroma and lightness — not from taste.
- ✓Headings from 24px up on white
- ✓Text and icons on dark surfaces
- ✓Primary buttons and calls to action
- ✓Focus rings, active and selected states
- ✓Headers, footers and dark-mode surfaces
- ✓Brand accents, badges and data highlights
- ⚠Small text on white — under 4.5:1
- ⚠Full-page backgrounds — tiring over long sessions
- ⚠Black text placed on it
- ⚠Thin strokes and 1px borders — they disappear on light UI
- ⚠Pairing with a same-lightness hue — edges vibrate
Similar colors
One move away from this hex in each direction. Every swatch is its own page.
Color relationships
The wheel positions with their names attached, so you can grab the one you actually need.
| Complementary | #213B98 | Directly opposite — maximum tension | |
| Analogous left | #984321 | Neighbour, quieter | |
| Analogous right | #779821 | Neighbour, quieter | |
| Split-complement 1 | #217798 | Contrast without the clash | |
| Split-complement 2 | #432198 | Contrast without the clash | |
| Triadic 1 | #21987E | Even thirds — balanced and loud | |
| Triadic 2 | #7E2198 | Even thirds — balanced and loud | |
| Tetradic | #219843 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#987e21 text on a black background
contrast 5.34:1
#987e21 text on a white background
contrast 3.93:1
CSS3 live lab
The quick brown fox
color: #987e21;
background-color: #987e21;
Glowing headline
text-shadow: 2px 2px 8px #987e21;
Soft neon halo
text-shadow: 0 0 14px rgba(152, 126, 33, 0.45);
box-shadow: 0 12px 32px -8px rgba(152, 126, 33, 0.45);
border: 3px solid #987e21; background: linear-gradient(135deg, #987e21, #639821);
Monochromatic scale
Palettes built from #987e21
Shades — darker
Tints — lighter
Color harmonies
Nearest named colors
Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.
Closest color with a full write-up: Olive (#808000) — ΔE2000 8.5 away, with its history, psychology and brand usage.
#987e21 in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Converts to four-color process without much drama. Proof it anyway.
#987e21, answered
What color is #987e21?
#987e21 is a dark vivid yellow, closest to Dark Goldenrod (ΔE2000 8.4). It sits at 47° on the hue wheel with 64% saturation and 36% lightness, which reads as warm.
What is the RGB value of #987e21?
rgb(152, 126, 33) — 152 red, 126 green and 33 blue out of 255, or 59.6% / 49.4% / 12.9% by channel.
Is #987e21 a light or a dark color?
It is a mid-tone. Relative luminance is 0.2171 and perceived brightness is 50%, so black text on it reaches 5.34:1.
Should I use black or white text on #987e21?
Black. It scores 5.34:1 against #987e21, versus 3.93:1 for white — AA at any size.
What is the complementary color of #987e21?
#213B98 sits directly opposite on the wheel. Softer options are the split-complements #217798 and #432198, which give the same contrast with far less vibration.
What colors go well with #987e21?
For interface work: #FAF9F4 as the surface, #EDE3C0 for borders, #9B894B for secondary text, #1D599C as an accent and #695717 for hover and pressed states. For a palette, the analogous pair #984321 and #779821 stays calm, while #213B98 is the loudest partner.
What is #987e21 in CMYK for printing?
cmyk(0%, 17%, 78%, 40%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #987e21 warm or cool?
Warm — it scores 14 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #986221; nudged cooler, #889A1F.