Skip to content

#ace2d5

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

RGB
172, 226, 213
HSL
166°, 48%, 78%
CMYK
24, 0, 6, 11
Luminance
0.6797

At a glance

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

Hex
#ace2d5
Hue
166°
cyan
Saturation
48%
vivid
Lightness
78%
light
Brightness
89%
HSV value
Perceived
82%
weighted brightness
Luminance
0.6797
WCAG relative
Temperature
Cool
82/100 cool
Color family
Cyan
Tone
Vivid
Best ink
Black
14.59:1
Closest name
Pale Turquoise
ΔE2000 5.8
Where it sits
Hue166° of 360°
Saturation48%
Lightness78%
Temperature
Warm ← → Cool82% 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#ace2d5
RGBrgb(172, 226, 213)
HSLhsl(166, 48%, 78%)
CMYKcmyk(24%, 0%, 6%, 11%)
LABlab(86.0 -19.9 0.7)
LCHlch(86.0 19.9 177.9)
OKLCHoklch(0.872 0.058 178.4)
Decimal11330261
Display P3color(display-p3 0.675 0.886 0.835)

Copy-ready code

/* CSS */
color: #ace2d5;
background-color: #ace2d5;
/* Tailwind (arbitrary) */
class="text-[#ace2d5] bg-[#ace2d5]"
/* SCSS */
$brand: #ace2d5;
/* SwiftUI */
Color(red: 0.675, green: 0.886, blue: 0.835)
/* Android */
Color.parseColor("#ace2d5")
/* Flutter */
Color(0xFFACE2D5)
/* Python / OpenCV (BGR) */
(213, 226, 172)

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

Accessibility — WCAG contrast

Aa
#ace2d5 on white: 1.44:1
AA ✗ fail · AA-large · AAA
Aa
#ace2d5 on black: 14.59:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #DEDBD4
deuteranopia · #D3D4D6
tritanopia · #9EE4DE

Color scale — 50 to 950

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

#F4FAF9
#EAF5F3
#D0ECE5
#ace2d5
#82D3C0
#59C5AB
#3FB599
#359780
#2A7966
#22584B
#15372F
Base = 300Lightest = 50 · #F4FAF9Darkest = 950 · #15372F
:root {
  --brand-50: #F4FAF9;
  --brand-100: #EAF5F3;
  --brand-200: #D0ECE5;
  --brand-300: #ace2d5;
  --brand-400: #82D3C0;
  --brand-500: #59C5AB;
  --brand-600: #3FB599;
  --brand-700: #359780;
  --brand-800: #2A7966;
  --brand-900: #22584B;
  --brand-950: #15372F;
  --brand: #ace2d5;
  --brand-ink: #000000;
}

Colors that work with #ace2d5

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#C3EAE0
Hairlines and dividers
Muted text#4B9B88
Captions on the surface
Accent#9B3164
Second voice, not a rival
Dark variant#215E50
Hover, pressed, headers
Light variant#ECF8F5
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 #ace2d5

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#E2ACB9
Analogous left#ACE2BA
Analogous right#ACD4E2
Split-complement 1#E2ACD4
Split-complement 2#E2BAAC
Triadic 1#D5ACE2
Triadic 2#E2D5AC
Tetradic#BAACE2

RGB percentages

Red67.5%
Green88.6%
Blue83.5%

CMYK percentages

Cyan23.9%
Magenta0.0%
Yellow5.8%
Key (black)11.4%

Color previews

#ace2d5 text on a black background

contrast 14.59:1

Card sample

#ace2d5 text on a white background

contrast 1.44:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(172, 226, 213, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 226, 213, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace2d5;
background: linear-gradient(135deg, #ace2d5, #ACCBE2);

Monochromatic scale

Palettes built from #ace2d5

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.

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

#ace2d5, answered

What color is #ace2d5?

#ace2d5 is a light vivid cyan, closest to Pale Turquoise (ΔE2000 5.8). It sits at 166° on the hue wheel with 48% saturation and 78% lightness, which reads as cool.

What is the RGB value of #ace2d5?

rgb(172, 226, 213) — 172 red, 226 green and 213 blue out of 255, or 67.5% / 88.6% / 83.5% by channel.

Is #ace2d5 a light or a dark color?

It is a light color. Relative luminance is 0.6797 and perceived brightness is 82%, so black text on it reaches 14.59:1.

Should I use black or white text on #ace2d5?

Black. It scores 14.59:1 against #ace2d5, versus 1.44:1 for white — AAA at any size.

What is the complementary color of #ace2d5?

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

What colors go well with #ace2d5?

For interface work: #F4FAF9 as the surface, #C3EAE0 for borders, #4B9B88 for secondary text, #9B3164 as an accent and #215E50 for hover and pressed states. For a palette, the analogous pair #ACE2BA and #ACD4E2 stays calm, while #E2ACB9 is the loudest partner.

What is #ace2d5 in CMYK for printing?

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

Is #ace2d5 warm or cool?

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

Work with #ace2d5 in the Color Lab