Skip to content

#8e8321

a dark, vivid yellow · warm · closest name: Olive

RGB
142, 131, 33
HSL
54°, 62%, 34%
CMYK
0, 8, 77, 44
Luminance
0.2209

At a glance

Every number on this page in one read: what #8e8321 is made of, how bright it looks, and which way it leans.

Hex
#8e8321
Hue
54°
yellow
Saturation
62%
vivid
Lightness
34%
dark
Brightness
56%
HSV value
Perceived
50%
weighted brightness
Luminance
0.2209
WCAG relative
Temperature
Warm
20/100 cool
Color family
Yellow
Tone
Vivid
Best ink
Black
5.42:1
Closest name
Olive
ΔE2000 4.1
Where it sits
Hue54° of 360°
Saturation62%
Lightness34%
Temperature
Warm ← → Cool20% cool

Reads warm. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.

Every format

HEX#8e8321
RGBrgb(142, 131, 33)
HSLhsl(54, 62%, 34%)
CMYKcmyk(0%, 8%, 77%, 44%)
LABlab(54.1 -7.1 50.9)
LCHlch(54.1 51.4 98.0)
OKLCHoklch(0.602 0.115 102.7)
Decimal9339681
Display P3color(display-p3 0.557 0.514 0.129)

Copy-ready code

/* CSS */
color: #8e8321;
background-color: #8e8321;
/* Tailwind (arbitrary) */
class="text-[#8e8321] bg-[#8e8321]"
/* SCSS */
$brand: #8e8321;
/* SwiftUI */
Color(red: 0.557, green: 0.514, blue: 0.129)
/* Android */
Color.parseColor("#8e8321")
/* Flutter */
Color(0xFF8E8321)
/* Python / OpenCV (BGR) */
(33, 131, 142)

Best text color

Only one of black and white can be right. This is the one, with the number that proves it.

Readable at a glance#000000 on #8e8321 · 5.42:1
Use #000000AA at every size, AAA for large text only.
Aa
White text · 3.88:1
AA fail · AA large pass · AAA fail
Aa
Black text · 5.42:1 · recommended
AA pass · AA large pass · AAA fail
Reading the other direction: #8e8321 as text scores 3.88:1 on white and 5.42:1 on black.

Accessibility — WCAG contrast

Aa
#8e8321 on white: 3.88:1
AA ✗ fail · AA-large · AAA
Aa
#8e8321 on black: 5.42:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #907F0D
deuteranopia · #938428
tritanopia · #997970

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #8e8321 is pinned to step 800; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.

#FBFAF4
#F7F6E8
#F0ECCC
#EAE3A4
#DFD576
#D5C649
#C7B72E
#A69926
#8e8321
#60591A
#3C3810
Base = 800Lightest = 50 · #FBFAF4Darkest = 950 · #3C3810
:root {
  --brand-50: #FBFAF4;
  --brand-100: #F7F6E8;
  --brand-200: #F0ECCC;
  --brand-300: #EAE3A4;
  --brand-400: #DFD576;
  --brand-500: #D5C649;
  --brand-600: #C7B72E;
  --brand-700: #A69926;
  --brand-800: #8e8321;
  --brand-900: #60591A;
  --brand-950: #3C3810;
  --brand: #8e8321;
  --brand-ink: #000000;
}

Colors that work with #8e8321

Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.

Text on it#000000
Black wins here
Surface#FAFAF4
Tinted page background
Border#EDE8C0
Hairlines and dividers
Muted text#9B934B
Captions on the surface
Accent#1D4691
Second voice, not a rival
Dark variant#675F18
Hover, pressed, headers
Light variant#FAF9EA
Selected rows, tints
Dark surface#242314
Dark-mode background
Light mode
Everything in its place

Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.

Primary actionSecondaryBadge
Dark mode
Same hue, inverted

Lightness flips, hue holds. The accent stays the anchor in both themes.

Primary actionSecondaryAccent

How to use #8e8321

Derived from its contrast, chroma and lightness — not from taste.

Works well for
  • 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
Use with care
  • 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#212C8E
Analogous left#8E4C21
Analogous right#638E21
Split-complement 1#21638E
Split-complement 2#4C218E
Triadic 1#218E83
Triadic 2#83218E
Tetradic#218E4C

RGB percentages

Red55.7%
Green51.4%
Blue12.9%

CMYK percentages

Cyan0.0%
Magenta7.7%
Yellow76.8%
Key (black)44.3%

Color previews

#8e8321 text on a black background

contrast 5.42:1

Card sample

#8e8321 text on a white background

contrast 3.88:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #8e8321;
Background color
Panel with #8e8321 background
background-color: #8e8321;
Text shadow — hex

Glowing headline

text-shadow: 2px 2px 8px #8e8321;
Text shadow — RGB

Soft neon halo

text-shadow: 0 0 14px rgba(142, 131, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 131, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8e8321;
background: linear-gradient(135deg, #8e8321, #508E21);

Monochromatic scale

Palettes built from #8e8321

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.

#8e8321 in the real world

Where a color in this family tends to land, and the interface roles it is usually asked to play.

Industries
RetailLeisureEnergyWarning systems
Common UI roles
ButtonsLinksFocus statesCharts
Print note

Converts to four-color process without much drama. Proof it anyway.

#8e8321, answered

What color is #8e8321?

#8e8321 is a dark vivid yellow, closest to Olive (ΔE2000 4.1). It sits at 54° on the hue wheel with 62% saturation and 34% lightness, which reads as warm.

What is the RGB value of #8e8321?

rgb(142, 131, 33) — 142 red, 131 green and 33 blue out of 255, or 55.7% / 51.4% / 12.9% by channel.

Is #8e8321 a light or a dark color?

It is a mid-tone. Relative luminance is 0.2209 and perceived brightness is 50%, so black text on it reaches 5.42:1.

Should I use black or white text on #8e8321?

Black. It scores 5.42:1 against #8e8321, versus 3.88:1 for white — AA at any size.

What is the complementary color of #8e8321?

#212C8E sits directly opposite on the wheel. Softer options are the split-complements #21638E and #4C218E, which give the same contrast with far less vibration.

What colors go well with #8e8321?

For interface work: #FAFAF4 as the surface, #EDE8C0 for borders, #9B934B for secondary text, #1D4691 as an accent and #675F18 for hover and pressed states. For a palette, the analogous pair #8E4C21 and #638E21 stays calm, while #212C8E is the loudest partner.

What is #8e8321 in CMYK for printing?

cmyk(0%, 8%, 77%, 44%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.

Is #8e8321 warm or cool?

Warm — it scores 20 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #8E6021; nudged cooler, #72901F.

Work with #8e8321 in the Color Lab