Skip to content

#b5b3eb

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

RGB
181, 179, 235
HSL
242°, 58%, 81%
CMYK
23, 24, 0, 8
Luminance
0.4806

At a glance

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

Hex
#b5b3eb
Hue
242°
blue
Saturation
58%
vivid
Lightness
81%
light
Brightness
92%
HSV value
Perceived
73%
weighted brightness
Luminance
0.4806
WCAG relative
Temperature
Cool
82/100 cool
Color family
Blue
Tone
Vivid
Best ink
Black
10.61:1
Closest name
Light Steel Blue
ΔE2000 10.2
Where it sits
Hue242° of 360°
Saturation58%
Lightness81%
Temperature
Warm ← → Cool82% 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#b5b3eb
RGBrgb(181, 179, 235)
HSLhsl(242, 58%, 81%)
CMYKcmyk(23%, 24%, 0%, 8%)
LABlab(74.9 12.4 -27.6)
LCHlch(74.9 30.3 294.2)
OKLCHoklch(0.788 0.079 286.1)
Decimal11908075
Display P3color(display-p3 0.710 0.702 0.922)

Copy-ready code

/* CSS */
color: #b5b3eb;
background-color: #b5b3eb;
/* Tailwind (arbitrary) */
class="text-[#b5b3eb] bg-[#b5b3eb]"
/* SCSS */
$brand: #b5b3eb;
/* SwiftUI */
Color(red: 0.710, green: 0.702, blue: 0.922)
/* Android */
Color.parseColor("#b5b3eb")
/* Flutter */
Color(0xFFB5B3EB)
/* Python / OpenCV (BGR) */
(235, 179, 181)

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

Accessibility — WCAG contrast

Aa
#b5b3eb on white: 1.98:1
AA ✗ fail · AA-large · AAA
Aa
#b5b3eb on black: 10.61:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #A5BAED
deuteranopia · #A3B7EA
tritanopia · #A9BDC6

Color scale — 50 to 950

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

#F4F4FB
#E9E9F7
#CECDEF
#b5b3eb
#7D7ADC
#524DD0
#3833C2
#2F2BA1
#252281
#1F1C5E
#13123B
Base = 300Lightest = 50 · #F4F4FBDarkest = 950 · #13123B
:root {
  --brand-50: #F4F4FB;
  --brand-100: #E9E9F7;
  --brand-200: #CECDEF;
  --brand-300: #b5b3eb;
  --brand-400: #7D7ADC;
  --brand-500: #524DD0;
  --brand-600: #3833C2;
  --brand-700: #2F2BA1;
  --brand-800: #252281;
  --brand-900: #1F1C5E;
  --brand-950: #13123B;
  --brand: #b5b3eb;
  --brand-ink: #000000;
}

Colors that work with #b5b3eb

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#C1C0ED
Hairlines and dividers
Muted text#4D4B9B
Captions on the surface
Accent#A68A26
Second voice, not a rival
Dark variant#1D1B65
Hover, pressed, headers
Light variant#EBEBFA
Selected rows, tints
Dark surface#141424
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 #b5b3eb

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#E9EBB3
Analogous left#B3CDEB
Analogous right#D1B3EB
Split-complement 1#EBD1B3
Split-complement 2#CDEBB3
Triadic 1#EBB5B3
Triadic 2#B3EBB5
Tetradic#EBB3CD

RGB percentages

Red71.0%
Green70.2%
Blue92.2%

CMYK percentages

Cyan23.0%
Magenta23.8%
Yellow0.0%
Key (black)7.8%

Color previews

#b5b3eb text on a black background

contrast 10.61:1

Card sample

#b5b3eb text on a white background

contrast 1.98:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #b5b3eb

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.

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

#b5b3eb, answered

What color is #b5b3eb?

#b5b3eb is a light vivid blue, closest to Light Steel Blue (ΔE2000 10.2). It sits at 242° on the hue wheel with 58% saturation and 81% lightness, which reads as cool.

What is the RGB value of #b5b3eb?

rgb(181, 179, 235) — 181 red, 179 green and 235 blue out of 255, or 71% / 70.2% / 92.2% by channel.

Is #b5b3eb a light or a dark color?

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

Should I use black or white text on #b5b3eb?

Black. It scores 10.61:1 against #b5b3eb, versus 1.98:1 for white — AAA at any size.

What is the complementary color of #b5b3eb?

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

What colors go well with #b5b3eb?

For interface work: #F5F4FA as the surface, #C1C0ED for borders, #4D4B9B for secondary text, #A68A26 as an accent and #1D1B65 for hover and pressed states. For a palette, the analogous pair #B3CDEB and #D1B3EB stays calm, while #E9EBB3 is the loudest partner.

What is #b5b3eb in CMYK for printing?

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

Is #b5b3eb warm or cool?

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

Work with #b5b3eb in the Color Lab