Skip to content

#b3d3cd

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

RGB
179, 211, 205
HSL
169°, 27%, 77%
CMYK
15, 0, 3, 17
Luminance
0.6058

At a glance

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

Hex
#b3d3cd
Hue
169°
cyan
Saturation
27%
soft
Lightness
77%
light
Brightness
83%
HSV value
Perceived
79%
weighted brightness
Luminance
0.6058
WCAG relative
Temperature
Cool
75/100 cool
Color family
Cyan
Tone
Soft
Best ink
Black
13.12:1
Closest name
Powder Blue
ΔE2000 6.3
Where it sits
Hue169° of 360°
Saturation27%
Lightness77%
Temperature
Warm ← → Cool75% 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#b3d3cd
RGBrgb(179, 211, 205)
HSLhsl(169, 27%, 77%)
CMYKcmyk(15%, 0%, 3%, 17%)
LABlab(82.2 -11.8 -0.6)
LCHlch(82.2 11.8 182.9)
OKLCHoklch(0.842 0.035 182.9)
Decimal11785165
Display P3color(display-p3 0.702 0.827 0.804)

Copy-ready code

/* CSS */
color: #b3d3cd;
background-color: #b3d3cd;
/* Tailwind (arbitrary) */
class="text-[#b3d3cd] bg-[#b3d3cd]"
/* SCSS */
$brand: #b3d3cd;
/* SwiftUI */
Color(red: 0.702, green: 0.827, blue: 0.804)
/* Android */
Color.parseColor("#b3d3cd")
/* Flutter */
Color(0xFFB3D3CD)
/* Python / OpenCV (BGR) */
(205, 211, 179)

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

Accessibility — WCAG contrast

Aa
#b3d3cd on white: 1.60:1
AA ✗ fail · AA-large · AAA
Aa
#b3d3cd on black: 13.12:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #D0CFCD
deuteranopia · #C9CACE
tritanopia · #ABD4D1

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #b3d3cd 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
#EDF3F2
#D6E6E3
#b3d3cd
#94C1B9
#71ADA2
#5A9B8F
#4B8177
#3C675F
#2E4C47
#1D302C
Base = 300Lightest = 50 · #F6F9F8Darkest = 950 · #1D302C
:root {
  --brand-50: #F6F9F8;
  --brand-100: #EDF3F2;
  --brand-200: #D6E6E3;
  --brand-300: #b3d3cd;
  --brand-400: #94C1B9;
  --brand-500: #71ADA2;
  --brand-600: #5A9B8F;
  --brand-700: #4B8177;
  --brand-800: #3C675F;
  --brand-900: #2E4C47;
  --brand-950: #1D302C;
  --brand: #b3d3cd;
  --brand-ink: #000000;
}

Colors that work with #b3d3cd

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#F5F9F9
Tinted page background
Border#CBE1DD
Hairlines and dividers
Muted text#549186
Captions on the surface
Accent#854763
Second voice, not a rival
Dark variant#2F514A
Hover, pressed, headers
Light variant#EFF6F4
Selected rows, tints
Dark surface#152421
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 #b3d3cd

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#D3B3B9
Analogous left#B3D3BD
Analogous right#B3C9D3
Split-complement 1#D3B3C9
Split-complement 2#D3BDB3
Triadic 1#CDB3D3
Triadic 2#D3CDB3
Tetradic#BDB3D3

RGB percentages

Red70.2%
Green82.7%
Blue80.4%

CMYK percentages

Cyan15.2%
Magenta0.0%
Yellow2.8%
Key (black)17.3%

Color previews

#b3d3cd text on a black background

contrast 13.12:1

Card sample

#b3d3cd text on a white background

contrast 1.60:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #b3d3cd

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.

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

#b3d3cd, answered

What color is #b3d3cd?

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

What is the RGB value of #b3d3cd?

rgb(179, 211, 205) — 179 red, 211 green and 205 blue out of 255, or 70.2% / 82.7% / 80.4% by channel.

Is #b3d3cd a light or a dark color?

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

Should I use black or white text on #b3d3cd?

Black. It scores 13.12:1 against #b3d3cd, versus 1.60:1 for white — AAA at any size.

What is the complementary color of #b3d3cd?

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

What colors go well with #b3d3cd?

For interface work: #F5F9F9 as the surface, #CBE1DD for borders, #549186 for secondary text, #854763 as an accent and #2F514A for hover and pressed states. For a palette, the analogous pair #B3D3BD and #B3C9D3 stays calm, while #D3B3B9 is the loudest partner.

What is #b3d3cd in CMYK for printing?

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

Is #b3d3cd warm or cool?

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

Work with #b3d3cd in the Color Lab