Skip to content

#a9daeb

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

RGB
169, 218, 235
HSL
196°, 62%, 79%
CMYK
28, 7, 0, 8
Luminance
0.6458

At a glance

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

Hex
#a9daeb
Hue
196°
cyan
Saturation
62%
vivid
Lightness
79%
light
Brightness
92%
HSV value
Perceived
81%
weighted brightness
Luminance
0.6458
WCAG relative
Temperature
Cool
94/100 cool
Color family
Cyan
Tone
Vivid
Best ink
Black
13.92:1
Closest name
Light Blue
ΔE2000 1.4
Where it sits
Hue196° of 360°
Saturation62%
Lightness79%
Temperature
Warm ← → Cool94% 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#a9daeb
RGBrgb(169, 218, 235)
HSLhsl(196, 62%, 79%)
CMYKcmyk(28%, 7%, 0%, 8%)
LABlab(84.3 -11.9 -13.5)
LCHlch(84.3 18.0 228.4)
OKLCHoklch(0.860 0.056 221.1)
Decimal11131627
Display P3color(display-p3 0.663 0.855 0.922)

Copy-ready code

/* CSS */
color: #a9daeb;
background-color: #a9daeb;
/* Tailwind (arbitrary) */
class="text-[#a9daeb] bg-[#a9daeb]"
/* SCSS */
$brand: #a9daeb;
/* SwiftUI */
Color(red: 0.663, green: 0.855, blue: 0.922)
/* Android */
Color.parseColor("#a9daeb")
/* Flutter */
Color(0xFFA9DAEB)
/* Python / OpenCV (BGR) */
(235, 218, 169)

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

Accessibility — WCAG contrast

Aa
#a9daeb on white: 1.51:1
AA ✗ fail · AA-large · AAA
Aa
#a9daeb on black: 13.92:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #D0D7EC
deuteranopia · #C5CFEB
tritanopia · #94E0DF

Color scale — 50 to 950

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

#F4F9FB
#E8F3F7
#CCE7F0
#a9daeb
#76C4DF
#49B1D5
#2E9FC7
#2685A6
#1F6A84
#1A4E60
#10313C
Base = 300Lightest = 50 · #F4F9FBDarkest = 950 · #10313C
:root {
  --brand-50: #F4F9FB;
  --brand-100: #E8F3F7;
  --brand-200: #CCE7F0;
  --brand-300: #a9daeb;
  --brand-400: #76C4DF;
  --brand-500: #49B1D5;
  --brand-600: #2E9FC7;
  --brand-700: #2685A6;
  --brand-800: #1F6A84;
  --brand-900: #1A4E60;
  --brand-950: #10313C;
  --brand: #a9daeb;
  --brand-ink: #000000;
}

Colors that work with #a9daeb

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#C0E1ED
Hairlines and dividers
Muted text#4B869B
Captions on the surface
Accent#A92323
Second voice, not a rival
Dark variant#185367
Hover, pressed, headers
Light variant#EAF6FA
Selected rows, tints
Dark surface#142024
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 #a9daeb

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#EBBAA9
Analogous left#A9EBDB
Analogous right#A9B9EB
Split-complement 1#EBA9B9
Split-complement 2#EBDBA9
Triadic 1#EBA9DA
Triadic 2#DAEBA9
Tetradic#DBA9EB

RGB percentages

Red66.3%
Green85.5%
Blue92.2%

CMYK percentages

Cyan28.1%
Magenta7.2%
Yellow0.0%
Key (black)7.8%

Color previews

#a9daeb text on a black background

contrast 13.92:1

Card sample

#a9daeb text on a white background

contrast 1.51:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #a9daeb

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.

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

#a9daeb, answered

What color is #a9daeb?

#a9daeb is a light vivid cyan, closest to Light Blue (ΔE2000 1.4). It sits at 196° on the hue wheel with 62% saturation and 79% lightness, which reads as cool.

What is the RGB value of #a9daeb?

rgb(169, 218, 235) — 169 red, 218 green and 235 blue out of 255, or 66.3% / 85.5% / 92.2% by channel.

Is #a9daeb a light or a dark color?

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

Should I use black or white text on #a9daeb?

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

What is the complementary color of #a9daeb?

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

What colors go well with #a9daeb?

For interface work: #F4F9FA as the surface, #C0E1ED for borders, #4B869B for secondary text, #A92323 as an accent and #185367 for hover and pressed states. For a palette, the analogous pair #A9EBDB and #A9B9EB stays calm, while #EBBAA9 is the loudest partner.

What is #a9daeb in CMYK for printing?

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

Is #a9daeb warm or cool?

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

Work with #a9daeb in the Color Lab