Skip to content

#b2c2eb

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

RGB
178, 194, 235
HSL
223°, 59%, 81%
CMYK
24, 17, 0, 8
Luminance
0.5405

At a glance

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

Hex
#b2c2eb
Hue
223°
blue
Saturation
59%
vivid
Lightness
81%
light
Brightness
92%
HSV value
Perceived
76%
weighted brightness
Luminance
0.5405
WCAG relative
Temperature
Cool
93/100 cool
Color family
Blue
Tone
Vivid
Best ink
Black
11.81:1
Closest name
Light Steel Blue
ΔE2000 5.2
Where it sits
Hue223° of 360°
Saturation59%
Lightness81%
Temperature
Warm ← → Cool93% 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#b2c2eb
RGBrgb(178, 194, 235)
HSLhsl(223, 59%, 81%)
CMYKcmyk(24%, 17%, 0%, 8%)
LABlab(78.5 3.3 -22.1)
LCHlch(78.5 22.4 278.6)
OKLCHoklch(0.816 0.061 268.3)
Decimal11715307
Display P3color(display-p3 0.698 0.761 0.922)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#b2c2eb on white: 1.78:1
AA ✗ fail · AA-large · AAA
Aa
#b2c2eb on black: 11.81:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #B6C5ED
deuteranopia · #B1C0EA
tritanopia · #A4CAD0

Color scale — 50 to 950

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

#F4F6FB
#E9EDF7
#CDD6EF
#b2c2eb
#7995DC
#4D72D1
#325BC2
#2A4CA2
#223C82
#1C2F5E
#121D3B
Base = 300Lightest = 50 · #F4F6FBDarkest = 950 · #121D3B
:root {
  --brand-50: #F4F6FB;
  --brand-100: #E9EDF7;
  --brand-200: #CDD6EF;
  --brand-300: #b2c2eb;
  --brand-400: #7995DC;
  --brand-500: #4D72D1;
  --brand-600: #325BC2;
  --brand-700: #2A4CA2;
  --brand-800: #223C82;
  --brand-900: #1C2F5E;
  --brand-950: #121D3B;
  --brand: #b2c2eb;
  --brand-ink: #000000;
}

Colors that work with #b2c2eb

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#F4F6FA
Tinted page background
Border#C0CCED
Hairlines and dividers
Muted text#4B619B
Captions on the surface
Accent#A66326
Second voice, not a rival
Dark variant#1A2F65
Hover, pressed, headers
Light variant#EBEFFA
Selected rows, tints
Dark surface#141824
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 #b2c2eb

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#EBDBB2
Analogous left#B2DFEB
Analogous right#BFB2EB
Split-complement 1#EBBFB2
Split-complement 2#DFEBB2
Triadic 1#EBB2C2
Triadic 2#C2EBB2
Tetradic#EBB2DF

RGB percentages

Red69.8%
Green76.1%
Blue92.2%

CMYK percentages

Cyan24.3%
Magenta17.4%
Yellow0.0%
Key (black)7.8%

Color previews

#b2c2eb text on a black background

contrast 11.81:1

Card sample

#b2c2eb text on a white background

contrast 1.78:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #b2c2eb

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.

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

#b2c2eb, answered

What color is #b2c2eb?

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

What is the RGB value of #b2c2eb?

rgb(178, 194, 235) — 178 red, 194 green and 235 blue out of 255, or 69.8% / 76.1% / 92.2% by channel.

Is #b2c2eb a light or a dark color?

It is a light color. Relative luminance is 0.5405 and perceived brightness is 76%, so black text on it reaches 11.81:1.

Should I use black or white text on #b2c2eb?

Black. It scores 11.81:1 against #b2c2eb, versus 1.78:1 for white — AAA at any size.

What is the complementary color of #b2c2eb?

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

What colors go well with #b2c2eb?

For interface work: #F4F6FA as the surface, #C0CCED for borders, #4B619B for secondary text, #A66326 as an accent and #1A2F65 for hover and pressed states. For a palette, the analogous pair #B2DFEB and #BFB2EB stays calm, while #EBDBB2 is the loudest partner.

What is #b2c2eb in CMYK for printing?

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

Is #b2c2eb warm or cool?

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

Work with #b2c2eb in the Color Lab