Skip to content

#adf2b2

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

RGB
173, 242, 178
HSL
124°, 73%, 81%
CMYK
29, 0, 26, 5
Luminance
0.7560

At a glance

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

Hex
#adf2b2
Hue
124°
green
Saturation
73%
vivid
Lightness
81%
light
Brightness
95%
HSV value
Perceived
85%
weighted brightness
Luminance
0.7560
WCAG relative
Temperature
Cool
64/100 cool
Color family
Green
Tone
Vivid
Best ink
Black
16.12:1
Closest name
Light Green
ΔE2000 5.9
Where it sits
Hue124° of 360°
Saturation73%
Lightness81%
Temperature
Warm ← → Cool64% 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#adf2b2
RGBrgb(173, 242, 178)
HSLhsl(124, 73%, 81%)
CMYKcmyk(29%, 0%, 26%, 5%)
LABlab(89.7 -33.8 24.2)
LCHlch(89.7 41.6 144.4)
OKLCHoklch(0.899 0.111 146.4)
Decimal11399858
Display P3color(display-p3 0.678 0.949 0.698)

Copy-ready code

/* CSS */
color: #adf2b2;
background-color: #adf2b2;
/* Tailwind (arbitrary) */
class="text-[#adf2b2] bg-[#adf2b2]"
/* SCSS */
$brand: #adf2b2;
/* SwiftUI */
Color(red: 0.678, green: 0.949, blue: 0.698)
/* Android */
Color.parseColor("#adf2b2")
/* Flutter */
Color(0xFFADF2B2)
/* Python / OpenCV (BGR) */
(178, 242, 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 #adf2b2 · 16.12:1
Use #000000AAA at every size.
Aa
White text · 1.30:1
AA fail · AA large fail · AAA fail
Aa
Black text · 16.12:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #adf2b2 as text scores 1.30:1 on white and 16.12:1 on black.

Accessibility — WCAG contrast

Aa
#adf2b2 on white: 1.30:1
AA ✗ fail · AA-large · AAA
Aa
#adf2b2 on black: 16.12:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #F4E6AE
deuteranopia · #E9DFB5
tritanopia · #A5EFE1

Color scale — 50 to 950

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

#F3FCF4
#E7F8E8
#C9F3CC
#adf2b2
#6EE877
#3DE049
#22D32E
#1CB027
#168D1F
#14661A
#0D4010
Base = 300Lightest = 50 · #F3FCF4Darkest = 950 · #0D4010
:root {
  --brand-50: #F3FCF4;
  --brand-100: #E7F8E8;
  --brand-200: #C9F3CC;
  --brand-300: #adf2b2;
  --brand-400: #6EE877;
  --brand-500: #3DE049;
  --brand-600: #22D32E;
  --brand-700: #1CB027;
  --brand-800: #168D1F;
  --brand-900: #14661A;
  --brand-950: #0D4010;
  --brand: #adf2b2;
  --brand-ink: #000000;
}

Colors that work with #adf2b2

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#F4FAF5
Tinted page background
Border#C0EDC3
Hairlines and dividers
Muted text#4B9B50
Captions on the surface
Accent#9818B4
Second voice, not a rival
Dark variant#116E18
Hover, pressed, headers
Light variant#E9FCEA
Selected rows, tints
Dark surface#142415
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 #adf2b2

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#F2ADED
Analogous left#CBF2AD
Analogous right#ADF2D5
Split-complement 1#D5ADF2
Split-complement 2#F2ADCB
Triadic 1#B2ADF2
Triadic 2#F2B2AD
Tetradic#ADCBF2

RGB percentages

Red67.8%
Green94.9%
Blue69.8%

CMYK percentages

Cyan28.5%
Magenta0.0%
Yellow26.4%
Key (black)5.1%

Color previews

#adf2b2 text on a black background

contrast 16.12:1

Card sample

#adf2b2 text on a white background

contrast 1.30:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #adf2b2

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.

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

#adf2b2, answered

What color is #adf2b2?

#adf2b2 is a light vivid green, closest to Light Green (ΔE2000 5.9). It sits at 124° on the hue wheel with 73% saturation and 81% lightness, which reads as cool.

What is the RGB value of #adf2b2?

rgb(173, 242, 178) — 173 red, 242 green and 178 blue out of 255, or 67.8% / 94.9% / 69.8% by channel.

Is #adf2b2 a light or a dark color?

It is a light color. Relative luminance is 0.7560 and perceived brightness is 85%, so black text on it reaches 16.12:1.

Should I use black or white text on #adf2b2?

Black. It scores 16.12:1 against #adf2b2, versus 1.30:1 for white — AAA at any size.

What is the complementary color of #adf2b2?

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

What colors go well with #adf2b2?

For interface work: #F4FAF5 as the surface, #C0EDC3 for borders, #4B9B50 for secondary text, #9818B4 as an accent and #116E18 for hover and pressed states. For a palette, the analogous pair #CBF2AD and #ADF2D5 stays calm, while #F2ADED is the loudest partner.

What is #adf2b2 in CMYK for printing?

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

Is #adf2b2 warm or cool?

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

Work with #adf2b2 in the Color Lab