Skip to content

#b0d6cd

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

RGB
176, 214, 205
HSL
166°, 32%, 77%
CMYK
18, 0, 4, 16
Luminance
0.6173

At a glance

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

Hex
#b0d6cd
Hue
166°
cyan
Saturation
32%
soft
Lightness
77%
light
Brightness
84%
HSV value
Perceived
79%
weighted brightness
Luminance
0.6173
WCAG relative
Temperature
Cool
79/100 cool
Color family
Cyan
Tone
Soft
Best ink
Black
13.35:1
Closest name
Powder Blue
ΔE2000 6.7
Where it sits
Hue166° of 360°
Saturation32%
Lightness77%
Temperature
Warm ← → Cool79% 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#b0d6cd
RGBrgb(176, 214, 205)
HSLhsl(166, 32%, 77%)
CMYKcmyk(18%, 0%, 4%, 16%)
LABlab(82.8 -14.3 0.3)
LCHlch(82.8 14.3 178.8)
OKLCHoklch(0.846 0.042 179.3)
Decimal11589325
Display P3color(display-p3 0.690 0.839 0.804)

Copy-ready code

/* CSS */
color: #b0d6cd;
background-color: #b0d6cd;
/* Tailwind (arbitrary) */
class="text-[#b0d6cd] bg-[#b0d6cd]"
/* SCSS */
$brand: #b0d6cd;
/* SwiftUI */
Color(red: 0.690, green: 0.839, blue: 0.804)
/* Android */
Color.parseColor("#b0d6cd")
/* Flutter */
Color(0xFFB0D6CD)
/* Python / OpenCV (BGR) */
(205, 214, 176)

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

Accessibility — WCAG contrast

Aa
#b0d6cd on white: 1.57:1
AA ✗ fail · AA-large · AAA
Aa
#b0d6cd on black: 13.35:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #D3D1CD
deuteranopia · #CBCCCE
tritanopia · #A7D7D3

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #b0d6cd 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
#ECF3F2
#D5E7E3
#b0d6cd
#90C6B9
#6BB2A2
#54A18F
#468677
#386B5F
#2B4F47
#1B312C
Base = 300Lightest = 50 · #F5F9F8Darkest = 950 · #1B312C
:root {
  --brand-50: #F5F9F8;
  --brand-100: #ECF3F2;
  --brand-200: #D5E7E3;
  --brand-300: #b0d6cd;
  --brand-400: #90C6B9;
  --brand-500: #6BB2A2;
  --brand-600: #54A18F;
  --brand-700: #468677;
  --brand-800: #386B5F;
  --brand-900: #2B4F47;
  --brand-950: #1B312C;
  --brand: #b0d6cd;
  --brand-ink: #000000;
}

Colors that work with #b0d6cd

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#F5FAF9
Tinted page background
Border#C9E3DD
Hairlines and dividers
Muted text#4E9786
Captions on the surface
Accent#8A4266
Second voice, not a rival
Dark variant#2C544A
Hover, pressed, headers
Light variant#EEF6F4
Selected rows, tints
Dark surface#142420
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 #b0d6cd

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#D6B0B9
Analogous left#B0D6BA
Analogous right#B0CCD6
Split-complement 1#D6B0CC
Split-complement 2#D6BAB0
Triadic 1#CDB0D6
Triadic 2#D6CDB0
Tetradic#BAB0D6

RGB percentages

Red69.0%
Green83.9%
Blue80.4%

CMYK percentages

Cyan17.8%
Magenta0.0%
Yellow4.2%
Key (black)16.1%

Color previews

#b0d6cd text on a black background

contrast 13.35:1

Card sample

#b0d6cd text on a white background

contrast 1.57:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(176, 214, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 214, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0d6cd;
background: linear-gradient(135deg, #b0d6cd, #B0C6D6);

Monochromatic scale

Palettes built from #b0d6cd

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.

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

#b0d6cd, answered

What color is #b0d6cd?

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

What is the RGB value of #b0d6cd?

rgb(176, 214, 205) — 176 red, 214 green and 205 blue out of 255, or 69% / 83.9% / 80.4% by channel.

Is #b0d6cd a light or a dark color?

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

Should I use black or white text on #b0d6cd?

Black. It scores 13.35:1 against #b0d6cd, versus 1.57:1 for white — AAA at any size.

What is the complementary color of #b0d6cd?

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

What colors go well with #b0d6cd?

For interface work: #F5FAF9 as the surface, #C9E3DD for borders, #4E9786 for secondary text, #8A4266 as an accent and #2C544A for hover and pressed states. For a palette, the analogous pair #B0D6BA and #B0CCD6 stays calm, while #D6B0B9 is the loudest partner.

What is #b0d6cd in CMYK for printing?

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

Is #b0d6cd warm or cool?

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

Work with #b0d6cd in the Color Lab