Skip to content

#a9cdf4

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

RGB
169, 205, 244
HSL
211°, 77%, 81%
CMYK
31, 16, 0, 4
Luminance
0.5863

At a glance

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

Hex
#a9cdf4
Hue
211°
blue
Saturation
77%
electric
Lightness
81%
light
Brightness
96%
HSV value
Perceived
78%
weighted brightness
Luminance
0.5863
WCAG relative
Temperature
Cool
99/100 cool
Color family
Blue
Tone
Electric
Best ink
Black
12.73:1
Closest name
Light Steel Blue
ΔE2000 5
Where it sits
Hue211° of 360°
Saturation77%
Lightness81%
Temperature
Warm ← → Cool99% 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#a9cdf4
RGBrgb(169, 205, 244)
HSLhsl(211, 77%, 81%)
CMYKcmyk(31%, 16%, 0%, 4%)
LABlab(81.1 -3.0 -23.1)
LCHlch(81.1 23.3 262.5)
OKLCHoklch(0.836 0.067 250.7)
Decimal11128308
Display P3color(display-p3 0.663 0.804 0.957)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#a9cdf4 on white: 1.65:1
AA ✗ fail · AA-large · AAA
Aa
#a9cdf4 on black: 12.73:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #BECEF6
deuteranopia · #B5C6F3
tritanopia · #92D6DA

Color scale — 50 to 950

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

#F3F7FC
#E6EFF9
#C7DDF4
#a9cdf4
#6AA8EC
#388BE6
#1C77D9
#1763B5
#134F91
#123B69
#0B2541
Base = 300Lightest = 50 · #F3F7FCDarkest = 950 · #0B2541
:root {
  --brand-50: #F3F7FC;
  --brand-100: #E6EFF9;
  --brand-200: #C7DDF4;
  --brand-300: #a9cdf4;
  --brand-400: #6AA8EC;
  --brand-500: #388BE6;
  --brand-600: #1C77D9;
  --brand-700: #1763B5;
  --brand-800: #134F91;
  --brand-900: #123B69;
  --brand-950: #0B2541;
  --brand: #a9cdf4;
  --brand-ink: #000000;
}

Colors that work with #a9cdf4

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#F4F7FA
Tinted page background
Border#C0D5ED
Hairlines and dividers
Muted text#4B719B
Captions on the surface
Accent#B93F13
Second voice, not a rival
Dark variant#0E3E71
Hover, pressed, headers
Light variant#E8F2FC
Selected rows, tints
Dark surface#141C24
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 #a9cdf4

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#F4D0A9
Analogous left#A9F3F4
Analogous right#ABA9F4
Split-complement 1#F4ABA9
Split-complement 2#F3F4A9
Triadic 1#F4A9CD
Triadic 2#CDF4A9
Tetradic#F4A9F3

RGB percentages

Red66.3%
Green80.4%
Blue95.7%

CMYK percentages

Cyan30.7%
Magenta16.0%
Yellow0.0%
Key (black)4.3%

Color previews

#a9cdf4 text on a black background

contrast 12.73:1

Card sample

#a9cdf4 text on a white background

contrast 1.65:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #a9cdf4

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.

#a9cdf4 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

Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.

#a9cdf4, answered

What color is #a9cdf4?

#a9cdf4 is a light electric blue, closest to Light Steel Blue (ΔE2000 5). It sits at 211° on the hue wheel with 77% saturation and 81% lightness, which reads as cool.

What is the RGB value of #a9cdf4?

rgb(169, 205, 244) — 169 red, 205 green and 244 blue out of 255, or 66.3% / 80.4% / 95.7% by channel.

Is #a9cdf4 a light or a dark color?

It is a light color. Relative luminance is 0.5863 and perceived brightness is 78%, so black text on it reaches 12.73:1.

Should I use black or white text on #a9cdf4?

Black. It scores 12.73:1 against #a9cdf4, versus 1.65:1 for white — AAA at any size.

What is the complementary color of #a9cdf4?

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

What colors go well with #a9cdf4?

For interface work: #F4F7FA as the surface, #C0D5ED for borders, #4B719B for secondary text, #B93F13 as an accent and #0E3E71 for hover and pressed states. For a palette, the analogous pair #A9F3F4 and #ABA9F4 stays calm, while #F4D0A9 is the loudest partner.

What is #a9cdf4 in CMYK for printing?

cmyk(31%, 16%, 0%, 4%). This is a screen-to-ink approximation — a color this saturated sits outside most CMYK gamuts and will print duller than it looks here.

Is #a9cdf4 warm or cool?

Cool — it scores 99 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #A9B2F4; nudged cooler, #91BFF2.

Work with #a9cdf4 in the Color Lab