Skip to content

#acf7b3

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

RGB
172, 247, 179
HSL
126°, 82%, 82%
CMYK
30, 0, 28, 3
Luminance
0.7855

At a glance

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

Hex
#acf7b3
Hue
126°
green
Saturation
82%
electric
Lightness
82%
light
Brightness
97%
HSV value
Perceived
86%
weighted brightness
Luminance
0.7855
WCAG relative
Temperature
Cool
65/100 cool
Color family
Green
Tone
Electric
Best ink
Black
16.71:1
Closest name
Pale Green
ΔE2000 5.4
Where it sits
Hue126° of 360°
Saturation82%
Lightness82%
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#acf7b3
RGBrgb(172, 247, 179)
HSLhsl(126, 82%, 82%)
CMYKcmyk(30%, 0%, 28%, 3%)
LABlab(91.0 -36.2 25.5)
LCHlch(91.0 44.3 144.8)
OKLCHoklch(0.910 0.118 146.8)
Decimal11335603
Display P3color(display-p3 0.675 0.969 0.702)

Copy-ready code

/* CSS */
color: #acf7b3;
background-color: #acf7b3;
/* Tailwind (arbitrary) */
class="text-[#acf7b3] bg-[#acf7b3]"
/* SCSS */
$brand: #acf7b3;
/* SwiftUI */
Color(red: 0.675, green: 0.969, blue: 0.702)
/* Android */
Color.parseColor("#acf7b3")
/* Flutter */
Color(0xFFACF7B3)
/* Python / OpenCV (BGR) */
(179, 247, 172)

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

Accessibility — WCAG contrast

Aa
#acf7b3 on white: 1.26:1
AA ✗ fail · AA-large · AAA
Aa
#acf7b3 on black: 16.71:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #F9EAAF
deuteranopia · #EDE2B7
tritanopia · #A3F3E5

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #acf7b3 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
#E6FAE8
#C6F6CA
#acf7b3
#66F072
#32EB44
#16DF28
#12BA22
#0E951B
#0F6C17
#09430F
Base = 300Lightest = 50 · #F2FCF3Darkest = 950 · #09430F
:root {
  --brand-50: #F2FCF3;
  --brand-100: #E6FAE8;
  --brand-200: #C6F6CA;
  --brand-300: #acf7b3;
  --brand-400: #66F072;
  --brand-500: #32EB44;
  --brand-600: #16DF28;
  --brand-700: #12BA22;
  --brand-800: #0E951B;
  --brand-900: #0F6C17;
  --brand-950: #09430F;
  --brand: #acf7b3;
  --brand-ink: #000000;
}

Colors that work with #acf7b3

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#A40DBF
Second voice, not a rival
Dark variant#0B7415
Hover, pressed, headers
Light variant#E8FDEA
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 #acf7b3

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#F7ACF0
Analogous left#CBF7AC
Analogous right#ACF7D9
Split-complement 1#D9ACF7
Split-complement 2#F7ACCB
Triadic 1#B3ACF7
Triadic 2#F7B3AC
Tetradic#ACCBF7

RGB percentages

Red67.5%
Green96.9%
Blue70.2%

CMYK percentages

Cyan30.4%
Magenta0.0%
Yellow27.5%
Key (black)3.1%

Color previews

#acf7b3 text on a black background

contrast 16.71:1

Card sample

#acf7b3 text on a white background

contrast 1.26:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #acf7b3

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.

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

#acf7b3, answered

What color is #acf7b3?

#acf7b3 is a light electric green, closest to Pale Green (ΔE2000 5.4). It sits at 126° on the hue wheel with 82% saturation and 82% lightness, which reads as cool.

What is the RGB value of #acf7b3?

rgb(172, 247, 179) — 172 red, 247 green and 179 blue out of 255, or 67.5% / 96.9% / 70.2% by channel.

Is #acf7b3 a light or a dark color?

It is a light color. Relative luminance is 0.7855 and perceived brightness is 86%, so black text on it reaches 16.71:1.

Should I use black or white text on #acf7b3?

Black. It scores 16.71:1 against #acf7b3, versus 1.26:1 for white — AAA at any size.

What is the complementary color of #acf7b3?

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

What colors go well with #acf7b3?

For interface work: #F4FAF5 as the surface, #C0EDC4 for borders, #4B9B52 for secondary text, #A40DBF as an accent and #0B7415 for hover and pressed states. For a palette, the analogous pair #CBF7AC and #ACF7D9 stays calm, while #F7ACF0 is the loudest partner.

What is #acf7b3 in CMYK for printing?

cmyk(30%, 0%, 28%, 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 #acf7b3 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 #C1F7AC; nudged cooler, #ABF8CF.

Work with #acf7b3 in the Color Lab