Skip to content

#b2cfe4

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

RGB
178, 207, 228
HSL
205°, 48%, 80%
CMYK
22, 9, 0, 11
Luminance
0.5969

At a glance

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

Hex
#b2cfe4
Hue
205°
blue
Saturation
48%
vivid
Lightness
80%
light
Brightness
89%
HSV value
Perceived
79%
weighted brightness
Luminance
0.5969
WCAG relative
Temperature
Cool
98/100 cool
Color family
Blue
Tone
Vivid
Best ink
Black
12.94:1
Closest name
Light Steel Blue
ΔE2000 5
Where it sits
Hue205° of 360°
Saturation48%
Lightness80%
Temperature
Warm ← → Cool98% 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#b2cfe4
RGBrgb(178, 207, 228)
HSLhsl(205, 48%, 80%)
CMYKcmyk(22%, 9%, 0%, 11%)
LABlab(81.7 -5.2 -13.6)
LCHlch(81.7 14.5 249.2)
OKLCHoklch(0.840 0.043 239.5)
Decimal11718628
Display P3color(display-p3 0.698 0.812 0.894)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#b2cfe4 on white: 1.62:1
AA ✗ fail · AA-large · AAA
Aa
#b2cfe4 on black: 12.94:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #C6CEE5
deuteranopia · #BFC9E4
tritanopia · #A4D4D6

Color scale — 50 to 950

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

#F4F8FA
#EAF1F5
#D0E0EC
#b2cfe4
#82B1D3
#5997C5
#4084B5
#356E97
#2A5879
#224258
#152937
Base = 300Lightest = 50 · #F4F8FADarkest = 950 · #152937
:root {
  --brand-50: #F4F8FA;
  --brand-100: #EAF1F5;
  --brand-200: #D0E0EC;
  --brand-300: #b2cfe4;
  --brand-400: #82B1D3;
  --brand-500: #5997C5;
  --brand-600: #4084B5;
  --brand-700: #356E97;
  --brand-800: #2A5879;
  --brand-900: #224258;
  --brand-950: #152937;
  --brand: #b2cfe4;
  --brand-ink: #000000;
}

Colors that work with #b2cfe4

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#C3D9EA
Hairlines and dividers
Muted text#4B799B
Captions on the surface
Accent#9B4331
Second voice, not a rival
Dark variant#21455E
Hover, pressed, headers
Light variant#ECF3F8
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 #b2cfe4

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#E4C7B2
Analogous left#B2E4E0
Analogous right#B2B6E4
Split-complement 1#E4B2B6
Split-complement 2#E4E0B2
Triadic 1#E4B2CF
Triadic 2#CFE4B2
Tetradic#E0B2E4

RGB percentages

Red69.8%
Green81.2%
Blue89.4%

CMYK percentages

Cyan21.9%
Magenta9.2%
Yellow0.0%
Key (black)10.6%

Color previews

#b2cfe4 text on a black background

contrast 12.94:1

Card sample

#b2cfe4 text on a white background

contrast 1.62:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #b2cfe4

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.

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

#b2cfe4, answered

What color is #b2cfe4?

#b2cfe4 is a light vivid blue, closest to Light Steel Blue (ΔE2000 5). It sits at 205° on the hue wheel with 48% saturation and 80% lightness, which reads as cool.

What is the RGB value of #b2cfe4?

rgb(178, 207, 228) — 178 red, 207 green and 228 blue out of 255, or 69.8% / 81.2% / 89.4% by channel.

Is #b2cfe4 a light or a dark color?

It is a light color. Relative luminance is 0.5969 and perceived brightness is 79%, so black text on it reaches 12.94:1.

Should I use black or white text on #b2cfe4?

Black. It scores 12.94:1 against #b2cfe4, versus 1.62:1 for white — AAA at any size.

What is the complementary color of #b2cfe4?

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

What colors go well with #b2cfe4?

For interface work: #F4F8FA as the surface, #C3D9EA for borders, #4B799B for secondary text, #9B4331 as an accent and #21455E for hover and pressed states. For a palette, the analogous pair #B2E4E0 and #B2B6E4 stays calm, while #E4C7B2 is the loudest partner.

What is #b2cfe4 in CMYK for printing?

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

Is #b2cfe4 warm or cool?

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

Work with #b2cfe4 in the Color Lab