Skip to content

#a2f7ae

a light, electric green · cool · closest name: Pale Green

RGB
162, 247, 174
HSL
129°, 84%, 80%
CMYK
34, 0, 30, 3
Luminance
0.7726

At a glance

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

Hex
#a2f7ae
Hue
129°
green
Saturation
84%
electric
Lightness
80%
light
Brightness
97%
HSV value
Perceived
85%
weighted brightness
Luminance
0.7726
WCAG relative
Temperature
Cool
66/100 cool
Color family
Green
Tone
Electric
Best ink
Black
16.45:1
Closest name
Pale Green
ΔE2000 4.3
Where it sits
Hue129° of 360°
Saturation84%
Lightness80%
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#a2f7ae
RGBrgb(162, 247, 174)
HSLhsl(129, 84%, 80%)
CMYKcmyk(34%, 0%, 30%, 3%)
LABlab(90.4 -40.1 27.2)
LCHlch(90.4 48.5 145.9)
OKLCHoklch(0.903 0.129 147.9)
Decimal10680238
Display P3color(display-p3 0.635 0.969 0.682)

Copy-ready code

/* CSS */
color: #a2f7ae;
background-color: #a2f7ae;
/* Tailwind (arbitrary) */
class="text-[#a2f7ae] bg-[#a2f7ae]"
/* SCSS */
$brand: #a2f7ae;
/* SwiftUI */
Color(red: 0.635, green: 0.969, blue: 0.682)
/* Android */
Color.parseColor("#a2f7ae")
/* Flutter */
Color(0xFFA2F7AE)
/* Python / OpenCV (BGR) */
(174, 247, 162)

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

Accessibility — WCAG contrast

Aa
#a2f7ae on white: 1.28:1
AA ✗ fail · AA-large · AAA
Aa
#a2f7ae on black: 16.45:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #F9E9A9
deuteranopia · #ECE0B2
tritanopia · #96F3E4

Color scale — 50 to 950

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

#F2FCF4
#E6FAE8
#C5F6CC
#a2f7ae
#64F278
#30ED4B
#13E131
#10BC28
#0D9620
#0E6D1B
#094411
Base = 300Lightest = 50 · #F2FCF4Darkest = 950 · #094411
:root {
  --brand-50: #F2FCF4;
  --brand-100: #E6FAE8;
  --brand-200: #C5F6CC;
  --brand-300: #a2f7ae;
  --brand-400: #64F278;
  --brand-500: #30ED4B;
  --brand-600: #13E131;
  --brand-700: #10BC28;
  --brand-800: #0D9620;
  --brand-900: #0E6D1B;
  --brand-950: #094411;
  --brand: #a2f7ae;
  --brand-ink: #000000;
}

Colors that work with #a2f7ae

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#C0EDC6
Hairlines and dividers
Muted text#4B9B56
Captions on the surface
Accent#AC0CC0
Second voice, not a rival
Dark variant#0A7519
Hover, pressed, headers
Light variant#E8FDEB
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 #a2f7ae

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#F7A2EB
Analogous left#C0F7A2
Analogous right#A2F7D9
Split-complement 1#D9A2F7
Split-complement 2#F7A2C0
Triadic 1#AEA2F7
Triadic 2#F7AEA2
Tetradic#A2C0F7

RGB percentages

Red63.5%
Green96.9%
Blue68.2%

CMYK percentages

Cyan34.4%
Magenta0.0%
Yellow29.6%
Key (black)3.1%

Color previews

#a2f7ae text on a black background

contrast 16.45:1

Card sample

#a2f7ae text on a white background

contrast 1.28:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(162, 247, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 247, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2f7ae;
background: linear-gradient(135deg, #a2f7ae, #A2F7E7);

Monochromatic scale

Palettes built from #a2f7ae

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.

#a2f7ae 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

Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.

#a2f7ae, answered

What color is #a2f7ae?

#a2f7ae is a light electric green, closest to Pale Green (ΔE2000 4.3). It sits at 129° on the hue wheel with 84% saturation and 80% lightness, which reads as cool.

What is the RGB value of #a2f7ae?

rgb(162, 247, 174) — 162 red, 247 green and 174 blue out of 255, or 63.5% / 96.9% / 68.2% by channel.

Is #a2f7ae a light or a dark color?

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

Should I use black or white text on #a2f7ae?

Black. It scores 16.45:1 against #a2f7ae, versus 1.28:1 for white — AAA at any size.

What is the complementary color of #a2f7ae?

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

What colors go well with #a2f7ae?

For interface work: #F4FAF5 as the surface, #C0EDC6 for borders, #4B9B56 for secondary text, #AC0CC0 as an accent and #0A7519 for hover and pressed states. For a palette, the analogous pair #C0F7A2 and #A2F7D9 stays calm, while #F7A2EB is the loudest partner.

What is #a2f7ae in CMYK for printing?

cmyk(34%, 0%, 30%, 3%). This is a screen-to-ink approximation — a color this saturated sits outside most CMYK gamuts and will print duller than it looks here.

Is #a2f7ae 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 #B5F7A2; nudged cooler, #A1F8CD.

Work with #a2f7ae in the Color Lab