Skip to content

#b3acf4

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

RGB
179, 172, 244
HSL
246°, 77%, 82%
CMYK
27, 30, 0, 4
Luminance
0.4562

At a glance

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

Hex
#b3acf4
Hue
246°
blue
Saturation
77%
electric
Lightness
82%
light
Brightness
96%
HSV value
Perceived
72%
weighted brightness
Luminance
0.4562
WCAG relative
Temperature
Cool
80/100 cool
Color family
Blue
Tone
Electric
Best ink
Black
10.12:1
Closest name
Light Steel Blue
ΔE2000 10.3
Where it sits
Hue246° of 360°
Saturation77%
Lightness82%
Temperature
Warm ← → Cool80% 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#b3acf4
RGBrgb(179, 172, 244)
HSLhsl(246, 77%, 82%)
CMYKcmyk(27%, 30%, 0%, 4%)
LABlab(73.3 17.8 -35.0)
LCHlch(73.3 39.2 297.0)
OKLCHoklch(0.777 0.102 288.2)
Decimal11775220
Display P3color(display-p3 0.702 0.675 0.957)

Copy-ready code

/* CSS */
color: #b3acf4;
background-color: #b3acf4;
/* Tailwind (arbitrary) */
class="text-[#b3acf4] bg-[#b3acf4]"
/* SCSS */
$brand: #b3acf4;
/* SwiftUI */
Color(red: 0.702, green: 0.675, blue: 0.957)
/* Android */
Color.parseColor("#b3acf4")
/* Flutter */
Color(0xFFB3ACF4)
/* Python / OpenCV (BGR) */
(244, 172, 179)

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

Accessibility — WCAG contrast

Aa
#b3acf4 on white: 2.07:1
AA ✗ fail · AA-large · AAA
Aa
#b3acf4 on black: 10.12:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #99B6F7
deuteranopia · #98B2F2
tritanopia · #A4B8C6

Color scale — 50 to 950

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

#F4F3FC
#E8E7F9
#CCC8F4
#b3acf4
#776AEB
#4939E5
#2F1DD8
#2718B4
#1F1390
#1A1268
#110B41
Base = 300Lightest = 50 · #F4F3FCDarkest = 950 · #110B41
:root {
  --brand-50: #F4F3FC;
  --brand-100: #E8E7F9;
  --brand-200: #CCC8F4;
  --brand-300: #b3acf4;
  --brand-400: #776AEB;
  --brand-500: #4939E5;
  --brand-600: #2F1DD8;
  --brand-700: #2718B4;
  --brand-800: #1F1390;
  --brand-900: #1A1268;
  --brand-950: #110B41;
  --brand: #b3acf4;
  --brand-ink: #000000;
}

Colors that work with #b3acf4

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#F5F4FA
Tinted page background
Border#C4C0ED
Hairlines and dividers
Muted text#524B9B
Captions on the surface
Accent#B99E13
Second voice, not a rival
Dark variant#180F71
Hover, pressed, headers
Light variant#EAE8FC
Selected rows, tints
Dark surface#151424
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 #b3acf4

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#EDF4AC
Analogous left#ACC9F4
Analogous right#D7ACF4
Split-complement 1#F4D7AC
Split-complement 2#C9F4AC
Triadic 1#F4B3AC
Triadic 2#ACF4B3
Tetradic#F4ACC9

RGB percentages

Red70.2%
Green67.5%
Blue95.7%

CMYK percentages

Cyan26.6%
Magenta29.5%
Yellow0.0%
Key (black)4.3%

Color previews

#b3acf4 text on a black background

contrast 10.12:1

Card sample

#b3acf4 text on a white background

contrast 2.07:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #b3acf4

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.

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

#b3acf4, answered

What color is #b3acf4?

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

What is the RGB value of #b3acf4?

rgb(179, 172, 244) — 179 red, 172 green and 244 blue out of 255, or 70.2% / 67.5% / 95.7% by channel.

Is #b3acf4 a light or a dark color?

It is a mid-tone. Relative luminance is 0.4562 and perceived brightness is 72%, so black text on it reaches 10.12:1.

Should I use black or white text on #b3acf4?

Black. It scores 10.12:1 against #b3acf4, versus 2.07:1 for white — AAA at any size.

What is the complementary color of #b3acf4?

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

What colors go well with #b3acf4?

For interface work: #F5F4FA as the surface, #C4C0ED for borders, #524B9B for secondary text, #B99E13 as an accent and #180F71 for hover and pressed states. For a palette, the analogous pair #ACC9F4 and #D7ACF4 stays calm, while #EDF4AC is the loudest partner.

What is #b3acf4 in CMYK for printing?

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

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

Work with #b3acf4 in the Color Lab