Skip to content

#ade8a9

a light, vivid green · cool · closest name: Light Green

RGB
173, 232, 169
HSL
116°, 58%, 79%
CMYK
25, 0, 27, 9
Luminance
0.6946

At a glance

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

Hex
#ade8a9
Hue
116°
green
Saturation
58%
vivid
Lightness
79%
light
Brightness
91%
HSV value
Perceived
82%
weighted brightness
Luminance
0.6946
WCAG relative
Temperature
Cool
61/100 cool
Color family
Green
Tone
Vivid
Best ink
Black
14.89:1
Closest name
Light Green
ΔE2000 6.2
Where it sits
Hue116° of 360°
Saturation58%
Lightness79%
Temperature
Warm ← → Cool61% cool

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

Every format

HEX#ade8a9
RGBrgb(173, 232, 169)
HSLhsl(116, 58%, 79%)
CMYKcmyk(25%, 0%, 27%, 9%)
LABlab(86.7 -30.6 24.8)
LCHlch(86.7 39.4 141.0)
OKLCHoklch(0.875 0.104 143.1)
Decimal11397289
Display P3color(display-p3 0.678 0.910 0.663)

Copy-ready code

/* CSS */
color: #ade8a9;
background-color: #ade8a9;
/* Tailwind (arbitrary) */
class="text-[#ade8a9] bg-[#ade8a9]"
/* SCSS */
$brand: #ade8a9;
/* SwiftUI */
Color(red: 0.678, green: 0.910, blue: 0.663)
/* Android */
Color.parseColor("#ade8a9")
/* Flutter */
Color(0xFFADE8A9)
/* Python / OpenCV (BGR) */
(169, 232, 173)

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

Accessibility — WCAG contrast

Aa
#ade8a9 on white: 1.41:1
AA ✗ fail · AA-large · AAA
Aa
#ade8a9 on black: 14.89:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #EBDDA5
deuteranopia · #E2D7AC
tritanopia · #A8E4D7

Color scale — 50 to 950

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

#F4FBF4
#EAF7E9
#CFEFCD
#ade8a9
#80DB7A
#56D04E
#3DC134
#33A12B
#288122
#215E1D
#143B12
Base = 300Lightest = 50 · #F4FBF4Darkest = 950 · #143B12
:root {
  --brand-50: #F4FBF4;
  --brand-100: #EAF7E9;
  --brand-200: #CFEFCD;
  --brand-300: #ade8a9;
  --brand-400: #80DB7A;
  --brand-500: #56D04E;
  --brand-600: #3DC134;
  --brand-700: #33A12B;
  --brand-800: #288122;
  --brand-900: #215E1D;
  --brand-950: #143B12;
  --brand: #ade8a9;
  --brand-ink: #000000;
}

Colors that work with #ade8a9

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#F5FAF4
Tinted page background
Border#C3EDC0
Hairlines and dividers
Muted text#509B4B
Captions on the surface
Accent#7D27A5
Second voice, not a rival
Dark variant#20651B
Hover, pressed, headers
Light variant#ECFAEB
Selected rows, tints
Dark surface#152414
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 #ade8a9

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
  • Card and section backgrounds
  • 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
  • White text placed on it
  • 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#E4A9E8
Analogous left#CCE8A9
Analogous right#A9E8C4
Split-complement 1#C4A9E8
Split-complement 2#E8A9CC
Triadic 1#A9ADE8
Triadic 2#E8A9AD
Tetradic#A9CCE8

RGB percentages

Red67.8%
Green91.0%
Blue66.3%

CMYK percentages

Cyan25.4%
Magenta0.0%
Yellow27.2%
Key (black)9.0%

Color previews

#ade8a9 text on a black background

contrast 14.89:1

Card sample

#ade8a9 text on a white background

contrast 1.41:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(173, 232, 169, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 232, 169, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade8a9;
background: linear-gradient(135deg, #ade8a9, #A9E8CF);

Monochromatic scale

Palettes built from #ade8a9

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.

#ade8a9 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
SurfacesBadgesHighlightsEmpty states
Print note

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

#ade8a9, answered

What color is #ade8a9?

#ade8a9 is a light vivid green, closest to Light Green (ΔE2000 6.2). It sits at 116° on the hue wheel with 58% saturation and 79% lightness, which reads as cool.

What is the RGB value of #ade8a9?

rgb(173, 232, 169) — 173 red, 232 green and 169 blue out of 255, or 67.8% / 91% / 66.3% by channel.

Is #ade8a9 a light or a dark color?

It is a light color. Relative luminance is 0.6946 and perceived brightness is 82%, so black text on it reaches 14.89:1.

Should I use black or white text on #ade8a9?

Black. It scores 14.89:1 against #ade8a9, versus 1.41:1 for white — AAA at any size.

What is the complementary color of #ade8a9?

#E4A9E8 sits directly opposite on the wheel. Softer options are the split-complements #C4A9E8 and #E8A9CC, which give the same contrast with far less vibration.

What colors go well with #ade8a9?

For interface work: #F5FAF4 as the surface, #C3EDC0 for borders, #509B4B for secondary text, #7D27A5 as an accent and #20651B for hover and pressed states. For a palette, the analogous pair #CCE8A9 and #A9E8C4 stays calm, while #E4A9E8 is the loudest partner.

What is #ade8a9 in CMYK for printing?

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

Is #ade8a9 warm or cool?

Cool — it scores 61 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #C4E8A9; nudged cooler, #A8E9BC.

Work with #ade8a9 in the Color Lab