Skip to content

#aee9da

a light, vivid cyan · cool · closest name: Pale Turquoise

RGB
174, 233, 218
HSL
165°, 57%, 80%
CMYK
25, 0, 6, 9
Luminance
0.7234

At a glance

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

Hex
#aee9da
Hue
165°
cyan
Saturation
57%
vivid
Lightness
80%
light
Brightness
91%
HSV value
Perceived
84%
weighted brightness
Luminance
0.7234
WCAG relative
Temperature
Cool
81/100 cool
Color family
Cyan
Tone
Vivid
Best ink
Black
15.47:1
Closest name
Pale Turquoise
ΔE2000 5.9
Where it sits
Hue165° of 360°
Saturation57%
Lightness80%
Temperature
Warm ← → Cool81% 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#aee9da
RGBrgb(174, 233, 218)
HSLhsl(165, 57%, 80%)
CMYKcmyk(25%, 0%, 6%, 9%)
LABlab(88.1 -21.7 1.2)
LCHlch(88.1 21.8 176.8)
OKLCHoklch(0.890 0.063 177.4)
Decimal11463130
Display P3color(display-p3 0.682 0.914 0.855)

Copy-ready code

/* CSS */
color: #aee9da;
background-color: #aee9da;
/* Tailwind (arbitrary) */
class="text-[#aee9da] bg-[#aee9da]"
/* SCSS */
$brand: #aee9da;
/* SwiftUI */
Color(red: 0.682, green: 0.914, blue: 0.855)
/* Android */
Color.parseColor("#aee9da")
/* Flutter */
Color(0xFFAEE9DA)
/* Python / OpenCV (BGR) */
(218, 233, 174)

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

Accessibility — WCAG contrast

Aa
#aee9da on white: 1.36:1
AA ✗ fail · AA-large · AAA
Aa
#aee9da on black: 15.47:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #E4E2D9
deuteranopia · #D9DADB
tritanopia · #9EEBE4

Color scale — 50 to 950

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

#F4FBF9
#E9F7F3
#CDEFE6
#aee9da
#7BDBC2
#4FCFAE
#34C19D
#2CA083
#238069
#1D5D4D
#123A30
Base = 300Lightest = 50 · #F4FBF9Darkest = 950 · #123A30
:root {
  --brand-50: #F4FBF9;
  --brand-100: #E9F7F3;
  --brand-200: #CDEFE6;
  --brand-300: #aee9da;
  --brand-400: #7BDBC2;
  --brand-500: #4FCFAE;
  --brand-600: #34C19D;
  --brand-700: #2CA083;
  --brand-800: #238069;
  --brand-900: #1D5D4D;
  --brand-950: #123A30;
  --brand: #aee9da;
  --brand-ink: #000000;
}

Colors that work with #aee9da

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#C0EDE1
Hairlines and dividers
Muted text#4B9B86
Captions on the surface
Accent#A42867
Second voice, not a rival
Dark variant#1B6452
Hover, pressed, headers
Light variant#EBFAF6
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 #aee9da

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#E9AEBD
Analogous left#AEE9BC
Analogous right#AEDBE9
Split-complement 1#E9AEDB
Split-complement 2#E9BCAE
Triadic 1#DAAEE9
Triadic 2#E9DAAE
Tetradic#BCAEE9

RGB percentages

Red68.2%
Green91.4%
Blue85.5%

CMYK percentages

Cyan25.3%
Magenta0.0%
Yellow6.4%
Key (black)8.6%

Color previews

#aee9da text on a black background

contrast 15.47:1

Card sample

#aee9da text on a white background

contrast 1.36:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(174, 233, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 233, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aee9da;
background: linear-gradient(135deg, #aee9da, #AED1E9);

Monochromatic scale

Palettes built from #aee9da

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.

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

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

#aee9da, answered

What color is #aee9da?

#aee9da is a light vivid cyan, closest to Pale Turquoise (ΔE2000 5.9). It sits at 165° on the hue wheel with 57% saturation and 80% lightness, which reads as cool.

What is the RGB value of #aee9da?

rgb(174, 233, 218) — 174 red, 233 green and 218 blue out of 255, or 68.2% / 91.4% / 85.5% by channel.

Is #aee9da a light or a dark color?

It is a light color. Relative luminance is 0.7234 and perceived brightness is 84%, so black text on it reaches 15.47:1.

Should I use black or white text on #aee9da?

Black. It scores 15.47:1 against #aee9da, versus 1.36:1 for white — AAA at any size.

What is the complementary color of #aee9da?

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

What colors go well with #aee9da?

For interface work: #F4FAF9 as the surface, #C0EDE1 for borders, #4B9B86 for secondary text, #A42867 as an accent and #1B6452 for hover and pressed states. For a palette, the analogous pair #AEE9BC and #AEDBE9 stays calm, while #E9AEBD is the loudest partner.

What is #aee9da in CMYK for printing?

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

Is #aee9da warm or cool?

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

Work with #aee9da in the Color Lab