Skip to content

#a7f2cf

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

RGB
167, 242, 207
HSL
152°, 74%, 80%
CMYK
31, 0, 15, 5
Luminance
0.7622

At a glance

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

Hex
#a7f2cf
Hue
152°
green
Saturation
74%
vivid
Lightness
80%
light
Brightness
95%
HSV value
Perceived
86%
weighted brightness
Luminance
0.7622
WCAG relative
Temperature
Cool
76/100 cool
Color family
Green
Tone
Vivid
Best ink
Black
16.24:1
Closest name
Aqua Marine
ΔE2000 5.9
Where it sits
Hue152° of 360°
Saturation74%
Lightness80%
Temperature
Warm ← → Cool76% 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#a7f2cf
RGBrgb(167, 242, 207)
HSLhsl(152, 74%, 80%)
CMYKcmyk(31%, 0%, 15%, 5%)
LABlab(90.0 -30.3 9.6)
LCHlch(90.0 31.8 162.5)
OKLCHoklch(0.902 0.089 163.9)
Decimal11006671
Display P3color(display-p3 0.655 0.949 0.812)

Copy-ready code

/* CSS */
color: #a7f2cf;
background-color: #a7f2cf;
/* Tailwind (arbitrary) */
class="text-[#a7f2cf] bg-[#a7f2cf]"
/* SCSS */
$brand: #a7f2cf;
/* SwiftUI */
Color(red: 0.655, green: 0.949, blue: 0.812)
/* Android */
Color.parseColor("#a7f2cf")
/* Flutter */
Color(0xFFA7F2CF)
/* Python / OpenCV (BGR) */
(207, 242, 167)

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

Accessibility — WCAG contrast

Aa
#a7f2cf on white: 1.29:1
AA ✗ fail · AA-large · AAA
Aa
#a7f2cf on black: 16.24:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #EFE8CD
deuteranopia · #E2DFD1
tritanopia · #96F2E8

Color scale — 50 to 950

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

#F3FCF8
#E7F9F0
#C8F4DF
#a7f2cf
#6CE9AF
#3BE294
#1FD580
#1AB26B
#158E56
#136740
#0C4028
Base = 300Lightest = 50 · #F3FCF8Darkest = 950 · #0C4028
:root {
  --brand-50: #F3FCF8;
  --brand-100: #E7F9F0;
  --brand-200: #C8F4DF;
  --brand-300: #a7f2cf;
  --brand-400: #6CE9AF;
  --brand-500: #3BE294;
  --brand-600: #1FD580;
  --brand-700: #1AB26B;
  --brand-800: #158E56;
  --brand-900: #136740;
  --brand-950: #0C4028;
  --brand: #a7f2cf;
  --brand-ink: #000000;
}

Colors that work with #a7f2cf

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#F4FAF8
Tinted page background
Border#C0EDD8
Hairlines and dividers
Muted text#4B9B75
Captions on the surface
Accent#B61689
Second voice, not a rival
Dark variant#106F43
Hover, pressed, headers
Light variant#E9FCF3
Selected rows, tints
Dark surface#14241D
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 #a7f2cf

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#F2A7CA
Analogous left#A7F2A9
Analogous right#A7F0F2
Split-complement 1#F2A7F0
Split-complement 2#F2A9A7
Triadic 1#CFA7F2
Triadic 2#F2CFA7
Tetradic#A9A7F2

RGB percentages

Red65.5%
Green94.9%
Blue81.2%

CMYK percentages

Cyan31.0%
Magenta0.0%
Yellow14.5%
Key (black)5.1%

Color previews

#a7f2cf text on a black background

contrast 16.24:1

Card sample

#a7f2cf text on a white background

contrast 1.29:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(167, 242, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 242, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7f2cf;
background: linear-gradient(135deg, #a7f2cf, #A7E3F2);

Monochromatic scale

Palettes built from #a7f2cf

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.

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

Converts to four-color process without much drama. Proof it anyway.

#a7f2cf, answered

What color is #a7f2cf?

#a7f2cf is a light vivid green, closest to Aqua Marine (ΔE2000 5.9). It sits at 152° on the hue wheel with 74% saturation and 80% lightness, which reads as cool.

What is the RGB value of #a7f2cf?

rgb(167, 242, 207) — 167 red, 242 green and 207 blue out of 255, or 65.5% / 94.9% / 81.2% by channel.

Is #a7f2cf a light or a dark color?

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

Should I use black or white text on #a7f2cf?

Black. It scores 16.24:1 against #a7f2cf, versus 1.29:1 for white — AAA at any size.

What is the complementary color of #a7f2cf?

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

What colors go well with #a7f2cf?

For interface work: #F4FAF8 as the surface, #C0EDD8 for borders, #4B9B75 for secondary text, #B61689 as an accent and #106F43 for hover and pressed states. For a palette, the analogous pair #A7F2A9 and #A7F0F2 stays calm, while #F2A7CA is the loudest partner.

What is #a7f2cf in CMYK for printing?

cmyk(31%, 0%, 15%, 5%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.

Is #a7f2cf warm or cool?

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

Work with #a7f2cf in the Color Lab