Skip to content

#abf2b4

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

RGB
171, 242, 180
HSL
128°, 73%, 81%
CMYK
29, 0, 26, 5
Luminance
0.7546

At a glance

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

Hex
#abf2b4
Hue
128°
green
Saturation
73%
vivid
Lightness
81%
light
Brightness
95%
HSV value
Perceived
85%
weighted brightness
Luminance
0.7546
WCAG relative
Temperature
Cool
66/100 cool
Color family
Green
Tone
Vivid
Best ink
Black
16.09:1
Closest name
Light Green
ΔE2000 6.2
Where it sits
Hue128° of 360°
Saturation73%
Lightness81%
Temperature
Warm ← → Cool66% 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#abf2b4
RGBrgb(171, 242, 180)
HSLhsl(128, 73%, 81%)
CMYKcmyk(29%, 0%, 26%, 5%)
LABlab(89.6 -34.1 23.1)
LCHlch(89.6 41.1 145.9)
OKLCHoklch(0.898 0.110 147.8)
Decimal11268788
Display P3color(display-p3 0.671 0.949 0.706)

Copy-ready code

/* CSS */
color: #abf2b4;
background-color: #abf2b4;
/* Tailwind (arbitrary) */
class="text-[#abf2b4] bg-[#abf2b4]"
/* SCSS */
$brand: #abf2b4;
/* SwiftUI */
Color(red: 0.671, green: 0.949, blue: 0.706)
/* Android */
Color.parseColor("#abf2b4")
/* Flutter */
Color(0xFFABF2B4)
/* Python / OpenCV (BGR) */
(180, 242, 171)

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

Accessibility — WCAG contrast

Aa
#abf2b4 on white: 1.31:1
AA ✗ fail · AA-large · AAA
Aa
#abf2b4 on black: 16.09:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #F4E6B0
deuteranopia · #E8DEB7
tritanopia · #A2EFE1

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #abf2b4 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
#E7F8E9
#C8F3CE
#abf2b4
#6DE87D
#3DE151
#21D438
#1BB12E
#168D25
#14661E
#0C4013
Base = 300Lightest = 50 · #F3FCF4Darkest = 950 · #0C4013
:root {
  --brand-50: #F3FCF4;
  --brand-100: #E7F8E9;
  --brand-200: #C8F3CE;
  --brand-300: #abf2b4;
  --brand-400: #6DE87D;
  --brand-500: #3DE151;
  --brand-600: #21D438;
  --brand-700: #1BB12E;
  --brand-800: #168D25;
  --brand-900: #14661E;
  --brand-950: #0C4013;
  --brand: #abf2b4;
  --brand-ink: #000000;
}

Colors that work with #abf2b4

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#C0EDC5
Hairlines and dividers
Muted text#4B9B55
Captions on the surface
Accent#A217B5
Second voice, not a rival
Dark variant#116E1D
Hover, pressed, headers
Light variant#E9FCEB
Selected rows, tints
Dark surface#142416
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 #abf2b4

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#F2ABE9
Analogous left#C6F2AB
Analogous right#ABF2D8
Split-complement 1#D8ABF2
Split-complement 2#F2ABC6
Triadic 1#B4ABF2
Triadic 2#F2B4AB
Tetradic#ABC6F2

RGB percentages

Red67.1%
Green94.9%
Blue70.6%

CMYK percentages

Cyan29.3%
Magenta0.0%
Yellow25.6%
Key (black)5.1%

Color previews

#abf2b4 text on a black background

contrast 16.09:1

Card sample

#abf2b4 text on a white background

contrast 1.31:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #abf2b4

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.

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

#abf2b4, answered

What color is #abf2b4?

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

What is the RGB value of #abf2b4?

rgb(171, 242, 180) — 171 red, 242 green and 180 blue out of 255, or 67.1% / 94.9% / 70.6% by channel.

Is #abf2b4 a light or a dark color?

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

Should I use black or white text on #abf2b4?

Black. It scores 16.09:1 against #abf2b4, versus 1.31:1 for white — AAA at any size.

What is the complementary color of #abf2b4?

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

What colors go well with #abf2b4?

For interface work: #F4FAF5 as the surface, #C0EDC5 for borders, #4B9B55 for secondary text, #A217B5 as an accent and #116E1D for hover and pressed states. For a palette, the analogous pair #C6F2AB and #ABF2D8 stays calm, while #F2ABE9 is the loudest partner.

What is #abf2b4 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 #abf2b4 warm or cool?

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

Work with #abf2b4 in the Color Lab