Skip to content

#b3d1eb

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

RGB
179, 209, 235
HSL
208°, 58%, 81%
CMYK
24, 11, 0, 8
Luminance
0.6118

At a glance

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

Hex
#b3d1eb
Hue
208°
blue
Saturation
58%
vivid
Lightness
81%
light
Brightness
92%
HSV value
Perceived
80%
weighted brightness
Luminance
0.6118
WCAG relative
Temperature
Cool
99/100 cool
Color family
Blue
Tone
Vivid
Best ink
Black
13.24:1
Closest name
Light Steel Blue
ΔE2000 4.4
Where it sits
Hue208° of 360°
Saturation58%
Lightness81%
Temperature
Warm ← → Cool99% 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#b3d1eb
RGBrgb(179, 209, 235)
HSLhsl(208, 58%, 81%)
CMYKcmyk(24%, 11%, 0%, 8%)
LABlab(82.5 -4.3 -16.1)
LCHlch(82.5 16.7 254.9)
OKLCHoklch(0.847 0.049 244.6)
Decimal11784683
Display P3color(display-p3 0.702 0.820 0.922)

Copy-ready code

/* CSS */
color: #b3d1eb;
background-color: #b3d1eb;
/* Tailwind (arbitrary) */
class="text-[#b3d1eb] bg-[#b3d1eb]"
/* SCSS */
$brand: #b3d1eb;
/* SwiftUI */
Color(red: 0.702, green: 0.820, blue: 0.922)
/* Android */
Color.parseColor("#b3d1eb")
/* Flutter */
Color(0xFFB3D1EB)
/* Python / OpenCV (BGR) */
(235, 209, 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 #b3d1eb · 13.24:1
Use #000000AAA at every size.
Aa
White text · 1.59:1
AA fail · AA large fail · AAA fail
Aa
Black text · 13.24:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #b3d1eb as text scores 1.59:1 on white and 13.24:1 on black.

Accessibility — WCAG contrast

Aa
#b3d1eb on white: 1.59:1
AA ✗ fail · AA-large · AAA
Aa
#b3d1eb on black: 13.24:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #C7D1EC
deuteranopia · #C0CBEB
tritanopia · #A3D7D9

Color scale — 50 to 950

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

#F4F8FB
#E9F0F7
#CDDFEF
#b3d1eb
#7AAEDC
#4D93D0
#337FC2
#2B6AA1
#225581
#1C3F5E
#12283B
Base = 300Lightest = 50 · #F4F8FBDarkest = 950 · #12283B
:root {
  --brand-50: #F4F8FB;
  --brand-100: #E9F0F7;
  --brand-200: #CDDFEF;
  --brand-300: #b3d1eb;
  --brand-400: #7AAEDC;
  --brand-500: #4D93D0;
  --brand-600: #337FC2;
  --brand-700: #2B6AA1;
  --brand-800: #225581;
  --brand-900: #1C3F5E;
  --brand-950: #12283B;
  --brand: #b3d1eb;
  --brand-ink: #000000;
}

Colors that work with #b3d1eb

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#F4F8FA
Tinted page background
Border#C0D8ED
Hairlines and dividers
Muted text#4B769B
Captions on the surface
Accent#A64226
Second voice, not a rival
Dark variant#1B4265
Hover, pressed, headers
Light variant#EBF3FA
Selected rows, tints
Dark surface#141D24
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 #b3d1eb

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#EBCDB3
Analogous left#B3EBE9
Analogous right#B3B5EB
Split-complement 1#EBB3B5
Split-complement 2#EBE9B3
Triadic 1#EBB3D1
Triadic 2#D1EBB3
Tetradic#E9B3EB

RGB percentages

Red70.2%
Green82.0%
Blue92.2%

CMYK percentages

Cyan23.8%
Magenta11.1%
Yellow0.0%
Key (black)7.8%

Color previews

#b3d1eb text on a black background

contrast 13.24:1

Card sample

#b3d1eb text on a white background

contrast 1.59:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #b3d1eb

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.

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

#b3d1eb, answered

What color is #b3d1eb?

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

What is the RGB value of #b3d1eb?

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

Is #b3d1eb a light or a dark color?

It is a light color. Relative luminance is 0.6118 and perceived brightness is 80%, so black text on it reaches 13.24:1.

Should I use black or white text on #b3d1eb?

Black. It scores 13.24:1 against #b3d1eb, versus 1.59:1 for white — AAA at any size.

What is the complementary color of #b3d1eb?

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

What colors go well with #b3d1eb?

For interface work: #F4F8FA as the surface, #C0D8ED for borders, #4B769B for secondary text, #A64226 as an accent and #1B4265 for hover and pressed states. For a palette, the analogous pair #B3EBE9 and #B3B5EB stays calm, while #EBCDB3 is the loudest partner.

What is #b3d1eb in CMYK for printing?

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

Is #b3d1eb warm or cool?

Cool — it scores 99 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #B3BDEB; nudged cooler, #9EC1E7.

Work with #b3d1eb in the Color Lab