Skip to content

#b0d9da

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

RGB
176, 217, 218
HSL
181°, 36%, 77%
CMYK
19, 1, 0, 15
Luminance
0.6392

At a glance

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

Hex
#b0d9da
Hue
181°
cyan
Saturation
36%
soft
Lightness
77%
light
Brightness
85%
HSV value
Perceived
81%
weighted brightness
Luminance
0.6392
WCAG relative
Temperature
Cool
88/100 cool
Color family
Cyan
Tone
Soft
Best ink
Black
13.78:1
Closest name
Powder Blue
ΔE2000 2.7
Where it sits
Hue181° of 360°
Saturation36%
Lightness77%
Temperature
Warm ← → Cool88% 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#b0d9da
RGBrgb(176, 217, 218)
HSLhsl(181, 36%, 77%)
CMYKcmyk(19%, 1%, 0%, 15%)
LABlab(83.9 -13.1 -4.9)
LCHlch(83.9 14.0 200.6)
OKLCHoklch(0.856 0.043 198.2)
Decimal11590106
Display P3color(display-p3 0.690 0.851 0.855)

Copy-ready code

/* CSS */
color: #b0d9da;
background-color: #b0d9da;
/* Tailwind (arbitrary) */
class="text-[#b0d9da] bg-[#b0d9da]"
/* SCSS */
$brand: #b0d9da;
/* SwiftUI */
Color(red: 0.690, green: 0.851, blue: 0.855)
/* Android */
Color.parseColor("#b0d9da")
/* Flutter */
Color(0xFFB0D9DA)
/* Python / OpenCV (BGR) */
(218, 217, 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 #b0d9da · 13.78:1
Use #000000AAA at every size.
Aa
White text · 1.52:1
AA fail · AA large fail · AAA fail
Aa
Black text · 13.78:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #b0d9da as text scores 1.52:1 on white and 13.78:1 on black.

Accessibility — WCAG contrast

Aa
#b0d9da on white: 1.52:1
AA ✗ fail · AA-large · AAA
Aa
#b0d9da on black: 13.78:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #D3D5DA
deuteranopia · #CBCFDA
tritanopia · #A3DCD9

Color scale — 50 to 950

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

#F5F9FA
#EBF4F4
#D3E8E8
#b0d9da
#8CC8C9
#66B6B7
#4EA5A7
#41898B
#346E6F
#295152
#1A3233
Base = 300Lightest = 50 · #F5F9FADarkest = 950 · #1A3233
:root {
  --brand-50: #F5F9FA;
  --brand-100: #EBF4F4;
  --brand-200: #D3E8E8;
  --brand-300: #b0d9da;
  --brand-400: #8CC8C9;
  --brand-500: #66B6B7;
  --brand-600: #4EA5A7;
  --brand-700: #41898B;
  --brand-800: #346E6F;
  --brand-900: #295152;
  --brand-950: #1A3233;
  --brand: #b0d9da;
  --brand-ink: #000000;
}

Colors that work with #b0d9da

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#F5FAFA
Tinted page background
Border#C7E4E5
Hairlines and dividers
Muted text#4B999B
Captions on the surface
Accent#8E3E4F
Second voice, not a rival
Dark variant#295657
Hover, pressed, headers
Light variant#EEF7F7
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 #b0d9da

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#DAB1B0
Analogous left#B0DAC6
Analogous right#B0C4DA
Split-complement 1#DAB0C4
Split-complement 2#DAC6B0
Triadic 1#DAB0D9
Triadic 2#D9DAB0
Tetradic#C6B0DA

RGB percentages

Red69.0%
Green85.1%
Blue85.5%

CMYK percentages

Cyan19.3%
Magenta0.5%
Yellow0.0%
Key (black)14.5%

Color previews

#b0d9da text on a black background

contrast 13.78:1

Card sample

#b0d9da text on a white background

contrast 1.52:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #b0d9da

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.

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

#b0d9da, answered

What color is #b0d9da?

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

What is the RGB value of #b0d9da?

rgb(176, 217, 218) — 176 red, 217 green and 218 blue out of 255, or 69% / 85.1% / 85.5% by channel.

Is #b0d9da a light or a dark color?

It is a light color. Relative luminance is 0.6392 and perceived brightness is 81%, so black text on it reaches 13.78:1.

Should I use black or white text on #b0d9da?

Black. It scores 13.78:1 against #b0d9da, versus 1.52:1 for white — AAA at any size.

What is the complementary color of #b0d9da?

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

What colors go well with #b0d9da?

For interface work: #F5FAFA as the surface, #C7E4E5 for borders, #4B999B for secondary text, #8E3E4F as an accent and #295657 for hover and pressed states. For a palette, the analogous pair #B0DAC6 and #B0C4DA stays calm, while #DAB1B0 is the loudest partner.

What is #b0d9da in CMYK for printing?

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

Is #b0d9da warm or cool?

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

Work with #b0d9da in the Color Lab