Skip to content

#b3d0eb

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

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

At a glance

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

Hex
#b3d0eb
Hue
209°
blue
Saturation
58%
vivid
Lightness
81%
light
Brightness
92%
HSV value
Perceived
80%
weighted brightness
Luminance
0.6069
WCAG relative
Temperature
Cool
100/100 cool
Color family
Blue
Tone
Vivid
Best ink
Black
13.14:1
Closest name
Light Steel Blue
ΔE2000 3.9
Where it sits
Hue209° of 360°
Saturation58%
Lightness81%
Temperature
Warm ← → Cool100% 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#b3d0eb
RGBrgb(179, 208, 235)
HSLhsl(209, 58%, 81%)
CMYKcmyk(24%, 12%, 0%, 8%)
LABlab(82.2 -3.8 -16.5)
LCHlch(82.2 16.9 257.0)
OKLCHoklch(0.845 0.049 246.5)
Decimal11784427
Display P3color(display-p3 0.702 0.816 0.922)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#b3d0eb on white: 1.60:1
AA ✗ fail · AA-large · AAA
Aa
#b3d0eb on black: 13.14:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #C6D0EC
deuteranopia · #BFCAEA
tritanopia · #A4D6D9

Color scale — 50 to 950

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

#F4F7FB
#E9F0F7
#CDDEEF
#b3d0eb
#7AADDC
#4D91D0
#337DC2
#2B68A1
#225381
#1C3E5E
#12273B
Base = 300Lightest = 50 · #F4F7FBDarkest = 950 · #12273B
:root {
  --brand-50: #F4F7FB;
  --brand-100: #E9F0F7;
  --brand-200: #CDDEEF;
  --brand-300: #b3d0eb;
  --brand-400: #7AADDC;
  --brand-500: #4D91D0;
  --brand-600: #337DC2;
  --brand-700: #2B68A1;
  --brand-800: #225381;
  --brand-900: #1C3E5E;
  --brand-950: #12273B;
  --brand: #b3d0eb;
  --brand-ink: #000000;
}

Colors that work with #b3d0eb

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#F4F7FA
Tinted page background
Border#C0D7ED
Hairlines and dividers
Muted text#4B749B
Captions on the surface
Accent#A64426
Second voice, not a rival
Dark variant#1B4165
Hover, pressed, headers
Light variant#EBF3FA
Selected rows, tints
Dark surface#141C24
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 #b3d0eb

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#EBCEB3
Analogous left#B3EBEA
Analogous right#B3B4EB
Split-complement 1#EBB3B4
Split-complement 2#EBEAB3
Triadic 1#EBB3D0
Triadic 2#D0EBB3
Tetradic#EAB3EB

RGB percentages

Red70.2%
Green81.6%
Blue92.2%

CMYK percentages

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

Color previews

#b3d0eb text on a black background

contrast 13.14:1

Card sample

#b3d0eb text on a white background

contrast 1.60:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #b3d0eb

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.

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

#b3d0eb, answered

What color is #b3d0eb?

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

What is the RGB value of #b3d0eb?

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

Is #b3d0eb a light or a dark color?

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

Should I use black or white text on #b3d0eb?

Black. It scores 13.14:1 against #b3d0eb, versus 1.60:1 for white — AAA at any size.

What is the complementary color of #b3d0eb?

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

What colors go well with #b3d0eb?

For interface work: #F4F7FA as the surface, #C0D7ED for borders, #4B749B for secondary text, #A64426 as an accent and #1B4165 for hover and pressed states. For a palette, the analogous pair #B3EBEA and #B3B4EB stays calm, while #EBCEB3 is the loudest partner.

What is #b3d0eb in CMYK for printing?

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

Is #b3d0eb warm or cool?

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

Work with #b3d0eb in the Color Lab