Skip to content

#afe8da

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

RGB
175, 232, 218
HSL
165°, 55%, 80%
CMYK
25, 0, 6, 9
Luminance
0.7189

At a glance

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

Hex
#afe8da
Hue
165°
cyan
Saturation
55%
vivid
Lightness
80%
light
Brightness
91%
HSV value
Perceived
84%
weighted brightness
Luminance
0.7189
WCAG relative
Temperature
Cool
81/100 cool
Color family
Cyan
Tone
Vivid
Best ink
Black
15.38:1
Closest name
Pale Turquoise
ΔE2000 5.6
Where it sits
Hue165° of 360°
Saturation55%
Lightness80%
Temperature
Warm ← → Cool81% 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#afe8da
RGBrgb(175, 232, 218)
HSLhsl(165, 55%, 80%)
CMYKcmyk(25%, 0%, 6%, 9%)
LABlab(87.9 -20.9 0.9)
LCHlch(87.9 20.9 177.5)
OKLCHoklch(0.888 0.061 178.0)
Decimal11528410
Display P3color(display-p3 0.686 0.910 0.855)

Copy-ready code

/* CSS */
color: #afe8da;
background-color: #afe8da;
/* Tailwind (arbitrary) */
class="text-[#afe8da] bg-[#afe8da]"
/* SCSS */
$brand: #afe8da;
/* SwiftUI */
Color(red: 0.686, green: 0.910, blue: 0.855)
/* Android */
Color.parseColor("#afe8da")
/* Flutter */
Color(0xFFAFE8DA)
/* Python / OpenCV (BGR) */
(218, 232, 175)

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

Accessibility — WCAG contrast

Aa
#afe8da on white: 1.37:1
AA ✗ fail · AA-large · AAA
Aa
#afe8da on black: 15.38:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #E3E1D9
deuteranopia · #D9D9DB
tritanopia · #A0EAE4

Color scale — 50 to 950

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

#F4FBF9
#E9F6F3
#CEEEE6
#afe8da
#7CD9C3
#51CDAE
#37BE9D
#2E9E83
#247F69
#1E5C4D
#133A30
Base = 300Lightest = 50 · #F4FBF9Darkest = 950 · #133A30
:root {
  --brand-50: #F4FBF9;
  --brand-100: #E9F6F3;
  --brand-200: #CEEEE6;
  --brand-300: #afe8da;
  --brand-400: #7CD9C3;
  --brand-500: #51CDAE;
  --brand-600: #37BE9D;
  --brand-700: #2E9E83;
  --brand-800: #247F69;
  --brand-900: #1E5C4D;
  --brand-950: #133A30;
  --brand: #afe8da;
  --brand-ink: #000000;
}

Colors that work with #afe8da

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#C0EDE2
Hairlines and dividers
Muted text#4B9B87
Captions on the surface
Accent#A22A65
Second voice, not a rival
Dark variant#1C6352
Hover, pressed, headers
Light variant#EBF9F6
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 #afe8da

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#E8AFBD
Analogous left#AFE8BE
Analogous right#AFD9E8
Split-complement 1#E8AFD9
Split-complement 2#E8BEAF
Triadic 1#DAAFE8
Triadic 2#E8DAAF
Tetradic#BEAFE8

RGB percentages

Red68.6%
Green91.0%
Blue85.5%

CMYK percentages

Cyan24.6%
Magenta0.0%
Yellow6.0%
Key (black)9.0%

Color previews

#afe8da text on a black background

contrast 15.38:1

Card sample

#afe8da text on a white background

contrast 1.37:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(175, 232, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 232, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe8da;
background: linear-gradient(135deg, #afe8da, #AFD0E8);

Monochromatic scale

Palettes built from #afe8da

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.

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

#afe8da, answered

What color is #afe8da?

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

What is the RGB value of #afe8da?

rgb(175, 232, 218) — 175 red, 232 green and 218 blue out of 255, or 68.6% / 91% / 85.5% by channel.

Is #afe8da a light or a dark color?

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

Should I use black or white text on #afe8da?

Black. It scores 15.38:1 against #afe8da, versus 1.37:1 for white — AAA at any size.

What is the complementary color of #afe8da?

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

What colors go well with #afe8da?

For interface work: #F4FAF9 as the surface, #C0EDE2 for borders, #4B9B87 for secondary text, #A22A65 as an accent and #1C6352 for hover and pressed states. For a palette, the analogous pair #AFE8BE and #AFD9E8 stays calm, while #E8AFBD is the loudest partner.

What is #afe8da in CMYK for printing?

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

Is #afe8da warm or cool?

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

Work with #afe8da in the Color Lab