Skip to content

#a2bdf4

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

RGB
162, 189, 244
HSL
220°, 79%, 80%
CMYK
34, 23, 0, 4
Luminance
0.5061

At a glance

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

Hex
#a2bdf4
Hue
220°
blue
Saturation
79%
electric
Lightness
80%
light
Brightness
96%
HSV value
Perceived
74%
weighted brightness
Luminance
0.5061
WCAG relative
Temperature
Cool
94/100 cool
Color family
Blue
Tone
Electric
Best ink
Black
11.12:1
Closest name
Light Steel Blue
ΔE2000 6.6
Where it sits
Hue220° of 360°
Saturation79%
Lightness80%
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#a2bdf4
RGBrgb(162, 189, 244)
HSLhsl(220, 79%, 80%)
CMYKcmyk(34%, 23%, 0%, 4%)
LABlab(76.4 3.6 -30.2)
LCHlch(76.4 30.4 276.8)
OKLCHoklch(0.798 0.084 264.2)
Decimal10665460
Display P3color(display-p3 0.635 0.741 0.957)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#a2bdf4 on white: 1.89:1
AA ✗ fail · AA-large · AAA
Aa
#a2bdf4 on black: 11.12:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #ABC1F6
deuteranopia · #A3B9F3
tritanopia · #8AC8D0

Color scale — 50 to 950

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

#F3F6FC
#E6EDF9
#C7D6F5
#a2bdf4
#6994ED
#3671E7
#1A5ADB
#164BB6
#113C92
#112E6A
#0B1D42
Base = 300Lightest = 50 · #F3F6FCDarkest = 950 · #0B1D42
:root {
  --brand-50: #F3F6FC;
  --brand-100: #E6EDF9;
  --brand-200: #C7D6F5;
  --brand-300: #a2bdf4;
  --brand-400: #6994ED;
  --brand-500: #3671E7;
  --brand-600: #1A5ADB;
  --brand-700: #164BB6;
  --brand-800: #113C92;
  --brand-900: #112E6A;
  --brand-950: #0B1D42;
  --brand: #a2bdf4;
  --brand-ink: #000000;
}

Colors that work with #a2bdf4

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#C0CFED
Hairlines and dividers
Muted text#4B659B
Captions on the surface
Accent#BA5812
Second voice, not a rival
Dark variant#0E2F72
Hover, pressed, headers
Light variant#E8EFFC
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 #a2bdf4

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#F4D9A2
Analogous left#A2E6F4
Analogous right#B0A2F4
Split-complement 1#F4B0A2
Split-complement 2#E6F4A2
Triadic 1#F4A2BD
Triadic 2#BDF4A2
Tetradic#F4A2E6

RGB percentages

Red63.5%
Green74.1%
Blue95.7%

CMYK percentages

Cyan33.6%
Magenta22.5%
Yellow0.0%
Key (black)4.3%

Color previews

#a2bdf4 text on a black background

contrast 11.12:1

Card sample

#a2bdf4 text on a white background

contrast 1.89:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #a2bdf4

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.

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

#a2bdf4, answered

What color is #a2bdf4?

#a2bdf4 is a light electric blue, closest to Light Steel Blue (ΔE2000 6.6). It sits at 220° on the hue wheel with 79% saturation and 80% lightness, which reads as cool.

What is the RGB value of #a2bdf4?

rgb(162, 189, 244) — 162 red, 189 green and 244 blue out of 255, or 63.5% / 74.1% / 95.7% by channel.

Is #a2bdf4 a light or a dark color?

It is a light color. Relative luminance is 0.5061 and perceived brightness is 74%, so black text on it reaches 11.12:1.

Should I use black or white text on #a2bdf4?

Black. It scores 11.12:1 against #a2bdf4, versus 1.89:1 for white — AAA at any size.

What is the complementary color of #a2bdf4?

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

What colors go well with #a2bdf4?

For interface work: #F4F6FA as the surface, #C0CFED for borders, #4B659B for secondary text, #BA5812 as an accent and #0E2F72 for hover and pressed states. For a palette, the analogous pair #A2E6F4 and #B0A2F4 stays calm, while #F4D9A2 is the loudest partner.

What is #a2bdf4 in CMYK for printing?

cmyk(34%, 23%, 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 #a2bdf4 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 #A5A2F4; nudged cooler, #8AB7F3.

Work with #a2bdf4 in the Color Lab