Skip to content

#abf7c6

a light, electric green · cool · closest name: Aqua Marine

RGB
171, 247, 198
HSL
141°, 83%, 82%
CMYK
31, 0, 20, 3
Luminance
0.7926

At a glance

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

Hex
#abf7c6
Hue
141°
green
Saturation
83%
electric
Lightness
82%
light
Brightness
97%
HSV value
Perceived
87%
weighted brightness
Luminance
0.7926
WCAG relative
Temperature
Cool
71/100 cool
Color family
Green
Tone
Electric
Best ink
Black
16.85:1
Closest name
Aqua Marine
ΔE2000 6.6
Where it sits
Hue141° of 360°
Saturation83%
Lightness82%
Temperature
Warm ← → Cool71% 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#abf7c6
RGBrgb(171, 247, 198)
HSLhsl(141, 83%, 82%)
CMYKcmyk(31%, 0%, 20%, 3%)
LABlab(91.3 -33.2 16.2)
LCHlch(91.3 37.0 154.0)
OKLCHoklch(0.913 0.101 155.6)
Decimal11270086
Display P3color(display-p3 0.671 0.969 0.776)

Copy-ready code

/* CSS */
color: #abf7c6;
background-color: #abf7c6;
/* Tailwind (arbitrary) */
class="text-[#abf7c6] bg-[#abf7c6]"
/* SCSS */
$brand: #abf7c6;
/* SwiftUI */
Color(red: 0.671, green: 0.969, blue: 0.776)
/* Android */
Color.parseColor("#abf7c6")
/* Flutter */
Color(0xFFABF7C6)
/* Python / OpenCV (BGR) */
(198, 247, 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 #abf7c6 · 16.85:1
Use #000000AAA at every size.
Aa
White text · 1.25:1
AA fail · AA large fail · AAA fail
Aa
Black text · 16.85:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #abf7c6 as text scores 1.25:1 on white and 16.85:1 on black.

Accessibility — WCAG contrast

Aa
#abf7c6 on white: 1.25:1
AA ✗ fail · AA-large · AAA
Aa
#abf7c6 on black: 16.85:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #F6EBC3
deuteranopia · #EAE3C9
tritanopia · #9DF5E9

Color scale — 50 to 950

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

#F2FCF6
#E6FAED
#C6F6D7
#abf7c6
#65F097
#32EB74
#15E05D
#12BA4E
#0E953E
#0F6C30
#09431E
Base = 300Lightest = 50 · #F2FCF6Darkest = 950 · #09431E
:root {
  --brand-50: #F2FCF6;
  --brand-100: #E6FAED;
  --brand-200: #C6F6D7;
  --brand-300: #abf7c6;
  --brand-400: #65F097;
  --brand-500: #32EB74;
  --brand-600: #15E05D;
  --brand-700: #12BA4E;
  --brand-800: #0E953E;
  --brand-900: #0F6C30;
  --brand-950: #09431E;
  --brand: #abf7c6;
  --brand-ink: #000000;
}

Colors that work with #abf7c6

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#F4FAF6
Tinted page background
Border#C0EDD0
Hairlines and dividers
Muted text#4B9B67
Captions on the surface
Accent#BF0DAD
Second voice, not a rival
Dark variant#0B7430
Hover, pressed, headers
Light variant#E8FDEF
Selected rows, tints
Dark surface#14241A
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 #abf7c6

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#F7ABDC
Analogous left#B6F7AB
Analogous right#ABF7EC
Split-complement 1#ECABF7
Split-complement 2#F7ABB6
Triadic 1#C6ABF7
Triadic 2#F7C6AB
Tetradic#ABB6F7

RGB percentages

Red67.1%
Green96.9%
Blue77.6%

CMYK percentages

Cyan30.8%
Magenta0.0%
Yellow19.8%
Key (black)3.1%

Color previews

#abf7c6 text on a black background

contrast 16.85:1

Card sample

#abf7c6 text on a white background

contrast 1.25:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #abf7c6

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.

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

#abf7c6, answered

What color is #abf7c6?

#abf7c6 is a light electric green, closest to Aqua Marine (ΔE2000 6.6). It sits at 141° on the hue wheel with 83% saturation and 82% lightness, which reads as cool.

What is the RGB value of #abf7c6?

rgb(171, 247, 198) — 171 red, 247 green and 198 blue out of 255, or 67.1% / 96.9% / 77.6% by channel.

Is #abf7c6 a light or a dark color?

It is a light color. Relative luminance is 0.7926 and perceived brightness is 87%, so black text on it reaches 16.85:1.

Should I use black or white text on #abf7c6?

Black. It scores 16.85:1 against #abf7c6, versus 1.25:1 for white — AAA at any size.

What is the complementary color of #abf7c6?

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

What colors go well with #abf7c6?

For interface work: #F4FAF6 as the surface, #C0EDD0 for borders, #4B9B67 for secondary text, #BF0DAD as an accent and #0B7430 for hover and pressed states. For a palette, the analogous pair #B6F7AB and #ABF7EC stays calm, while #F7ABDC is the loudest partner.

What is #abf7c6 in CMYK for printing?

cmyk(31%, 0%, 20%, 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 #abf7c6 warm or cool?

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

Work with #abf7c6 in the Color Lab