Skip to content

#a9f5cf

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

RGB
169, 245, 207
HSL
150°, 79%, 81%
CMYK
31, 0, 16, 4
Luminance
0.7824

At a glance

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

Hex
#a9f5cf
Hue
150°
green
Saturation
79%
electric
Lightness
81%
light
Brightness
96%
HSV value
Perceived
87%
weighted brightness
Luminance
0.7824
WCAG relative
Temperature
Cool
75/100 cool
Color family
Green
Tone
Electric
Best ink
Black
16.65:1
Closest name
Aqua Marine
ΔE2000 5.7
Where it sits
Hue150° of 360°
Saturation79%
Lightness81%
Temperature
Warm ← → Cool75% 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#a9f5cf
RGBrgb(169, 245, 207)
HSLhsl(150, 79%, 81%)
CMYKcmyk(31%, 0%, 16%, 4%)
LABlab(90.9 -31.2 10.9)
LCHlch(90.9 33.0 160.7)
OKLCHoklch(0.910 0.092 162.1)
Decimal11138511
Display P3color(display-p3 0.663 0.961 0.812)

Copy-ready code

/* CSS */
color: #a9f5cf;
background-color: #a9f5cf;
/* Tailwind (arbitrary) */
class="text-[#a9f5cf] bg-[#a9f5cf]"
/* SCSS */
$brand: #a9f5cf;
/* SwiftUI */
Color(red: 0.663, green: 0.961, blue: 0.812)
/* Android */
Color.parseColor("#a9f5cf")
/* Flutter */
Color(0xFFA9F5CF)
/* Python / OpenCV (BGR) */
(207, 245, 169)

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

Accessibility — WCAG contrast

Aa
#a9f5cf on white: 1.26:1
AA ✗ fail · AA-large · AAA
Aa
#a9f5cf on black: 16.65:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #F3EACD
deuteranopia · #E6E1D1
tritanopia · #99F5EA

Color scale — 50 to 950

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

#F3FCF7
#E6F9F0
#C7F5DE
#a9f5cf
#68EDAB
#36E88F
#19DB7A
#15B766
#119252
#116A3D
#0A4226
Base = 300Lightest = 50 · #F3FCF7Darkest = 950 · #0A4226
:root {
  --brand-50: #F3FCF7;
  --brand-100: #E6F9F0;
  --brand-200: #C7F5DE;
  --brand-300: #a9f5cf;
  --brand-400: #68EDAB;
  --brand-500: #36E88F;
  --brand-600: #19DB7A;
  --brand-700: #15B766;
  --brand-800: #119252;
  --brand-900: #116A3D;
  --brand-950: #0A4226;
  --brand: #a9f5cf;
  --brand-ink: #000000;
}

Colors that work with #a9f5cf

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#C0EDD6
Hairlines and dividers
Muted text#4B9B73
Captions on the surface
Accent#BB1190
Second voice, not a rival
Dark variant#0D7240
Hover, pressed, headers
Light variant#E8FCF2
Selected rows, tints
Dark surface#14241C
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 #a9f5cf

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#F5A9CF
Analogous left#A9F5A9
Analogous right#A9F5F5
Split-complement 1#F5A9F5
Split-complement 2#F5A9A9
Triadic 1#CFA9F5
Triadic 2#F5CFA9
Tetradic#A9A9F5

RGB percentages

Red66.3%
Green96.1%
Blue81.2%

CMYK percentages

Cyan31.0%
Magenta0.0%
Yellow15.5%
Key (black)3.9%

Color previews

#a9f5cf text on a black background

contrast 16.65:1

Card sample

#a9f5cf text on a white background

contrast 1.26:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #a9f5cf

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.

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

#a9f5cf, answered

What color is #a9f5cf?

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

What is the RGB value of #a9f5cf?

rgb(169, 245, 207) — 169 red, 245 green and 207 blue out of 255, or 66.3% / 96.1% / 81.2% by channel.

Is #a9f5cf a light or a dark color?

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

Should I use black or white text on #a9f5cf?

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

What is the complementary color of #a9f5cf?

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

What colors go well with #a9f5cf?

For interface work: #F4FAF7 as the surface, #C0EDD6 for borders, #4B9B73 for secondary text, #BB1190 as an accent and #0D7240 for hover and pressed states. For a palette, the analogous pair #A9F5A9 and #A9F5F5 stays calm, while #F5A9CF is the loudest partner.

What is #a9f5cf in CMYK for printing?

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

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

Work with #a9f5cf in the Color Lab