Skip to content

#a5eee2

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

RGB
165, 238, 226
HSL
170°, 68%, 79%
CMYK
31, 0, 5, 7
Luminance
0.7464

At a glance

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

Hex
#a5eee2
Hue
170°
cyan
Saturation
68%
vivid
Lightness
79%
light
Brightness
93%
HSV value
Perceived
85%
weighted brightness
Luminance
0.7464
WCAG relative
Temperature
Cool
83/100 cool
Color family
Cyan
Tone
Vivid
Best ink
Black
15.93:1
Closest name
Pale Turquoise
ΔE2000 5
Where it sits
Hue170° of 360°
Saturation68%
Lightness79%
Temperature
Warm ← → Cool83% 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#a5eee2
RGBrgb(165, 238, 226)
HSLhsl(170, 68%, 79%)
CMYKcmyk(31%, 0%, 5%, 7%)
LABlab(89.2 -25.1 -1.4)
LCHlch(89.2 25.1 183.2)
OKLCHoklch(0.898 0.074 183.2)
Decimal10874594
Display P3color(display-p3 0.647 0.933 0.886)

Copy-ready code

/* CSS */
color: #a5eee2;
background-color: #a5eee2;
/* Tailwind (arbitrary) */
class="text-[#a5eee2] bg-[#a5eee2]"
/* SCSS */
$brand: #a5eee2;
/* SwiftUI */
Color(red: 0.647, green: 0.933, blue: 0.886)
/* Android */
Color.parseColor("#a5eee2")
/* Flutter */
Color(0xFFA5EEE2)
/* Python / OpenCV (BGR) */
(226, 238, 165)

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

Accessibility — WCAG contrast

Aa
#a5eee2 on white: 1.32:1
AA ✗ fail · AA-large · AAA
Aa
#a5eee2 on black: 15.93:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #E7E6E2
deuteranopia · #DADCE3
tritanopia · #8EF1EA

Color scale — 50 to 950

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

#F3FBFA
#E8F8F5
#CAF2EB
#a5eee2
#71E4D1
#42DBC2
#27CEB2
#20AC95
#1A8977
#176457
#0E3E36
Base = 300Lightest = 50 · #F3FBFADarkest = 950 · #0E3E36
:root {
  --brand-50: #F3FBFA;
  --brand-100: #E8F8F5;
  --brand-200: #CAF2EB;
  --brand-300: #a5eee2;
  --brand-400: #71E4D1;
  --brand-500: #42DBC2;
  --brand-600: #27CEB2;
  --brand-700: #20AC95;
  --brand-800: #1A8977;
  --brand-900: #176457;
  --brand-950: #0E3E36;
  --brand: #a5eee2;
  --brand-ink: #000000;
}

Colors that work with #a5eee2

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#C0EDE5
Hairlines and dividers
Muted text#4B9B8E
Captions on the surface
Accent#AF1D5A
Second voice, not a rival
Dark variant#146B5D
Hover, pressed, headers
Light variant#EAFBF8
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 #a5eee2

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#EEA5B1
Analogous left#A5EEBD
Analogous right#A5D6EE
Split-complement 1#EEA5D6
Split-complement 2#EEBDA5
Triadic 1#E2A5EE
Triadic 2#EEE2A5
Tetradic#BDA5EE

RGB percentages

Red64.7%
Green93.3%
Blue88.6%

CMYK percentages

Cyan30.7%
Magenta0.0%
Yellow5.0%
Key (black)6.7%

Color previews

#a5eee2 text on a black background

contrast 15.93:1

Card sample

#a5eee2 text on a white background

contrast 1.32:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(165, 238, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 238, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a5eee2;
background: linear-gradient(135deg, #a5eee2, #A5C9EE);

Monochromatic scale

Palettes built from #a5eee2

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.

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

#a5eee2, answered

What color is #a5eee2?

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

What is the RGB value of #a5eee2?

rgb(165, 238, 226) — 165 red, 238 green and 226 blue out of 255, or 64.7% / 93.3% / 88.6% by channel.

Is #a5eee2 a light or a dark color?

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

Should I use black or white text on #a5eee2?

Black. It scores 15.93:1 against #a5eee2, versus 1.32:1 for white — AAA at any size.

What is the complementary color of #a5eee2?

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

What colors go well with #a5eee2?

For interface work: #F4FAF9 as the surface, #C0EDE5 for borders, #4B9B8E for secondary text, #AF1D5A as an accent and #146B5D for hover and pressed states. For a palette, the analogous pair #A5EEBD and #A5D6EE stays calm, while #EEA5B1 is the loudest partner.

What is #a5eee2 in CMYK for printing?

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

Is #a5eee2 warm or cool?

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

Work with #a5eee2 in the Color Lab