Skip to content

#abf6c7

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

RGB
171, 246, 199
HSL
142°, 81%, 82%
CMYK
31, 0, 19, 4
Luminance
0.7869

At a glance

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

Hex
#abf6c7
Hue
142°
green
Saturation
81%
electric
Lightness
82%
light
Brightness
96%
HSV value
Perceived
87%
weighted brightness
Luminance
0.7869
WCAG relative
Temperature
Cool
72/100 cool
Color family
Green
Tone
Electric
Best ink
Black
16.74:1
Closest name
Aqua Marine
ΔE2000 6.5
Where it sits
Hue142° of 360°
Saturation81%
Lightness82%
Temperature
Warm ← → Cool72% 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#abf6c7
RGBrgb(171, 246, 199)
HSLhsl(142, 81%, 82%)
CMYKcmyk(31%, 0%, 19%, 4%)
LABlab(91.1 -32.6 15.3)
LCHlch(91.1 36.0 154.8)
OKLCHoklch(0.911 0.098 156.4)
Decimal11269831
Display P3color(display-p3 0.671 0.965 0.780)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#abf6c7 on white: 1.25:1
AA ✗ fail · AA-large · AAA
Aa
#abf6c7 on black: 16.74:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #F5EBC4
deuteranopia · #E9E2CA
tritanopia · #9DF5E9

Color scale — 50 to 950

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

#F3FCF6
#E6F9ED
#C6F5D8
#abf6c7
#67EF9A
#34E978
#18DD61
#14B851
#109341
#106B32
#0A431F
Base = 300Lightest = 50 · #F3FCF6Darkest = 950 · #0A431F
:root {
  --brand-50: #F3FCF6;
  --brand-100: #E6F9ED;
  --brand-200: #C6F5D8;
  --brand-300: #abf6c7;
  --brand-400: #67EF9A;
  --brand-500: #34E978;
  --brand-600: #18DD61;
  --brand-700: #14B851;
  --brand-800: #109341;
  --brand-900: #106B32;
  --brand-950: #0A431F;
  --brand: #abf6c7;
  --brand-ink: #000000;
}

Colors that work with #abf6c7

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#F4FAF7
Tinted page background
Border#C0EDD1
Hairlines and dividers
Muted text#4B9B69
Captions on the surface
Accent#BD0FA7
Second voice, not a rival
Dark variant#0C7333
Hover, pressed, headers
Light variant#E8FDF0
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 #abf6c7

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#F6ABDA
Analogous left#B5F6AB
Analogous right#ABF6ED
Split-complement 1#EDABF6
Split-complement 2#F6ABB5
Triadic 1#C7ABF6
Triadic 2#F6C7AB
Tetradic#ABB5F6

RGB percentages

Red67.1%
Green96.5%
Blue78.0%

CMYK percentages

Cyan30.5%
Magenta0.0%
Yellow19.1%
Key (black)3.5%

Color previews

#abf6c7 text on a black background

contrast 16.74:1

Card sample

#abf6c7 text on a white background

contrast 1.25:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #abf6c7

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.

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

#abf6c7, answered

What color is #abf6c7?

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

What is the RGB value of #abf6c7?

rgb(171, 246, 199) — 171 red, 246 green and 199 blue out of 255, or 67.1% / 96.5% / 78% by channel.

Is #abf6c7 a light or a dark color?

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

Should I use black or white text on #abf6c7?

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

What is the complementary color of #abf6c7?

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

What colors go well with #abf6c7?

For interface work: #F4FAF7 as the surface, #C0EDD1 for borders, #4B9B69 for secondary text, #BD0FA7 as an accent and #0C7333 for hover and pressed states. For a palette, the analogous pair #B5F6AB and #ABF6ED stays calm, while #F6ABDA is the loudest partner.

What is #abf6c7 in CMYK for printing?

cmyk(31%, 0%, 19%, 4%). 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 #abf6c7 warm or cool?

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

Work with #abf6c7 in the Color Lab