Skip to content

#a9f5df

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

RGB
169, 245, 223
HSL
163°, 79%, 81%
CMYK
31, 0, 9, 4
Luminance
0.7907

At a glance

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

Hex
#a9f5df
Hue
163°
cyan
Saturation
79%
electric
Lightness
81%
light
Brightness
96%
HSV value
Perceived
87%
weighted brightness
Luminance
0.7907
WCAG relative
Temperature
Cool
80/100 cool
Color family
Cyan
Tone
Electric
Best ink
Black
16.81:1
Closest name
Aqua Marine
ΔE2000 7.3
Where it sits
Hue163° of 360°
Saturation79%
Lightness81%
Temperature
Warm ← → Cool80% 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#a9f5df
RGBrgb(169, 245, 223)
HSLhsl(163, 79%, 81%)
CMYKcmyk(31%, 0%, 9%, 4%)
LABlab(91.3 -27.9 3.1)
LCHlch(91.3 28.1 173.6)
OKLCHoklch(0.914 0.081 174.4)
Decimal11138527
Display P3color(display-p3 0.663 0.961 0.875)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#a9f5df on white: 1.25:1
AA ✗ fail · AA-large · AAA
Aa
#a9f5df on black: 16.81:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #F0ECDE
deuteranopia · #E2E2E1
tritanopia · #94F7EE

Color scale — 50 to 950

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

#F3FCF9
#E6F9F4
#C7F5E8
#a9f5df
#68EDC7
#36E8B4
#19DBA3
#15B788
#11926D
#116A50
#0A4232
Base = 300Lightest = 50 · #F3FCF9Darkest = 950 · #0A4232
:root {
  --brand-50: #F3FCF9;
  --brand-100: #E6F9F4;
  --brand-200: #C7F5E8;
  --brand-300: #a9f5df;
  --brand-400: #68EDC7;
  --brand-500: #36E8B4;
  --brand-600: #19DBA3;
  --brand-700: #15B788;
  --brand-800: #11926D;
  --brand-900: #116A50;
  --brand-950: #0A4232;
  --brand: #a9f5df;
  --brand-ink: #000000;
}

Colors that work with #a9f5df

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#F4FAF9
Tinted page background
Border#C0EDE0
Hairlines and dividers
Muted text#4B9B84
Captions on the surface
Accent#BB116C
Second voice, not a rival
Dark variant#0D7255
Hover, pressed, headers
Light variant#E8FCF6
Selected rows, tints
Dark surface#142420
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 #a9f5df

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
  • Thin strokes and 1px borders — they disappear on light UI
  • 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#F5A9BF
Analogous left#A9F5B9
Analogous right#A9E5F5
Split-complement 1#F5A9E5
Split-complement 2#F5B9A9
Triadic 1#DFA9F5
Triadic 2#F5DFA9
Tetradic#B9A9F5

RGB percentages

Red66.3%
Green96.1%
Blue87.5%

CMYK percentages

Cyan31.0%
Magenta0.0%
Yellow9.0%
Key (black)3.9%

Color previews

#a9f5df text on a black background

contrast 16.81:1

Card sample

#a9f5df text on a white background

contrast 1.25:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #a9f5df

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.

#a9f5df in the real world

Where a color in this family tends to land, and the interface roles it is usually asked to play.

Industries
TechnologyTravelHealthcareMedia
Common UI roles
SurfacesBadgesHighlightsEmpty states
Print note

Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.

#a9f5df, answered

What color is #a9f5df?

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

What is the RGB value of #a9f5df?

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

Is #a9f5df a light or a dark color?

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

Should I use black or white text on #a9f5df?

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

What is the complementary color of #a9f5df?

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

What colors go well with #a9f5df?

For interface work: #F4FAF9 as the surface, #C0EDE0 for borders, #4B9B84 for secondary text, #BB116C as an accent and #0D7255 for hover and pressed states. For a palette, the analogous pair #A9F5B9 and #A9E5F5 stays calm, while #F5A9BF is the loudest partner.

What is #a9f5df in CMYK for printing?

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

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

Work with #a9f5df in the Color Lab