Skip to content

#ace4d8

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

RGB
172, 228, 216
HSL
167°, 51%, 78%
CMYK
25, 0, 5, 11
Luminance
0.6922

At a glance

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

Hex
#ace4d8
Hue
167°
cyan
Saturation
51%
vivid
Lightness
78%
light
Brightness
89%
HSV value
Perceived
83%
weighted brightness
Luminance
0.6922
WCAG relative
Temperature
Cool
82/100 cool
Color family
Cyan
Tone
Vivid
Best ink
Black
14.84:1
Closest name
Pale Turquoise
ΔE2000 5.2
Where it sits
Hue167° of 360°
Saturation51%
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#ace4d8
RGBrgb(172, 228, 216)
HSLhsl(167, 51%, 78%)
CMYKcmyk(25%, 0%, 5%, 11%)
LABlab(86.6 -20.3 0.1)
LCHlch(86.6 20.3 179.9)
OKLCHoklch(0.877 0.060 180.2)
Decimal11330776
Display P3color(display-p3 0.675 0.894 0.847)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#ace4d8 on white: 1.41:1
AA ✗ fail · AA-large · AAA
Aa
#ace4d8 on black: 14.84:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #DFDDD8
deuteranopia · #D5D6D9
tritanopia · #9DE6E0

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #ace4d8 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
#EAF6F3
#CFEDE6
#ace4d8
#80D6C3
#56C8AF
#3CB99E
#329A84
#287B69
#215A4E
#143830
Base = 300Lightest = 50 · #F4FAF9Darkest = 950 · #143830
:root {
  --brand-50: #F4FAF9;
  --brand-100: #EAF6F3;
  --brand-200: #CFEDE6;
  --brand-300: #ace4d8;
  --brand-400: #80D6C3;
  --brand-500: #56C8AF;
  --brand-600: #3CB99E;
  --brand-700: #329A84;
  --brand-800: #287B69;
  --brand-900: #215A4E;
  --brand-950: #143830;
  --brand: #ace4d8;
  --brand-ink: #000000;
}

Colors that work with #ace4d8

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#C1EBE2
Hairlines and dividers
Muted text#4B9B8A
Captions on the surface
Accent#9E2E62
Second voice, not a rival
Dark variant#1F6052
Hover, pressed, headers
Light variant#ECF9F6
Selected rows, tints
Dark surface#142421
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 #ace4d8

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#E4ACB8
Analogous left#ACE4BC
Analogous right#ACD4E4
Split-complement 1#E4ACD4
Split-complement 2#E4BCAC
Triadic 1#D8ACE4
Triadic 2#E4D8AC
Tetradic#BCACE4

RGB percentages

Red67.5%
Green89.4%
Blue84.7%

CMYK percentages

Cyan24.6%
Magenta0.0%
Yellow5.3%
Key (black)10.6%

Color previews

#ace4d8 text on a black background

contrast 14.84:1

Card sample

#ace4d8 text on a white background

contrast 1.41:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #ace4d8

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.

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

#ace4d8, answered

What color is #ace4d8?

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

What is the RGB value of #ace4d8?

rgb(172, 228, 216) — 172 red, 228 green and 216 blue out of 255, or 67.5% / 89.4% / 84.7% by channel.

Is #ace4d8 a light or a dark color?

It is a light color. Relative luminance is 0.6922 and perceived brightness is 83%, so black text on it reaches 14.84:1.

Should I use black or white text on #ace4d8?

Black. It scores 14.84:1 against #ace4d8, versus 1.41:1 for white — AAA at any size.

What is the complementary color of #ace4d8?

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

What colors go well with #ace4d8?

For interface work: #F4FAF9 as the surface, #C1EBE2 for borders, #4B9B8A for secondary text, #9E2E62 as an accent and #1F6052 for hover and pressed states. For a palette, the analogous pair #ACE4BC and #ACD4E4 stays calm, while #E4ACB8 is the loudest partner.

What is #ace4d8 in CMYK for printing?

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

Is #ace4d8 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 #ACE4C3; nudged cooler, #ABDCE5.

Work with #ace4d8 in the Color Lab