Skip to content

#adb2f4

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

RGB
173, 178, 244
HSL
236°, 76%, 82%
CMYK
29, 27, 0, 4
Luminance
0.4726

At a glance

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

Hex
#adb2f4
Hue
236°
blue
Saturation
76%
electric
Lightness
82%
light
Brightness
96%
HSV value
Perceived
73%
weighted brightness
Luminance
0.4726
WCAG relative
Temperature
Cool
86/100 cool
Color family
Blue
Tone
Electric
Best ink
Black
10.45:1
Closest name
Light Steel Blue
ΔE2000 8.9
Where it sits
Hue236° of 360°
Saturation76%
Lightness82%
Temperature
Warm ← → Cool86% 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#adb2f4
RGBrgb(173, 178, 244)
HSLhsl(236, 76%, 82%)
CMYKcmyk(29%, 27%, 0%, 4%)
LABlab(74.3 12.8 -33.4)
LCHlch(74.3 35.7 291.0)
OKLCHoklch(0.784 0.094 280.6)
Decimal11383540
Display P3color(display-p3 0.678 0.698 0.957)

Copy-ready code

/* CSS */
color: #adb2f4;
background-color: #adb2f4;
/* Tailwind (arbitrary) */
class="text-[#adb2f4] bg-[#adb2f4]"
/* SCSS */
$brand: #adb2f4;
/* SwiftUI */
Color(red: 0.678, green: 0.698, blue: 0.957)
/* Android */
Color.parseColor("#adb2f4")
/* Flutter */
Color(0xFFADB2F4)
/* Python / OpenCV (BGR) */
(244, 178, 173)

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

Accessibility — WCAG contrast

Aa
#adb2f4 on white: 2.01:1
AA ✗ fail · AA-large · AAA
Aa
#adb2f4 on black: 10.45:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #9FB9F7
deuteranopia · #9CB5F2
tritanopia · #9BBEC9

Color scale — 50 to 950

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

#F3F3FC
#E7E8F9
#C8CBF4
#adb2f4
#6B74EB
#3945E4
#1D2AD8
#1823B4
#131C90
#121868
#0B0F41
Base = 300Lightest = 50 · #F3F3FCDarkest = 950 · #0B0F41
:root {
  --brand-50: #F3F3FC;
  --brand-100: #E7E8F9;
  --brand-200: #C8CBF4;
  --brand-300: #adb2f4;
  --brand-400: #6B74EB;
  --brand-500: #3945E4;
  --brand-600: #1D2AD8;
  --brand-700: #1823B4;
  --brand-800: #131C90;
  --brand-900: #121868;
  --brand-950: #0B0F41;
  --brand: #adb2f4;
  --brand-ink: #000000;
}

Colors that work with #adb2f4

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#C0C3ED
Hairlines and dividers
Muted text#4B509B
Captions on the surface
Accent#B88414
Second voice, not a rival
Dark variant#0F1670
Hover, pressed, headers
Light variant#E9EAFC
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 #adb2f4

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#F4EFAD
Analogous left#ADD6F4
Analogous right#CCADF4
Split-complement 1#F4CCAD
Split-complement 2#D6F4AD
Triadic 1#F4ADB2
Triadic 2#B2F4AD
Tetradic#F4ADD6

RGB percentages

Red67.8%
Green69.8%
Blue95.7%

CMYK percentages

Cyan29.1%
Magenta27.0%
Yellow0.0%
Key (black)4.3%

Color previews

#adb2f4 text on a black background

contrast 10.45:1

Card sample

#adb2f4 text on a white background

contrast 2.01:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #adb2f4

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.

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

#adb2f4, answered

What color is #adb2f4?

#adb2f4 is a light electric blue, closest to Light Steel Blue (ΔE2000 8.9). It sits at 236° on the hue wheel with 76% saturation and 82% lightness, which reads as cool.

What is the RGB value of #adb2f4?

rgb(173, 178, 244) — 173 red, 178 green and 244 blue out of 255, or 67.8% / 69.8% / 95.7% by channel.

Is #adb2f4 a light or a dark color?

It is a mid-tone. Relative luminance is 0.4726 and perceived brightness is 73%, so black text on it reaches 10.45:1.

Should I use black or white text on #adb2f4?

Black. It scores 10.45:1 against #adb2f4, versus 2.01:1 for white — AAA at any size.

What is the complementary color of #adb2f4?

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

What colors go well with #adb2f4?

For interface work: #F4F5FA as the surface, #C0C3ED for borders, #4B509B for secondary text, #B88414 as an accent and #0F1670 for hover and pressed states. For a palette, the analogous pair #ADD6F4 and #CCADF4 stays calm, while #F4EFAD is the loudest partner.

What is #adb2f4 in CMYK for printing?

cmyk(29%, 27%, 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 #adb2f4 warm or cool?

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

Work with #adb2f4 in the Color Lab