Skip to content

#b2dfe1

a light, soft cyan · cool · closest name: Powder Blue

RGB
178, 223, 225
HSL
183°, 44%, 79%
CMYK
21, 1, 0, 12
Luminance
0.6768

At a glance

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

Hex
#b2dfe1
Hue
183°
cyan
Saturation
44%
soft
Lightness
79%
light
Brightness
88%
HSV value
Perceived
83%
weighted brightness
Luminance
0.6768
WCAG relative
Temperature
Cool
89/100 cool
Color family
Cyan
Tone
Soft
Best ink
Black
14.54:1
Closest name
Powder Blue
ΔE2000 1.6
Where it sits
Hue183° of 360°
Saturation44%
Lightness79%
Temperature
Warm ← → Cool89% 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#b2dfe1
RGBrgb(178, 223, 225)
HSLhsl(183, 44%, 79%)
CMYKcmyk(21%, 1%, 0%, 12%)
LABlab(85.8 -14.1 -5.8)
LCHlch(85.8 15.2 202.3)
OKLCHoklch(0.873 0.047 199.7)
Decimal11722721
Display P3color(display-p3 0.698 0.875 0.882)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#b2dfe1 on white: 1.44:1
AA ✗ fail · AA-large · AAA
Aa
#b2dfe1 on black: 14.54:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #D8DBE1
deuteranopia · #CFD4E1
tritanopia · #A3E2DF

Color scale — 50 to 950

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

#F5FAFA
#EAF4F5
#D1EAEB
#b2dfe1
#86CDD0
#5EBCC0
#45ABB0
#398F93
#2E7275
#245456
#173436
Base = 300Lightest = 50 · #F5FAFADarkest = 950 · #173436
:root {
  --brand-50: #F5FAFA;
  --brand-100: #EAF4F5;
  --brand-200: #D1EAEB;
  --brand-300: #b2dfe1;
  --brand-400: #86CDD0;
  --brand-500: #5EBCC0;
  --brand-600: #45ABB0;
  --brand-700: #398F93;
  --brand-800: #2E7275;
  --brand-900: #245456;
  --brand-950: #173436;
  --brand: #b2dfe1;
  --brand-ink: #000000;
}

Colors that work with #b2dfe1

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#F4FAFA
Tinted page background
Border#C4E7E8
Hairlines and dividers
Muted text#4B979B
Captions on the surface
Accent#973548
Second voice, not a rival
Dark variant#24595C
Hover, pressed, headers
Light variant#EDF7F8
Selected rows, tints
Dark surface#142424
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 #b2dfe1

Derived from its contrast, chroma and lightness — not from taste.

Works well for
  • Text and icons on dark surfaces
  • Charts, tags and secondary surfaces
  • Card and section backgrounds
  • Brand accents, badges and data highlights
Use with care
  • Text of any size on white — fails WCAG AA
  • White text placed on it
  • Thin strokes and 1px borders — they disappear on light UI
  • 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#E1B4B2
Analogous left#B2E1CB
Analogous right#B2C7E1
Split-complement 1#E1B2C7
Split-complement 2#E1CBB2
Triadic 1#E1B2DF
Triadic 2#DFE1B2
Tetradic#CBB2E1

RGB percentages

Red69.8%
Green87.5%
Blue88.2%

CMYK percentages

Cyan20.9%
Magenta0.9%
Yellow0.0%
Key (black)11.8%

Color previews

#b2dfe1 text on a black background

contrast 14.54:1

Card sample

#b2dfe1 text on a white background

contrast 1.44:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #b2dfe1

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.

#b2dfe1 in the real world

Where a color in this family tends to land, and the interface roles it is usually asked to play.

Industries
TechnologyTravelHealthcareMedia
Common UI roles
SurfacesBadgesHighlightsEmpty states
Print note

Converts to four-color process without much drama. Proof it anyway.

#b2dfe1, answered

What color is #b2dfe1?

#b2dfe1 is a light soft cyan, closest to Powder Blue (ΔE2000 1.6). It sits at 183° on the hue wheel with 44% saturation and 79% lightness, which reads as cool.

What is the RGB value of #b2dfe1?

rgb(178, 223, 225) — 178 red, 223 green and 225 blue out of 255, or 69.8% / 87.5% / 88.2% by channel.

Is #b2dfe1 a light or a dark color?

It is a light color. Relative luminance is 0.6768 and perceived brightness is 83%, so black text on it reaches 14.54:1.

Should I use black or white text on #b2dfe1?

Black. It scores 14.54:1 against #b2dfe1, versus 1.44:1 for white — AAA at any size.

What is the complementary color of #b2dfe1?

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

What colors go well with #b2dfe1?

For interface work: #F4FAFA as the surface, #C4E7E8 for borders, #4B979B for secondary text, #973548 as an accent and #24595C for hover and pressed states. For a palette, the analogous pair #B2E1CB and #B2C7E1 stays calm, while #E1B4B2 is the loudest partner.

What is #b2dfe1 in CMYK for printing?

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

Is #b2dfe1 warm or cool?

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

Work with #b2dfe1 in the Color Lab