Skip to content

#a2dbeb

a light, vivid cyan · cool · closest name: Light Blue

RGB
162, 219, 235
HSL
193°, 65%, 78%
CMYK
31, 7, 0, 8
Luminance
0.6434

At a glance

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

Hex
#a2dbeb
Hue
193°
cyan
Saturation
65%
vivid
Lightness
78%
light
Brightness
92%
HSV value
Perceived
81%
weighted brightness
Luminance
0.6434
WCAG relative
Temperature
Cool
93/100 cool
Color family
Cyan
Tone
Vivid
Best ink
Black
13.87:1
Closest name
Light Blue
ΔE2000 2.8
Where it sits
Hue193° of 360°
Saturation65%
Lightness78%
Temperature
Warm ← → Cool93% 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#a2dbeb
RGBrgb(162, 219, 235)
HSLhsl(193, 65%, 78%)
CMYKcmyk(31%, 7%, 0%, 8%)
LABlab(84.1 -14.4 -13.7)
LCHlch(84.1 19.9 223.5)
OKLCHoklch(0.858 0.062 217.0)
Decimal10673131
Display P3color(display-p3 0.635 0.859 0.922)

Copy-ready code

/* CSS */
color: #a2dbeb;
background-color: #a2dbeb;
/* Tailwind (arbitrary) */
class="text-[#a2dbeb] bg-[#a2dbeb]"
/* SCSS */
$brand: #a2dbeb;
/* SwiftUI */
Color(red: 0.635, green: 0.859, blue: 0.922)
/* Android */
Color.parseColor("#a2dbeb")
/* Flutter */
Color(0xFFA2DBEB)
/* Python / OpenCV (BGR) */
(235, 219, 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 #a2dbeb · 13.87:1
Use #000000AAA at every size.
Aa
White text · 1.51:1
AA fail · AA large fail · AAA fail
Aa
Black text · 13.87:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #a2dbeb as text scores 1.51:1 on white and 13.87:1 on black.

Accessibility — WCAG contrast

Aa
#a2dbeb on white: 1.51:1
AA ✗ fail · AA-large · AAA
Aa
#a2dbeb on black: 13.87:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #D0D7EC
deuteranopia · #C4CEEB
tritanopia · #89E1E0

Color scale — 50 to 950

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

#F3FAFB
#E8F4F7
#CBE8F1
#a2dbeb
#74C9E1
#46B7D7
#2BA7C9
#248BA8
#1D6F86
#195262
#10333D
Base = 300Lightest = 50 · #F3FAFBDarkest = 950 · #10333D
:root {
  --brand-50: #F3FAFB;
  --brand-100: #E8F4F7;
  --brand-200: #CBE8F1;
  --brand-300: #a2dbeb;
  --brand-400: #74C9E1;
  --brand-500: #46B7D7;
  --brand-600: #2BA7C9;
  --brand-700: #248BA8;
  --brand-800: #1D6F86;
  --brand-900: #195262;
  --brand-950: #10333D;
  --brand: #a2dbeb;
  --brand-ink: #000000;
}

Colors that work with #a2dbeb

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#F4F9FA
Tinted page background
Border#C0E3ED
Hairlines and dividers
Muted text#4B899B
Captions on the surface
Accent#AB2124
Second voice, not a rival
Dark variant#175769
Hover, pressed, headers
Light variant#EAF7FA
Selected rows, tints
Dark surface#142124
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 #a2dbeb

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#EBB2A2
Analogous left#A2EBD6
Analogous right#A2B6EB
Split-complement 1#EBA2B6
Split-complement 2#EBD6A2
Triadic 1#EBA2DB
Triadic 2#DBEBA2
Tetradic#D6A2EB

RGB percentages

Red63.5%
Green85.9%
Blue92.2%

CMYK percentages

Cyan31.1%
Magenta6.8%
Yellow0.0%
Key (black)7.8%

Color previews

#a2dbeb text on a black background

contrast 13.87:1

Card sample

#a2dbeb text on a white background

contrast 1.51:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #a2dbeb

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.

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

#a2dbeb, answered

What color is #a2dbeb?

#a2dbeb is a light vivid cyan, closest to Light Blue (ΔE2000 2.8). It sits at 193° on the hue wheel with 65% saturation and 78% lightness, which reads as cool.

What is the RGB value of #a2dbeb?

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

Is #a2dbeb a light or a dark color?

It is a light color. Relative luminance is 0.6434 and perceived brightness is 81%, so black text on it reaches 13.87:1.

Should I use black or white text on #a2dbeb?

Black. It scores 13.87:1 against #a2dbeb, versus 1.51:1 for white — AAA at any size.

What is the complementary color of #a2dbeb?

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

What colors go well with #a2dbeb?

For interface work: #F4F9FA as the surface, #C0E3ED for borders, #4B899B for secondary text, #AB2124 as an accent and #175769 for hover and pressed states. For a palette, the analogous pair #A2EBD6 and #A2B6EB stays calm, while #EBB2A2 is the loudest partner.

What is #a2dbeb in CMYK for printing?

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

Is #a2dbeb warm or cool?

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

Work with #a2dbeb in the Color Lab