Skip to content

#7f8c21

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

RGB
127, 140, 33
HSL
67°, 62%, 34%
CMYK
9, 0, 76, 45
Luminance
0.2338

At a glance

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

Hex
#7f8c21
Hue
67°
yellow
Saturation
62%
vivid
Lightness
34%
dark
Brightness
55%
HSV value
Perceived
50%
weighted brightness
Luminance
0.2338
WCAG relative
Temperature
Warm
31/100 cool
Color family
Yellow
Tone
Vivid
Best ink
Black
5.68:1
Closest name
Olive Drab
ΔE2000 5.3
Where it sits
Hue67° of 360°
Saturation62%
Lightness34%
Temperature
Warm ← → Cool31% 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#7f8c21
RGBrgb(127, 140, 33)
HSLhsl(67, 62%, 34%)
CMYKcmyk(9%, 0%, 76%, 45%)
LABlab(55.5 -18.7 51.7)
LCHlch(55.5 55.0 109.9)
OKLCHoklch(0.610 0.127 116.5)
Decimal8358945
Display P3color(display-p3 0.498 0.549 0.129)

Copy-ready code

/* CSS */
color: #7f8c21;
background-color: #7f8c21;
/* Tailwind (arbitrary) */
class="text-[#7f8c21] bg-[#7f8c21]"
/* SCSS */
$brand: #7f8c21;
/* SwiftUI */
Color(red: 0.498, green: 0.549, blue: 0.129)
/* Android */
Color.parseColor("#7f8c21")
/* Flutter */
Color(0xFF7F8C21)
/* Python / OpenCV (BGR) */
(33, 140, 127)

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 #7f8c21 · 5.68:1
Use #000000AA at every size, AAA for large text only.
Aa
White text · 3.70:1
AA fail · AA large pass · AAA fail
Aa
Black text · 5.68:1 · recommended
AA pass · AA large pass · AAA fail
Reading the other direction: #7f8c21 as text scores 3.70:1 on white and 5.68:1 on black.

Accessibility — WCAG contrast

Aa
#7f8c21 on white: 3.70:1
AA ✗ fail · AA-large · AAA
Aa
#7f8c21 on black: 5.68:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #968408
deuteranopia · #95862A
tritanopia · #878478

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #7f8c21 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.

#FAFBF4
#F5F7E8
#EBF0CC
#E1EAA4
#D2DF77
#C3D449
#B4C62F
#96A527
#7f8c21
#58601A
#373C11
Base = 800Lightest = 50 · #FAFBF4Darkest = 950 · #373C11
:root {
  --brand-50: #FAFBF4;
  --brand-100: #F5F7E8;
  --brand-200: #EBF0CC;
  --brand-300: #E1EAA4;
  --brand-400: #D2DF77;
  --brand-500: #C3D449;
  --brand-600: #B4C62F;
  --brand-700: #96A527;
  --brand-800: #7f8c21;
  --brand-900: #58601A;
  --brand-950: #373C11;
  --brand: #7f8c21;
  --brand-ink: #000000;
}

Colors that work with #7f8c21

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#E7EDC0
Hairlines and dividers
Muted text#919B4B
Captions on the surface
Accent#1E2C8F
Second voice, not a rival
Dark variant#5E6718
Hover, pressed, headers
Light variant#F8FAEA
Selected rows, tints
Dark surface#222414
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 #7f8c21

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#2E218C
Analogous left#8C6321
Analogous right#498C21
Split-complement 1#21498C
Split-complement 2#63218C
Triadic 1#217F8C
Triadic 2#8C217F
Tetradic#218C63

RGB percentages

Red49.8%
Green54.9%
Blue12.9%

CMYK percentages

Cyan9.3%
Magenta0.0%
Yellow76.4%
Key (black)45.1%

Color previews

#7f8c21 text on a black background

contrast 5.68:1

Card sample

#7f8c21 text on a white background

contrast 3.70:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #7f8c21;
Background color
Panel with #7f8c21 background
background-color: #7f8c21;
Text shadow — hex

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(127, 140, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 140, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f8c21;
background: linear-gradient(135deg, #7f8c21, #388C21);

Monochromatic scale

Palettes built from #7f8c21

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.

#7f8c21 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.

#7f8c21, answered

What color is #7f8c21?

#7f8c21 is a dark vivid yellow, closest to Olive Drab (ΔE2000 5.3). It sits at 67° on the hue wheel with 62% saturation and 34% lightness, which reads as warm.

What is the RGB value of #7f8c21?

rgb(127, 140, 33) — 127 red, 140 green and 33 blue out of 255, or 49.8% / 54.9% / 12.9% by channel.

Is #7f8c21 a light or a dark color?

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

Should I use black or white text on #7f8c21?

Black. It scores 5.68:1 against #7f8c21, versus 3.70:1 for white — AA at any size.

What is the complementary color of #7f8c21?

#2E218C sits directly opposite on the wheel. Softer options are the split-complements #21498C and #63218C, which give the same contrast with far less vibration.

What colors go well with #7f8c21?

For interface work: #FAFAF4 as the surface, #E7EDC0 for borders, #919B4B for secondary text, #1E2C8F as an accent and #5E6718 for hover and pressed states. For a palette, the analogous pair #8C6321 and #498C21 stays calm, while #2E218C is the loudest partner.

What is #7f8c21 in CMYK for printing?

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

Is #7f8c21 warm or cool?

Warm — it scores 31 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #8C7221; nudged cooler, #588E1F.

Work with #7f8c21 in the Color Lab