Skip to content

#b2a8df

a light, vivid blue · cool · closest name: Plum

RGB
178, 168, 223
HSL
251°, 46%, 77%
CMYK
20, 25, 0, 13
Luminance
0.4280

At a glance

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

Hex
#b2a8df
Hue
251°
blue
Saturation
46%
vivid
Lightness
77%
light
Brightness
87%
HSV value
Perceived
70%
weighted brightness
Luminance
0.4280
WCAG relative
Temperature
Cool
77/100 cool
Color family
Blue
Tone
Vivid
Best ink
Black
9.56:1
Closest name
Plum
ΔE2000 11.7
Where it sits
Hue251° of 360°
Saturation46%
Lightness77%
Temperature
Warm ← → Cool77% 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#b2a8df
RGBrgb(178, 168, 223)
HSLhsl(251, 46%, 77%)
CMYKcmyk(20%, 25%, 0%, 13%)
LABlab(71.4 14.8 -26.4)
LCHlch(71.4 30.3 299.3)
OKLCHoklch(0.759 0.079 292.8)
Decimal11708639
Display P3color(display-p3 0.698 0.659 0.875)

Copy-ready code

/* CSS */
color: #b2a8df;
background-color: #b2a8df;
/* Tailwind (arbitrary) */
class="text-[#b2a8df] bg-[#b2a8df]"
/* SCSS */
$brand: #b2a8df;
/* SwiftUI */
Color(red: 0.698, green: 0.659, blue: 0.875)
/* Android */
Color.parseColor("#b2a8df")
/* Flutter */
Color(0xFFB2A8DF)
/* Python / OpenCV (BGR) */
(223, 168, 178)

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

Accessibility — WCAG contrast

Aa
#b2a8df on white: 2.20:1
AA ✗ fail · AA-large · AAA
Aa
#b2a8df on black: 9.56:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #9BB0E1
deuteranopia · #9CAEDD
tritanopia · #A9B1BB

Color scale — 50 to 950

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

#F6F5FA
#ECEAF5
#D5D0EB
#b2a8df
#9284D2
#6E5BC3
#5642B3
#483795
#3A2C77
#2D2357
#1C1637
Base = 300Lightest = 50 · #F6F5FADarkest = 950 · #1C1637
:root {
  --brand-50: #F6F5FA;
  --brand-100: #ECEAF5;
  --brand-200: #D5D0EB;
  --brand-300: #b2a8df;
  --brand-400: #9284D2;
  --brand-500: #6E5BC3;
  --brand-600: #5642B3;
  --brand-700: #483795;
  --brand-800: #3A2C77;
  --brand-900: #2D2357;
  --brand-950: #1C1637;
  --brand: #b2a8df;
  --brand-ink: #000000;
}

Colors that work with #b2a8df

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#CAC3E9
Hairlines and dividers
Muted text#594B9B
Captions on the surface
Accent#999233
Second voice, not a rival
Dark variant#2D225D
Hover, pressed, headers
Light variant#EEECF8
Selected rows, tints
Dark surface#171424
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 #b2a8df

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#D5DFA8
Analogous left#A8BADF
Analogous right#CEA8DF
Split-complement 1#DFCEA8
Split-complement 2#BADFA8
Triadic 1#DFB2A8
Triadic 2#A8DFB2
Tetradic#DFA8BA

RGB percentages

Red69.8%
Green65.9%
Blue87.5%

CMYK percentages

Cyan20.2%
Magenta24.7%
Yellow0.0%
Key (black)12.5%

Color previews

#b2a8df text on a black background

contrast 9.56:1

Card sample

#b2a8df text on a white background

contrast 2.20:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #b2a8df

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.

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

Converts to four-color process without much drama. Proof it anyway.

#b2a8df, answered

What color is #b2a8df?

#b2a8df is a light vivid blue, closest to Plum (ΔE2000 11.7). It sits at 251° on the hue wheel with 46% saturation and 77% lightness, which reads as cool.

What is the RGB value of #b2a8df?

rgb(178, 168, 223) — 178 red, 168 green and 223 blue out of 255, or 69.8% / 65.9% / 87.5% by channel.

Is #b2a8df a light or a dark color?

It is a mid-tone. Relative luminance is 0.4280 and perceived brightness is 70%, so black text on it reaches 9.56:1.

Should I use black or white text on #b2a8df?

Black. It scores 9.56:1 against #b2a8df, versus 2.20:1 for white — AAA at any size.

What is the complementary color of #b2a8df?

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

What colors go well with #b2a8df?

For interface work: #F5F4FA as the surface, #CAC3E9 for borders, #594B9B for secondary text, #999233 as an accent and #2D225D for hover and pressed states. For a palette, the analogous pair #A8BADF and #CEA8DF stays calm, while #D5DFA8 is the loudest partner.

What is #b2a8df in CMYK for printing?

cmyk(20%, 25%, 0%, 13%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.

Is #b2a8df warm or cool?

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

Work with #b2a8df in the Color Lab