Skip to content

#9af7a2

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

RGB
154, 247, 162
HSL
125°, 85%, 79%
CMYK
38, 0, 34, 3
Luminance
0.7600

At a glance

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

Hex
#9af7a2
Hue
125°
green
Saturation
85%
electric
Lightness
79%
light
Brightness
97%
HSV value
Perceived
84%
weighted brightness
Luminance
0.7600
WCAG relative
Temperature
Cool
65/100 cool
Color family
Green
Tone
Electric
Best ink
Black
16.20:1
Closest name
Pale Green
ΔE2000 2.3
Where it sits
Hue125° of 360°
Saturation85%
Lightness79%
Temperature
Warm ← → Cool65% 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#9af7a2
RGBrgb(154, 247, 162)
HSLhsl(125, 85%, 79%)
CMYKcmyk(38%, 0%, 34%, 3%)
LABlab(89.9 -44.5 32.4)
LCHlch(89.9 55.0 143.9)
OKLCHoklch(0.897 0.146 146.2)
Decimal10155938
Display P3color(display-p3 0.604 0.969 0.635)

Copy-ready code

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

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

Accessibility — WCAG contrast

Aa
#9af7a2 on white: 1.30:1
AA ✗ fail · AA-large · AAA
Aa
#9af7a2 on black: 16.20:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #FAE89C
deuteranopia · #ECDEA7
tritanopia · #8EF3E1

Color scale — 50 to 950

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

#F2FCF3
#E5FAE7
#C5F7C9
#9af7a2
#63F370
#2FEF40
#12E324
#0FBD1E
#0C9718
#0D6D15
#08440D
Base = 300Lightest = 50 · #F2FCF3Darkest = 950 · #08440D
:root {
  --brand-50: #F2FCF3;
  --brand-100: #E5FAE7;
  --brand-200: #C5F7C9;
  --brand-300: #9af7a2;
  --brand-400: #63F370;
  --brand-500: #2FEF40;
  --brand-600: #12E324;
  --brand-700: #0FBD1E;
  --brand-800: #0C9718;
  --brand-900: #0D6D15;
  --brand-950: #08440D;
  --brand: #9af7a2;
  --brand-ink: #000000;
}

Colors that work with #9af7a2

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#C0EDC4
Hairlines and dividers
Muted text#4B9B52
Captions on the surface
Accent#A30BC1
Second voice, not a rival
Dark variant#097613
Hover, pressed, headers
Light variant#E7FDE9
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 #9af7a2

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#F79AEF
Analogous left#C0F79A
Analogous right#9AF7D0
Split-complement 1#D09AF7
Split-complement 2#F79AC0
Triadic 1#A29AF7
Triadic 2#F7A29A
Tetradic#9AC0F7

RGB percentages

Red60.4%
Green96.9%
Blue63.5%

CMYK percentages

Cyan37.7%
Magenta0.0%
Yellow34.4%
Key (black)3.1%

Color previews

#9af7a2 text on a black background

contrast 16.20:1

Card sample

#9af7a2 text on a white background

contrast 1.30:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #9af7a2

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.

#9af7a2 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.

#9af7a2, answered

What color is #9af7a2?

#9af7a2 is a light electric green, closest to Pale Green (ΔE2000 2.3). It sits at 125° on the hue wheel with 85% saturation and 79% lightness, which reads as cool.

What is the RGB value of #9af7a2?

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

Is #9af7a2 a light or a dark color?

It is a light color. Relative luminance is 0.7600 and perceived brightness is 84%, so black text on it reaches 16.20:1.

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

Black. It scores 16.20:1 against #9af7a2, versus 1.30:1 for white — AAA at any size.

What is the complementary color of #9af7a2?

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

What colors go well with #9af7a2?

For interface work: #F4FAF5 as the surface, #C0EDC4 for borders, #4B9B52 for secondary text, #A30BC1 as an accent and #097613 for hover and pressed states. For a palette, the analogous pair #C0F79A and #9AF7D0 stays calm, while #F79AEF is the loudest partner.

What is #9af7a2 in CMYK for printing?

cmyk(38%, 0%, 34%, 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 #9af7a2 warm or cool?

Cool — it scores 65 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #B4F79A; nudged cooler, #99F8C4.

Work with #9af7a2 in the Color Lab