Skip to content

#b3dce2

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

RGB
179, 220, 226
HSL
188°, 45%, 79%
CMYK
21, 3, 0, 11
Luminance
0.6626

At a glance

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

Hex
#b3dce2
Hue
188°
cyan
Saturation
45%
soft
Lightness
79%
light
Brightness
89%
HSV value
Perceived
82%
weighted brightness
Luminance
0.6626
WCAG relative
Temperature
Cool
91/100 cool
Color family
Cyan
Tone
Soft
Best ink
Black
14.25:1
Closest name
Powder Blue
ΔE2000 1.7
Where it sits
Hue188° of 360°
Saturation45%
Lightness79%
Temperature
Warm ← → Cool91% 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#b3dce2
RGBrgb(179, 220, 226)
HSLhsl(188, 45%, 79%)
CMYKcmyk(21%, 3%, 0%, 11%)
LABlab(85.1 -12.0 -7.4)
LCHlch(85.1 14.1 211.5)
OKLCHoklch(0.867 0.044 207.3)
Decimal11787490
Display P3color(display-p3 0.702 0.863 0.886)

Copy-ready code

/* CSS */
color: #b3dce2;
background-color: #b3dce2;
/* Tailwind (arbitrary) */
class="text-[#b3dce2] bg-[#b3dce2]"
/* SCSS */
$brand: #b3dce2;
/* SwiftUI */
Color(red: 0.702, green: 0.863, blue: 0.886)
/* Android */
Color.parseColor("#b3dce2")
/* Flutter */
Color(0xFFB3DCE2)
/* Python / OpenCV (BGR) */
(226, 220, 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 #b3dce2 · 14.25:1
Use #000000AAA at every size.
Aa
White text · 1.47:1
AA fail · AA large fail · AAA fail
Aa
Black text · 14.25:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #b3dce2 as text scores 1.47:1 on white and 14.25:1 on black.

Accessibility — WCAG contrast

Aa
#b3dce2 on white: 1.47:1
AA ✗ fail · AA-large · AAA
Aa
#b3dce2 on black: 14.25:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #D5D8E2
deuteranopia · #CDD2E2
tritanopia · #A5E0DE

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #b3dce2 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
#EAF4F5
#D1E8EB
#b3dce2
#85C7D1
#5DB4C1
#44A3B1
#388894
#2D6D76
#245056
#163236
Base = 300Lightest = 50 · #F5F9FADarkest = 950 · #163236
:root {
  --brand-50: #F5F9FA;
  --brand-100: #EAF4F5;
  --brand-200: #D1E8EB;
  --brand-300: #b3dce2;
  --brand-400: #85C7D1;
  --brand-500: #5DB4C1;
  --brand-600: #44A3B1;
  --brand-700: #388894;
  --brand-800: #2D6D76;
  --brand-900: #245056;
  --brand-950: #163236;
  --brand: #b3dce2;
  --brand-ink: #000000;
}

Colors that work with #b3dce2

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#F4FAFA
Tinted page background
Border#C4E4E8
Hairlines and dividers
Muted text#4B919B
Captions on the surface
Accent#983440
Second voice, not a rival
Dark variant#23555C
Hover, pressed, headers
Light variant#EDF6F8
Selected rows, tints
Dark surface#142224
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 #b3dce2

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#E2B9B3
Analogous left#B3E2D1
Analogous right#B3C4E2
Split-complement 1#E2B3C4
Split-complement 2#E2D1B3
Triadic 1#E2B3DC
Triadic 2#DCE2B3
Tetradic#D1B3E2

RGB percentages

Red70.2%
Green86.3%
Blue88.6%

CMYK percentages

Cyan20.8%
Magenta2.7%
Yellow0.0%
Key (black)11.4%

Color previews

#b3dce2 text on a black background

contrast 14.25:1

Card sample

#b3dce2 text on a white background

contrast 1.47:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #b3dce2

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.

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

#b3dce2, answered

What color is #b3dce2?

#b3dce2 is a light soft cyan, closest to Powder Blue (ΔE2000 1.7). It sits at 188° on the hue wheel with 45% saturation and 79% lightness, which reads as cool.

What is the RGB value of #b3dce2?

rgb(179, 220, 226) — 179 red, 220 green and 226 blue out of 255, or 70.2% / 86.3% / 88.6% by channel.

Is #b3dce2 a light or a dark color?

It is a light color. Relative luminance is 0.6626 and perceived brightness is 82%, so black text on it reaches 14.25:1.

Should I use black or white text on #b3dce2?

Black. It scores 14.25:1 against #b3dce2, versus 1.47:1 for white — AAA at any size.

What is the complementary color of #b3dce2?

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

What colors go well with #b3dce2?

For interface work: #F4FAFA as the surface, #C4E4E8 for borders, #4B919B for secondary text, #983440 as an accent and #23555C for hover and pressed states. For a palette, the analogous pair #B3E2D1 and #B3C4E2 stays calm, while #E2B9B3 is the loudest partner.

What is #b3dce2 in CMYK for printing?

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

Is #b3dce2 warm or cool?

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

Work with #b3dce2 in the Color Lab