Skip to content

#a9b0eb

a light, vivid blue · cool · closest name: Light Steel Blue

RGB
169, 176, 235
HSL
234°, 62%, 79%
CMYK
28, 25, 0, 8
Luminance
0.4548

At a glance

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

Hex
#a9b0eb
Hue
234°
blue
Saturation
62%
vivid
Lightness
79%
light
Brightness
92%
HSV value
Perceived
71%
weighted brightness
Luminance
0.4548
WCAG relative
Temperature
Cool
87/100 cool
Color family
Blue
Tone
Vivid
Best ink
Black
10.10:1
Closest name
Light Steel Blue
ΔE2000 9.1
Where it sits
Hue234° of 360°
Saturation62%
Lightness79%
Temperature
Warm ← → Cool87% 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#a9b0eb
RGBrgb(169, 176, 235)
HSLhsl(234, 62%, 79%)
CMYKcmyk(28%, 25%, 0%, 8%)
LABlab(73.2 10.5 -30.3)
LCHlch(73.2 32.0 289.2)
OKLCHoklch(0.773 0.085 279.0)
Decimal11120875
Display P3color(display-p3 0.663 0.690 0.922)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#a9b0eb on white: 2.08:1
AA ✗ fail · AA-large · AAA
Aa
#a9b0eb on black: 10.10:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #9FB6EE
deuteranopia · #9BB2EA
tritanopia · #99BBC4

Color scale — 50 to 950

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

#F4F4FB
#E8EAF7
#CCD0F0
#a9b0eb
#7682DF
#4958D5
#2E3EC7
#2634A6
#1F2A84
#1A2260
#10153C
Base = 300Lightest = 50 · #F4F4FBDarkest = 950 · #10153C
:root {
  --brand-50: #F4F4FB;
  --brand-100: #E8EAF7;
  --brand-200: #CCD0F0;
  --brand-300: #a9b0eb;
  --brand-400: #7682DF;
  --brand-500: #4958D5;
  --brand-600: #2E3EC7;
  --brand-700: #2634A6;
  --brand-800: #1F2A84;
  --brand-900: #1A2260;
  --brand-950: #10153C;
  --brand: #a9b0eb;
  --brand-ink: #000000;
}

Colors that work with #a9b0eb

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#F4F5FA
Tinted page background
Border#C0C5ED
Hairlines and dividers
Muted text#4B539B
Captions on the surface
Accent#A97923
Second voice, not a rival
Dark variant#182167
Hover, pressed, headers
Light variant#EAECFA
Selected rows, tints
Dark surface#141524
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 #a9b0eb

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
  • 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#EBE4A9
Analogous left#A9D1EB
Analogous right#C3A9EB
Split-complement 1#EBC3A9
Split-complement 2#D1EBA9
Triadic 1#EBA9B0
Triadic 2#B0EBA9
Tetradic#EBA9D1

RGB percentages

Red66.3%
Green69.0%
Blue92.2%

CMYK percentages

Cyan28.1%
Magenta25.1%
Yellow0.0%
Key (black)7.8%

Color previews

#a9b0eb text on a black background

contrast 10.10:1

Card sample

#a9b0eb text on a white background

contrast 2.08:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #a9b0eb

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.

#a9b0eb in the real world

Where a color in this family tends to land, and the interface roles it is usually asked to play.

Industries
TechnologyFinanceHealthcareEnterprise SaaS
Common UI roles
SurfacesBadgesHighlightsEmpty states
Print note

Converts to four-color process without much drama. Proof it anyway.

#a9b0eb, answered

What color is #a9b0eb?

#a9b0eb is a light vivid blue, closest to Light Steel Blue (ΔE2000 9.1). It sits at 234° on the hue wheel with 62% saturation and 79% lightness, which reads as cool.

What is the RGB value of #a9b0eb?

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

Is #a9b0eb a light or a dark color?

It is a mid-tone. Relative luminance is 0.4548 and perceived brightness is 71%, so black text on it reaches 10.10:1.

Should I use black or white text on #a9b0eb?

Black. It scores 10.10:1 against #a9b0eb, versus 2.08:1 for white — AAA at any size.

What is the complementary color of #a9b0eb?

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

What colors go well with #a9b0eb?

For interface work: #F4F5FA as the surface, #C0C5ED for borders, #4B539B for secondary text, #A97923 as an accent and #182167 for hover and pressed states. For a palette, the analogous pair #A9D1EB and #C3A9EB stays calm, while #EBE4A9 is the loudest partner.

What is #a9b0eb in CMYK for printing?

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

Is #a9b0eb warm or cool?

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

Work with #a9b0eb in the Color Lab