Skip to content

#a8ebec

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

RGB
168, 235, 236
HSL
181°, 64%, 79%
CMYK
29, 0, 0, 8
Luminance
0.7380

At a glance

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

Hex
#a8ebec
Hue
181°
cyan
Saturation
64%
vivid
Lightness
79%
light
Brightness
93%
HSV value
Perceived
85%
weighted brightness
Luminance
0.7380
WCAG relative
Temperature
Cool
88/100 cool
Color family
Cyan
Tone
Vivid
Best ink
Black
15.76:1
Closest name
Pale Turquoise
ΔE2000 1
Where it sits
Hue181° of 360°
Saturation64%
Lightness79%
Temperature
Warm ← → Cool88% 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#a8ebec
RGBrgb(168, 235, 236)
HSLhsl(181, 64%, 79%)
CMYKcmyk(29%, 0%, 0%, 8%)
LABlab(88.8 -20.6 -7.2)
LCHlch(88.8 21.8 199.3)
OKLCHoklch(0.896 0.067 197.2)
Decimal11070444
Display P3color(display-p3 0.659 0.922 0.925)

Copy-ready code

/* CSS */
color: #a8ebec;
background-color: #a8ebec;
/* Tailwind (arbitrary) */
class="text-[#a8ebec] bg-[#a8ebec]"
/* SCSS */
$brand: #a8ebec;
/* SwiftUI */
Color(red: 0.659, green: 0.922, blue: 0.925)
/* Android */
Color.parseColor("#a8ebec")
/* Flutter */
Color(0xFFA8EBEC)
/* Python / OpenCV (BGR) */
(236, 235, 168)

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

Accessibility — WCAG contrast

Aa
#a8ebec on white: 1.33:1
AA ✗ fail · AA-large · AAA
Aa
#a8ebec on black: 15.76:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #E2E5EC
deuteranopia · #D5DBED
tritanopia · #90EFEB

Color scale — 50 to 950

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

#F4FBFB
#E8F7F7
#CBF0F1
#a8ebec
#75DFE1
#47D5D7
#2CC7C9
#25A6A7
#1D8486
#196061
#103C3D
Base = 300Lightest = 50 · #F4FBFBDarkest = 950 · #103C3D
:root {
  --brand-50: #F4FBFB;
  --brand-100: #E8F7F7;
  --brand-200: #CBF0F1;
  --brand-300: #a8ebec;
  --brand-400: #75DFE1;
  --brand-500: #47D5D7;
  --brand-600: #2CC7C9;
  --brand-700: #25A6A7;
  --brand-800: #1D8486;
  --brand-900: #196061;
  --brand-950: #103C3D;
  --brand: #a8ebec;
  --brand-ink: #000000;
}

Colors that work with #a8ebec

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#C0ECED
Hairlines and dividers
Muted text#4B9A9B
Captions on the surface
Accent#AB2142
Second voice, not a rival
Dark variant#176769
Hover, pressed, headers
Light variant#EAFAFA
Selected rows, tints
Dark surface#142424
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 #a8ebec

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#ECA9A8
Analogous left#A8ECCB
Analogous right#A8C9EC
Split-complement 1#ECA8C9
Split-complement 2#ECCBA8
Triadic 1#ECA8EB
Triadic 2#EBECA8
Tetradic#CBA8EC

RGB percentages

Red65.9%
Green92.2%
Blue92.5%

CMYK percentages

Cyan28.8%
Magenta0.4%
Yellow0.0%
Key (black)7.5%

Color previews

#a8ebec text on a black background

contrast 15.76:1

Card sample

#a8ebec text on a white background

contrast 1.33:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(168, 235, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 235, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a8ebec;
background: linear-gradient(135deg, #a8ebec, #A8BEEC);

Monochromatic scale

Palettes built from #a8ebec

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.

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

#a8ebec, answered

What color is #a8ebec?

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

What is the RGB value of #a8ebec?

rgb(168, 235, 236) — 168 red, 235 green and 236 blue out of 255, or 65.9% / 92.2% / 92.5% by channel.

Is #a8ebec a light or a dark color?

It is a light color. Relative luminance is 0.7380 and perceived brightness is 85%, so black text on it reaches 15.76:1.

Should I use black or white text on #a8ebec?

Black. It scores 15.76:1 against #a8ebec, versus 1.33:1 for white — AAA at any size.

What is the complementary color of #a8ebec?

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

What colors go well with #a8ebec?

For interface work: #F4FAFA as the surface, #C0ECED for borders, #4B9A9B for secondary text, #AB2142 as an accent and #176769 for hover and pressed states. For a palette, the analogous pair #A8ECCB and #A8C9EC stays calm, while #ECA9A8 is the loudest partner.

What is #a8ebec in CMYK for printing?

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

Is #a8ebec warm or cool?

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

Work with #a8ebec in the Color Lab