Skip to content

#aee7eb

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

RGB
174, 231, 235
HSL
184°, 60%, 80%
CMYK
26, 2, 0, 8
Luminance
0.7215

At a glance

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

Hex
#aee7eb
Hue
184°
cyan
Saturation
60%
vivid
Lightness
80%
light
Brightness
92%
HSV value
Perceived
85%
weighted brightness
Luminance
0.7215
WCAG relative
Temperature
Cool
89/100 cool
Color family
Cyan
Tone
Vivid
Best ink
Black
15.43:1
Closest name
Pale Turquoise
ΔE2000 2.5
Where it sits
Hue184° of 360°
Saturation60%
Lightness80%
Temperature
Warm ← → Cool89% 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#aee7eb
RGBrgb(174, 231, 235)
HSLhsl(184, 60%, 80%)
CMYKcmyk(26%, 2%, 0%, 8%)
LABlab(88.0 -17.1 -7.8)
LCHlch(88.0 18.8 204.6)
OKLCHoklch(0.890 0.058 201.6)
Decimal11462635
Display P3color(display-p3 0.682 0.906 0.922)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#aee7eb on white: 1.36:1
AA ✗ fail · AA-large · AAA
Aa
#aee7eb on black: 15.43:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #DFE2EB
deuteranopia · #D3D9EB
tritanopia · #9AEBE8

Color scale — 50 to 950

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

#F4FAFB
#E8F6F7
#CCEDEF
#aee7eb
#78D7DE
#4BCAD3
#30BBC4
#289CA4
#207C83
#1B5B5F
#11393C
Base = 300Lightest = 50 · #F4FAFBDarkest = 950 · #11393C
:root {
  --brand-50: #F4FAFB;
  --brand-100: #E8F6F7;
  --brand-200: #CCEDEF;
  --brand-300: #aee7eb;
  --brand-400: #78D7DE;
  --brand-500: #4BCAD3;
  --brand-600: #30BBC4;
  --brand-700: #289CA4;
  --brand-800: #207C83;
  --brand-900: #1B5B5F;
  --brand-950: #11393C;
  --brand: #aee7eb;
  --brand-ink: #000000;
}

Colors that work with #aee7eb

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#F4FAFA
Tinted page background
Border#C0EAED
Hairlines and dividers
Muted text#4B969B
Captions on the surface
Accent#A8243D
Second voice, not a rival
Dark variant#196166
Hover, pressed, headers
Light variant#EBF9FA
Selected rows, tints
Dark surface#142324
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 #aee7eb

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#EBB2AE
Analogous left#AEEBD0
Analogous right#AEC9EB
Split-complement 1#EBAEC9
Split-complement 2#EBD0AE
Triadic 1#EBAEE7
Triadic 2#E7EBAE
Tetradic#D0AEEB

RGB percentages

Red68.2%
Green90.6%
Blue92.2%

CMYK percentages

Cyan26.0%
Magenta1.7%
Yellow0.0%
Key (black)7.8%

Color previews

#aee7eb text on a black background

contrast 15.43:1

Card sample

#aee7eb text on a white background

contrast 1.36:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #aee7eb

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.

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

#aee7eb, answered

What color is #aee7eb?

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

What is the RGB value of #aee7eb?

rgb(174, 231, 235) — 174 red, 231 green and 235 blue out of 255, or 68.2% / 90.6% / 92.2% by channel.

Is #aee7eb a light or a dark color?

It is a light color. Relative luminance is 0.7215 and perceived brightness is 85%, so black text on it reaches 15.43:1.

Should I use black or white text on #aee7eb?

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

What is the complementary color of #aee7eb?

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

What colors go well with #aee7eb?

For interface work: #F4FAFA as the surface, #C0EAED for borders, #4B969B for secondary text, #A8243D as an accent and #196166 for hover and pressed states. For a palette, the analogous pair #AEEBD0 and #AEC9EB stays calm, while #EBB2AE is the loudest partner.

What is #aee7eb in CMYK for printing?

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

Is #aee7eb warm or cool?

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

Work with #aee7eb in the Color Lab