Skip to content

#b2d8cc

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

RGB
178, 216, 204
HSL
161°, 33%, 77%
CMYK
18, 0, 6, 15
Luminance
0.6294

At a glance

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

Hex
#b2d8cc
Hue
161°
cyan
Saturation
33%
soft
Lightness
77%
light
Brightness
85%
HSV value
Perceived
80%
weighted brightness
Luminance
0.6294
WCAG relative
Temperature
Cool
78/100 cool
Color family
Cyan
Tone
Soft
Best ink
Black
13.59:1
Closest name
Powder Blue
ΔE2000 7.8
Where it sits
Hue161° of 360°
Saturation33%
Lightness77%
Temperature
Warm ← → Cool78% 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#b2d8cc
RGBrgb(178, 216, 204)
HSLhsl(161, 33%, 77%)
CMYKcmyk(18%, 0%, 6%, 15%)
LABlab(83.4 -14.8 1.8)
LCHlch(83.4 15.0 173.2)
OKLCHoklch(0.852 0.043 174.1)
Decimal11720908
Display P3color(display-p3 0.698 0.847 0.800)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#b2d8cc on white: 1.55:1
AA ✗ fail · AA-large · AAA
Aa
#b2d8cc on black: 13.59:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #D5D3CB
deuteranopia · #CECECD
tritanopia · #A9D9D4

Color scale — 50 to 950

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

#F5F9F8
#ECF4F1
#D4E7E1
#b2d8cc
#8FC6B5
#6AB49C
#52A389
#458772
#376C5C
#2B5044
#1B322B
Base = 300Lightest = 50 · #F5F9F8Darkest = 950 · #1B322B
:root {
  --brand-50: #F5F9F8;
  --brand-100: #ECF4F1;
  --brand-200: #D4E7E1;
  --brand-300: #b2d8cc;
  --brand-400: #8FC6B5;
  --brand-500: #6AB49C;
  --brand-600: #52A389;
  --brand-700: #458772;
  --brand-800: #376C5C;
  --brand-900: #2B5044;
  --brand-950: #1B322B;
  --brand: #b2d8cc;
  --brand-ink: #000000;
}

Colors that work with #b2d8cc

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#F5FAF8
Tinted page background
Border#C9E4DB
Hairlines and dividers
Muted text#4D9881
Captions on the surface
Accent#8B416B
Second voice, not a rival
Dark variant#2B5547
Hover, pressed, headers
Light variant#EEF6F4
Selected rows, tints
Dark surface#14241F
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 #b2d8cc

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#D8B2BE
Analogous left#B2D8B9
Analogous right#B2D1D8
Split-complement 1#D8B2D1
Split-complement 2#D8B9B2
Triadic 1#CCB2D8
Triadic 2#D8CCB2
Tetradic#B9B2D8

RGB percentages

Red69.8%
Green84.7%
Blue80.0%

CMYK percentages

Cyan17.6%
Magenta0.0%
Yellow5.6%
Key (black)15.3%

Color previews

#b2d8cc text on a black background

contrast 13.59:1

Card sample

#b2d8cc text on a white background

contrast 1.55:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #b2d8cc

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.

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

#b2d8cc, answered

What color is #b2d8cc?

#b2d8cc is a light soft cyan, closest to Powder Blue (ΔE2000 7.8). It sits at 161° on the hue wheel with 33% saturation and 77% lightness, which reads as cool.

What is the RGB value of #b2d8cc?

rgb(178, 216, 204) — 178 red, 216 green and 204 blue out of 255, or 69.8% / 84.7% / 80% by channel.

Is #b2d8cc a light or a dark color?

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

Should I use black or white text on #b2d8cc?

Black. It scores 13.59:1 against #b2d8cc, versus 1.55:1 for white — AAA at any size.

What is the complementary color of #b2d8cc?

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

What colors go well with #b2d8cc?

For interface work: #F5FAF8 as the surface, #C9E4DB for borders, #4D9881 for secondary text, #8B416B as an accent and #2B5547 for hover and pressed states. For a palette, the analogous pair #B2D8B9 and #B2D1D8 stays calm, while #D8B2BE is the loudest partner.

What is #b2d8cc in CMYK for printing?

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

Is #b2d8cc warm or cool?

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

Work with #b2d8cc in the Color Lab