Skip to content

#ace7d0

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

RGB
172, 231, 208
HSL
157°, 55%, 79%
CMYK
26, 0, 10, 9
Luminance
0.7048

At a glance

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

Hex
#ace7d0
Hue
157°
green
Saturation
55%
vivid
Lightness
79%
light
Brightness
91%
HSV value
Perceived
83%
weighted brightness
Luminance
0.7048
WCAG relative
Temperature
Cool
78/100 cool
Color family
Green
Tone
Vivid
Best ink
Black
15.10:1
Closest name
Pale Turquoise
ΔE2000 8.8
Where it sits
Hue157° of 360°
Saturation55%
Lightness79%
Temperature
Warm ← → Cool78% 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#ace7d0
RGBrgb(172, 231, 208)
HSLhsl(157, 55%, 79%)
CMYKcmyk(26%, 0%, 10%, 9%)
LABlab(87.2 -23.4 5.2)
LCHlch(87.2 23.9 167.6)
OKLCHoklch(0.881 0.068 168.8)
Decimal11331536
Display P3color(display-p3 0.675 0.906 0.816)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#ace7d0 on white: 1.39:1
AA ✗ fail · AA-large · AAA
Aa
#ace7d0 on black: 15.10:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #E4DFCF
deuteranopia · #D9D7D1
tritanopia · #9EE8E0

Color scale — 50 to 950

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

#F4FBF8
#E9F6F1
#CEEEE1
#ace7d0
#7CD9B5
#51CD9C
#37BE89
#2E9E72
#257F5B
#1E5C44
#133A2B
Base = 300Lightest = 50 · #F4FBF8Darkest = 950 · #133A2B
:root {
  --brand-50: #F4FBF8;
  --brand-100: #E9F6F1;
  --brand-200: #CEEEE1;
  --brand-300: #ace7d0;
  --brand-400: #7CD9B5;
  --brand-500: #51CD9C;
  --brand-600: #37BE89;
  --brand-700: #2E9E72;
  --brand-800: #257F5B;
  --brand-900: #1E5C44;
  --brand-950: #133A2B;
  --brand: #ace7d0;
  --brand-ink: #000000;
}

Colors that work with #ace7d0

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#F4FAF8
Tinted page background
Border#C0EDDB
Hairlines and dividers
Muted text#4B9B7C
Captions on the surface
Accent#A22A76
Second voice, not a rival
Dark variant#1D6347
Hover, pressed, headers
Light variant#EBF9F4
Selected rows, tints
Dark surface#14241E
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 #ace7d0

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
  • 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#E7ACC3
Analogous left#ACE7B2
Analogous right#ACE0E7
Split-complement 1#E7ACE0
Split-complement 2#E7B2AC
Triadic 1#D0ACE7
Triadic 2#E7D0AC
Tetradic#B2ACE7

RGB percentages

Red67.5%
Green90.6%
Blue81.6%

CMYK percentages

Cyan25.5%
Magenta0.0%
Yellow10.0%
Key (black)9.4%

Color previews

#ace7d0 text on a black background

contrast 15.10:1

Card sample

#ace7d0 text on a white background

contrast 1.39:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #ace7d0

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.

#ace7d0 in the real world

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

Industries
SustainabilityFinanceHealth and wellnessAgriculture
Common UI roles
SurfacesBadgesHighlightsEmpty states
Print note

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

#ace7d0, answered

What color is #ace7d0?

#ace7d0 is a light vivid green, closest to Pale Turquoise (ΔE2000 8.8). It sits at 157° on the hue wheel with 55% saturation and 79% lightness, which reads as cool.

What is the RGB value of #ace7d0?

rgb(172, 231, 208) — 172 red, 231 green and 208 blue out of 255, or 67.5% / 90.6% / 81.6% by channel.

Is #ace7d0 a light or a dark color?

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

Should I use black or white text on #ace7d0?

Black. It scores 15.10:1 against #ace7d0, versus 1.39:1 for white — AAA at any size.

What is the complementary color of #ace7d0?

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

What colors go well with #ace7d0?

For interface work: #F4FAF8 as the surface, #C0EDDB for borders, #4B9B7C for secondary text, #A22A76 as an accent and #1D6347 for hover and pressed states. For a palette, the analogous pair #ACE7B2 and #ACE0E7 stays calm, while #E7ACC3 is the loudest partner.

What is #ace7d0 in CMYK for printing?

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

Is #ace7d0 warm or cool?

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

Work with #ace7d0 in the Color Lab