Skip to content

#b4d2cc

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

RGB
180, 210, 204
HSL
168°, 25%, 77%
CMYK
14, 0, 3, 18
Luminance
0.6016

At a glance

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

Hex
#b4d2cc
Hue
168°
cyan
Saturation
25%
soft
Lightness
77%
light
Brightness
82%
HSV value
Perceived
79%
weighted brightness
Luminance
0.6016
WCAG relative
Temperature
Cool
73/100 cool
Color family
Cyan
Tone
Soft
Best ink
Black
13.03:1
Closest name
Powder Blue
ΔE2000 6.6
Where it sits
Hue168° of 360°
Saturation25%
Lightness77%
Temperature
Warm ← → Cool73% 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#b4d2cc
RGBrgb(180, 210, 204)
HSLhsl(168, 25%, 77%)
CMYKcmyk(14%, 0%, 3%, 18%)
LABlab(81.9 -11.1 -0.4)
LCHlch(81.9 11.2 182.0)
OKLCHoklch(0.840 0.033 182.1)
Decimal11850444
Display P3color(display-p3 0.706 0.824 0.800)

Copy-ready code

/* CSS */
color: #b4d2cc;
background-color: #b4d2cc;
/* Tailwind (arbitrary) */
class="text-[#b4d2cc] bg-[#b4d2cc]"
/* SCSS */
$brand: #b4d2cc;
/* SwiftUI */
Color(red: 0.706, green: 0.824, blue: 0.800)
/* Android */
Color.parseColor("#b4d2cc")
/* Flutter */
Color(0xFFB4D2CC)
/* Python / OpenCV (BGR) */
(204, 210, 180)

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 #b4d2cc · 13.03:1
Use #000000AAA at every size.
Aa
White text · 1.61:1
AA fail · AA large fail · AAA fail
Aa
Black text · 13.03:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #b4d2cc as text scores 1.61:1 on white and 13.03:1 on black.

Accessibility — WCAG contrast

Aa
#b4d2cc on white: 1.61:1
AA ✗ fail · AA-large · AAA
Aa
#b4d2cc on black: 13.03:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #CFCECC
deuteranopia · #C9CACD
tritanopia · #ADD3D0

Color scale — 50 to 950

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

#F6F9F8
#EDF3F1
#D7E5E2
#b4d2cc
#96C0B7
#73ABA0
#5C998D
#4D8075
#3D665E
#2F4B46
#1D2F2C
Base = 300Lightest = 50 · #F6F9F8Darkest = 950 · #1D2F2C
:root {
  --brand-50: #F6F9F8;
  --brand-100: #EDF3F1;
  --brand-200: #D7E5E2;
  --brand-300: #b4d2cc;
  --brand-400: #96C0B7;
  --brand-500: #73ABA0;
  --brand-600: #5C998D;
  --brand-700: #4D8075;
  --brand-800: #3D665E;
  --brand-900: #2F4B46;
  --brand-950: #1D2F2C;
  --brand: #b4d2cc;
  --brand-ink: #000000;
}

Colors that work with #b4d2cc

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#F5F9F8
Tinted page background
Border#CCE0DC
Hairlines and dividers
Muted text#568F84
Captions on the surface
Accent#834963
Second voice, not a rival
Dark variant#305049
Hover, pressed, headers
Light variant#EFF5F4
Selected rows, tints
Dark surface#152320
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 #b4d2cc

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#D2B4BA
Analogous left#B4D2BD
Analogous right#B4C9D2
Split-complement 1#D2B4C9
Split-complement 2#D2BDB4
Triadic 1#CCB4D2
Triadic 2#D2CCB4
Tetradic#BDB4D2

RGB percentages

Red70.6%
Green82.4%
Blue80.0%

CMYK percentages

Cyan14.3%
Magenta0.0%
Yellow2.9%
Key (black)17.6%

Color previews

#b4d2cc text on a black background

contrast 13.03:1

Card sample

#b4d2cc text on a white background

contrast 1.61:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #b4d2cc

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.

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

#b4d2cc, answered

What color is #b4d2cc?

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

What is the RGB value of #b4d2cc?

rgb(180, 210, 204) — 180 red, 210 green and 204 blue out of 255, or 70.6% / 82.4% / 80% by channel.

Is #b4d2cc a light or a dark color?

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

Should I use black or white text on #b4d2cc?

Black. It scores 13.03:1 against #b4d2cc, versus 1.61:1 for white — AAA at any size.

What is the complementary color of #b4d2cc?

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

What colors go well with #b4d2cc?

For interface work: #F5F9F8 as the surface, #CCE0DC for borders, #568F84 for secondary text, #834963 as an accent and #305049 for hover and pressed states. For a palette, the analogous pair #B4D2BD and #B4C9D2 stays calm, while #D2B4BA is the loudest partner.

What is #b4d2cc in CMYK for printing?

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

Is #b4d2cc warm or cool?

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

Work with #b4d2cc in the Color Lab