Skip to content

#a2ebee

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

RGB
162, 235, 238
HSL
182°, 69%, 78%
CMYK
32, 1, 0, 7
Luminance
0.7327

At a glance

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

Hex
#a2ebee
Hue
182°
cyan
Saturation
69%
vivid
Lightness
78%
light
Brightness
93%
HSV value
Perceived
85%
weighted brightness
Luminance
0.7327
WCAG relative
Temperature
Cool
89/100 cool
Color family
Cyan
Tone
Vivid
Best ink
Black
15.65:1
Closest name
Pale Turquoise
ΔE2000 2
Where it sits
Hue182° of 360°
Saturation69%
Lightness78%
Temperature
Warm ← → Cool89% 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#a2ebee
RGBrgb(162, 235, 238)
HSLhsl(182, 69%, 78%)
CMYKcmyk(32%, 1%, 0%, 7%)
LABlab(88.6 -21.8 -8.7)
LCHlch(88.6 23.4 201.7)
OKLCHoklch(0.893 0.072 199.2)
Decimal10677230
Display P3color(display-p3 0.635 0.922 0.933)

Copy-ready code

/* CSS */
color: #a2ebee;
background-color: #a2ebee;
/* Tailwind (arbitrary) */
class="text-[#a2ebee] bg-[#a2ebee]"
/* SCSS */
$brand: #a2ebee;
/* SwiftUI */
Color(red: 0.635, green: 0.922, blue: 0.933)
/* Android */
Color.parseColor("#a2ebee")
/* Flutter */
Color(0xFFA2EBEE)
/* Python / OpenCV (BGR) */
(238, 235, 162)

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

Accessibility — WCAG contrast

Aa
#a2ebee on white: 1.34:1
AA ✗ fail · AA-large · AAA
Aa
#a2ebee on black: 15.65:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #E1E4EE
deuteranopia · #D3DAEF
tritanopia · #86F0EC

Color scale — 50 to 950

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

#F3FBFB
#E7F7F8
#CAF0F2
#a2ebee
#71E0E5
#41D6DC
#26C8CF
#20A7AC
#19858A
#166164
#0E3D3F
Base = 300Lightest = 50 · #F3FBFBDarkest = 950 · #0E3D3F
:root {
  --brand-50: #F3FBFB;
  --brand-100: #E7F7F8;
  --brand-200: #CAF0F2;
  --brand-300: #a2ebee;
  --brand-400: #71E0E5;
  --brand-500: #41D6DC;
  --brand-600: #26C8CF;
  --brand-700: #20A7AC;
  --brand-800: #19858A;
  --brand-900: #166164;
  --brand-950: #0E3D3F;
  --brand: #a2ebee;
  --brand-ink: #000000;
}

Colors that work with #a2ebee

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#C0EBED
Hairlines and dividers
Muted text#4B989B
Captions on the surface
Accent#B01C3B
Second voice, not a rival
Dark variant#14686C
Hover, pressed, headers
Light variant#E9FAFB
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 #a2ebee

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#EEA5A2
Analogous left#A2EECB
Analogous right#A2C5EE
Split-complement 1#EEA2C5
Split-complement 2#EECBA2
Triadic 1#EEA2EB
Triadic 2#EBEEA2
Tetradic#CBA2EE

RGB percentages

Red63.5%
Green92.2%
Blue93.3%

CMYK percentages

Cyan31.9%
Magenta1.3%
Yellow0.0%
Key (black)6.7%

Color previews

#a2ebee text on a black background

contrast 15.65:1

Card sample

#a2ebee text on a white background

contrast 1.34:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #a2ebee

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.

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

#a2ebee, answered

What color is #a2ebee?

#a2ebee is a light vivid cyan, closest to Pale Turquoise (ΔE2000 2). It sits at 182° on the hue wheel with 69% saturation and 78% lightness, which reads as cool.

What is the RGB value of #a2ebee?

rgb(162, 235, 238) — 162 red, 235 green and 238 blue out of 255, or 63.5% / 92.2% / 93.3% by channel.

Is #a2ebee a light or a dark color?

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

Should I use black or white text on #a2ebee?

Black. It scores 15.65:1 against #a2ebee, versus 1.34:1 for white — AAA at any size.

What is the complementary color of #a2ebee?

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

What colors go well with #a2ebee?

For interface work: #F4FAFA as the surface, #C0EBED for borders, #4B989B for secondary text, #B01C3B as an accent and #14686C for hover and pressed states. For a palette, the analogous pair #A2EECB and #A2C5EE stays calm, while #EEA5A2 is the loudest partner.

What is #a2ebee in CMYK for printing?

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

Is #a2ebee warm or cool?

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

Work with #a2ebee in the Color Lab