Skip to content

#abe7df

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

RGB
171, 231, 223
HSL
172°, 56%, 79%
CMYK
26, 0, 4, 9
Luminance
0.7114

At a glance

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

Hex
#abe7df
Hue
172°
cyan
Saturation
56%
vivid
Lightness
79%
light
Brightness
91%
HSV value
Perceived
84%
weighted brightness
Luminance
0.7114
WCAG relative
Temperature
Cool
84/100 cool
Color family
Cyan
Tone
Vivid
Best ink
Black
15.23:1
Closest name
Pale Turquoise
ΔE2000 3.5
Where it sits
Hue172° of 360°
Saturation56%
Lightness79%
Temperature
Warm ← → Cool84% 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#abe7df
RGBrgb(171, 231, 223)
HSLhsl(172, 56%, 79%)
CMYKcmyk(26%, 0%, 4%, 9%)
LABlab(87.5 -20.6 -2.3)
LCHlch(87.5 20.7 186.3)
OKLCHoklch(0.885 0.062 185.9)
Decimal11266015
Display P3color(display-p3 0.671 0.906 0.875)

Copy-ready code

/* CSS */
color: #abe7df;
background-color: #abe7df;
/* Tailwind (arbitrary) */
class="text-[#abe7df] bg-[#abe7df]"
/* SCSS */
$brand: #abe7df;
/* SwiftUI */
Color(red: 0.671, green: 0.906, blue: 0.875)
/* Android */
Color.parseColor("#abe7df")
/* Flutter */
Color(0xFFABE7DF)
/* Python / OpenCV (BGR) */
(223, 231, 171)

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

Accessibility — WCAG contrast

Aa
#abe7df on white: 1.38:1
AA ✗ fail · AA-large · AAA
Aa
#abe7df on black: 15.23:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #E1E0DF
deuteranopia · #D6D8E0
tritanopia · #99EAE4

Color scale — 50 to 950

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

#F4FBFA
#E9F6F5
#CEEEEA
#abe7df
#7CDACD
#50CDBD
#36BEAC
#2D9F90
#247F73
#1E5D54
#133A35
Base = 300Lightest = 50 · #F4FBFADarkest = 950 · #133A35
:root {
  --brand-50: #F4FBFA;
  --brand-100: #E9F6F5;
  --brand-200: #CEEEEA;
  --brand-300: #abe7df;
  --brand-400: #7CDACD;
  --brand-500: #50CDBD;
  --brand-600: #36BEAC;
  --brand-700: #2D9F90;
  --brand-800: #247F73;
  --brand-900: #1E5D54;
  --brand-950: #133A35;
  --brand: #abe7df;
  --brand-ink: #000000;
}

Colors that work with #abe7df

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#C0EDE7
Hairlines and dividers
Muted text#4B9B90
Captions on the surface
Accent#A22A57
Second voice, not a rival
Dark variant#1C635A
Hover, pressed, headers
Light variant#EBF9F7
Selected rows, tints
Dark surface#142422
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 #abe7df

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#E7ABB3
Analogous left#ABE7C1
Analogous right#ABD1E7
Split-complement 1#E7ABD1
Split-complement 2#E7C1AB
Triadic 1#DFABE7
Triadic 2#E7DFAB
Tetradic#C1ABE7

RGB percentages

Red67.1%
Green90.6%
Blue87.5%

CMYK percentages

Cyan26.0%
Magenta0.0%
Yellow3.5%
Key (black)9.4%

Color previews

#abe7df text on a black background

contrast 15.23:1

Card sample

#abe7df text on a white background

contrast 1.38:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #abe7df

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.

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

#abe7df, answered

What color is #abe7df?

#abe7df is a light vivid cyan, closest to Pale Turquoise (ΔE2000 3.5). It sits at 172° on the hue wheel with 56% saturation and 79% lightness, which reads as cool.

What is the RGB value of #abe7df?

rgb(171, 231, 223) — 171 red, 231 green and 223 blue out of 255, or 67.1% / 90.6% / 87.5% by channel.

Is #abe7df a light or a dark color?

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

Should I use black or white text on #abe7df?

Black. It scores 15.23:1 against #abe7df, versus 1.38:1 for white — AAA at any size.

What is the complementary color of #abe7df?

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

What colors go well with #abe7df?

For interface work: #F4FAFA as the surface, #C0EDE7 for borders, #4B9B90 for secondary text, #A22A57 as an accent and #1C635A for hover and pressed states. For a palette, the analogous pair #ABE7C1 and #ABD1E7 stays calm, while #E7ABB3 is the loudest partner.

What is #abe7df in CMYK for printing?

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

Is #abe7df warm or cool?

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

Work with #abe7df in the Color Lab