Skip to content

#9fdf3e

a balanced, vivid green · neutral · closest name: Yellow Green

RGB
159, 223, 62
HSL
84°, 72%, 56%
CMYK
29, 0, 72, 13
Luminance
0.6049

At a glance

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

Hex
#9fdf3e
Hue
84°
green
Saturation
72%
vivid
Lightness
56%
balanced
Brightness
87%
HSV value
Perceived
76%
weighted brightness
Luminance
0.6049
WCAG relative
Temperature
Neutral
45/100 cool
Color family
Green
Tone
Vivid
Best ink
Black
13.10:1
Closest name
Yellow Green
ΔE2000 4.3
Where it sits
Hue84° of 360°
Saturation72%
Lightness56%
Temperature
Warm ← → Cool45% cool

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

Every format

HEX#9fdf3e
RGBrgb(159, 223, 62)
HSLhsl(84, 72%, 56%)
CMYKcmyk(29%, 0%, 72%, 13%)
LABlab(82.1 -43.4 68.1)
LCHlch(82.1 80.7 122.5)
OKLCHoklch(0.831 0.196 129.1)
Decimal10477374
Display P3color(display-p3 0.624 0.875 0.243)

Copy-ready code

/* CSS */
color: #9fdf3e;
background-color: #9fdf3e;
/* Tailwind (arbitrary) */
class="text-[#9fdf3e] bg-[#9fdf3e]"
/* SCSS */
$brand: #9fdf3e;
/* SwiftUI */
Color(red: 0.624, green: 0.875, blue: 0.243)
/* Android */
Color.parseColor("#9fdf3e")
/* Flutter */
Color(0xFF9FDF3E)
/* Python / OpenCV (BGR) */
(62, 223, 159)

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 #9fdf3e · 13.10:1
Use #000000AAA at every size.
Aa
White text · 1.60:1
AA fail · AA large fail · AAA fail
Aa
Black text · 13.10:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #9fdf3e as text scores 1.60:1 on white and 13.10:1 on black.

Accessibility — WCAG contrast

Aa
#9fdf3e on white: 1.60:1
AA ✗ fail · AA-large · AAA
Aa
#9fdf3e on black: 13.10:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #EACF1F
deuteranopia · #E1CB4D
tritanopia · #A4D5C0

Color scale — 50 to 950

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

#F8FCF3
#F1F8E7
#E2F3C9
#CFEF9F
#B7E76F
#9fdf3e
#8CD223
#75AF1D
#5D8C17
#456615
#2B3F0D
Base = 500Lightest = 50 · #F8FCF3Darkest = 950 · #2B3F0D
:root {
  --brand-50: #F8FCF3;
  --brand-100: #F1F8E7;
  --brand-200: #E2F3C9;
  --brand-300: #CFEF9F;
  --brand-400: #B7E76F;
  --brand-500: #9fdf3e;
  --brand-600: #8CD223;
  --brand-700: #75AF1D;
  --brand-800: #5D8C17;
  --brand-900: #456615;
  --brand-950: #2B3F0D;
  --brand: #9fdf3e;
  --brand-ink: #000000;
}

Colors that work with #9fdf3e

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#F8FAF4
Tinted page background
Border#DBEDC0
Hairlines and dividers
Muted text#7B9B4B
Captions on the surface
Accent#533AE4
Second voice, not a rival
Dark variant#496D12
Hover, pressed, headers
Light variant#F4FBE9
Selected rows, tints
Dark surface#1E2414
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 #9fdf3e

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

Works well for
  • Text and icons on dark surfaces
  • Primary buttons and calls to action
  • Focus rings, active and selected states
  • Brand accents, badges and data highlights
Use with care
  • Text of any size on white — fails WCAG AA
  • Full-page backgrounds — tiring over long sessions
  • 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#7E3EDF
Analogous left#DFCF3E
Analogous right#4EDF3E
Split-complement 1#3E4EDF
Split-complement 2#CF3EDF
Triadic 1#3E9FDF
Triadic 2#DF3E9F
Tetradic#3EDFCF

RGB percentages

Red62.4%
Green87.5%
Blue24.3%

CMYK percentages

Cyan28.7%
Magenta0.0%
Yellow72.2%
Key (black)12.5%

Color previews

#9fdf3e text on a black background

contrast 13.10:1

Card sample

#9fdf3e text on a white background

contrast 1.60:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #9fdf3e;
Background color
Panel with #9fdf3e background
background-color: #9fdf3e;
Text shadow — hex

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(159, 223, 62, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 223, 62, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fdf3e;
background: linear-gradient(135deg, #9fdf3e, #3EDF48);

Monochromatic scale

Palettes built from #9fdf3e

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.

#9fdf3e in the real world

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

Industries
SustainabilityFinanceHealth and wellnessAgriculture
Common UI roles
ButtonsLinksFocus statesCharts
Print note

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

#9fdf3e, answered

What color is #9fdf3e?

#9fdf3e is a balanced vivid green, closest to Yellow Green (ΔE2000 4.3). It sits at 84° on the hue wheel with 72% saturation and 56% lightness, which reads as neutral.

What is the RGB value of #9fdf3e?

rgb(159, 223, 62) — 159 red, 223 green and 62 blue out of 255, or 62.4% / 87.5% / 24.3% by channel.

Is #9fdf3e a light or a dark color?

It is a light color. Relative luminance is 0.6049 and perceived brightness is 76%, so black text on it reaches 13.10:1.

Should I use black or white text on #9fdf3e?

Black. It scores 13.10:1 against #9fdf3e, versus 1.60:1 for white — AAA at any size.

What is the complementary color of #9fdf3e?

#7E3EDF sits directly opposite on the wheel. Softer options are the split-complements #3E4EDF and #CF3EDF, which give the same contrast with far less vibration.

What colors go well with #9fdf3e?

For interface work: #F8FAF4 as the surface, #DBEDC0 for borders, #7B9B4B for secondary text, #533AE4 as an accent and #496D12 for hover and pressed states. For a palette, the analogous pair #DFCF3E and #4EDF3E stays calm, while #7E3EDF is the loudest partner.

What is #9fdf3e in CMYK for printing?

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

Is #9fdf3e warm or cool?

Neutral — it scores 45 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #DADF3E; nudged cooler, #63E13C.

Work with #9fdf3e in the Color Lab