Skip to content

#a3bdfb

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

RGB
163, 189, 251
HSL
222°, 92%, 81%
CMYK
35, 25, 0, 2
Luminance
0.5115

At a glance

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

Hex
#a3bdfb
Hue
222°
blue
Saturation
92%
electric
Lightness
81%
light
Brightness
98%
HSV value
Perceived
75%
weighted brightness
Luminance
0.5115
WCAG relative
Temperature
Cool
93/100 cool
Color family
Blue
Tone
Electric
Best ink
Black
11.23:1
Closest name
Light Steel Blue
ΔE2000 7.3
Where it sits
Hue222° of 360°
Saturation92%
Lightness81%
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#a3bdfb
RGBrgb(163, 189, 251)
HSLhsl(222, 92%, 81%)
CMYKcmyk(35%, 25%, 0%, 2%)
LABlab(76.8 5.7 -33.5)
LCHlch(76.8 33.9 279.6)
OKLCHoklch(0.802 0.093 266.7)
Decimal10731003
Display P3color(display-p3 0.639 0.741 0.984)

Copy-ready code

/* CSS */
color: #a3bdfb;
background-color: #a3bdfb;
/* Tailwind (arbitrary) */
class="text-[#a3bdfb] bg-[#a3bdfb]"
/* SCSS */
$brand: #a3bdfb;
/* SwiftUI */
Color(red: 0.639, green: 0.741, blue: 0.984)
/* Android */
Color.parseColor("#a3bdfb")
/* Flutter */
Color(0xFFA3BDFB)
/* Python / OpenCV (BGR) */
(251, 189, 163)

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

Accessibility — WCAG contrast

Aa
#a3bdfb on white: 1.87:1
AA ✗ fail · AA-large · AAA
Aa
#a3bdfb on black: 11.23:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #A8C2FE
deuteranopia · #A0BAFA
tritanopia · #89C9D2

Color scale — 50 to 950

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

#F2F5FD
#E4EBFB
#C3D3F9
#a3bdfb
#5E8BF8
#2865F6
#0A4CEB
#0840C4
#07339C
#0A2871
#061947
Base = 300Lightest = 50 · #F2F5FDDarkest = 950 · #061947
:root {
  --brand-50: #F2F5FD;
  --brand-100: #E4EBFB;
  --brand-200: #C3D3F9;
  --brand-300: #a3bdfb;
  --brand-400: #5E8BF8;
  --brand-500: #2865F6;
  --brand-600: #0A4CEB;
  --brand-700: #0840C4;
  --brand-800: #07339C;
  --brand-900: #0A2871;
  --brand-950: #061947;
  --brand: #a3bdfb;
  --brand-ink: #000000;
}

Colors that work with #a3bdfb

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#F4F6FA
Tinted page background
Border#C0CDED
Hairlines and dividers
Muted text#4B629B
Captions on the surface
Accent#C85E04
Second voice, not a rival
Dark variant#05287A
Hover, pressed, headers
Light variant#E7EDFE
Selected rows, tints
Dark surface#141924
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 #a3bdfb

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#FBE1A3
Analogous left#A3E9FB
Analogous right#B5A3FB
Split-complement 1#FBB5A3
Split-complement 2#E9FBA3
Triadic 1#FBA3BD
Triadic 2#BDFBA3
Tetradic#FBA3E9

RGB percentages

Red63.9%
Green74.1%
Blue98.4%

CMYK percentages

Cyan35.1%
Magenta24.7%
Yellow0.0%
Key (black)1.6%

Color previews

#a3bdfb text on a black background

contrast 11.23:1

Card sample

#a3bdfb text on a white background

contrast 1.87:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(163, 189, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 189, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a3bdfb;
background: linear-gradient(135deg, #a3bdfb, #C4A3FB);

Monochromatic scale

Palettes built from #a3bdfb

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.

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

#a3bdfb, answered

What color is #a3bdfb?

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

What is the RGB value of #a3bdfb?

rgb(163, 189, 251) — 163 red, 189 green and 251 blue out of 255, or 63.9% / 74.1% / 98.4% by channel.

Is #a3bdfb a light or a dark color?

It is a light color. Relative luminance is 0.5115 and perceived brightness is 75%, so black text on it reaches 11.23:1.

Should I use black or white text on #a3bdfb?

Black. It scores 11.23:1 against #a3bdfb, versus 1.87:1 for white — AAA at any size.

What is the complementary color of #a3bdfb?

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

What colors go well with #a3bdfb?

For interface work: #F4F6FA as the surface, #C0CDED for borders, #4B629B for secondary text, #C85E04 as an accent and #05287A for hover and pressed states. For a palette, the analogous pair #A3E9FB and #B5A3FB stays calm, while #FBE1A3 is the loudest partner.

What is #a3bdfb in CMYK for printing?

cmyk(35%, 25%, 0%, 2%). 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 #a3bdfb 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 #A9A3FB; nudged cooler, #A2C8FC.

Work with #a3bdfb in the Color Lab