Skip to content

#b6d2cf

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

RGB
182, 210, 207
HSL
174°, 24%, 77%
CMYK
13, 0, 1, 18
Luminance
0.6054

At a glance

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

Hex
#b6d2cf
Hue
174°
cyan
Saturation
24%
soft
Lightness
77%
light
Brightness
82%
HSV value
Perceived
79%
weighted brightness
Luminance
0.6054
WCAG relative
Temperature
Cool
74/100 cool
Color family
Cyan
Tone
Soft
Best ink
Black
13.11:1
Closest name
Powder Blue
ΔE2000 6.1
Where it sits
Hue174° of 360°
Saturation24%
Lightness77%
Temperature
Warm ← → Cool74% 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#b6d2cf
RGBrgb(182, 210, 207)
HSLhsl(174, 24%, 77%)
CMYKcmyk(13%, 0%, 1%, 18%)
LABlab(82.1 -9.9 -1.7)
LCHlch(82.1 10.0 189.5)
OKLCHoklch(0.842 0.030 188.7)
Decimal11981519
Display P3color(display-p3 0.714 0.824 0.812)

Copy-ready code

/* CSS */
color: #b6d2cf;
background-color: #b6d2cf;
/* Tailwind (arbitrary) */
class="text-[#b6d2cf] bg-[#b6d2cf]"
/* SCSS */
$brand: #b6d2cf;
/* SwiftUI */
Color(red: 0.714, green: 0.824, blue: 0.812)
/* Android */
Color.parseColor("#b6d2cf")
/* Flutter */
Color(0xFFB6D2CF)
/* Python / OpenCV (BGR) */
(207, 210, 182)

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

Accessibility — WCAG contrast

Aa
#b6d2cf on white: 1.60:1
AA ✗ fail · AA-large · AAA
Aa
#b6d2cf on black: 13.11:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #CFCFCF
deuteranopia · #C9CBCF
tritanopia · #AFD4D1

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #b6d2cf 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
#D7E5E3
#b6d2cf
#97BFBB
#74A9A4
#5D9791
#4E7E79
#3E6561
#304B48
#1E2F2D
Base = 300Lightest = 50 · #F6F9F8Darkest = 950 · #1E2F2D
:root {
  --brand-50: #F6F9F8;
  --brand-100: #EDF3F2;
  --brand-200: #D7E5E3;
  --brand-300: #b6d2cf;
  --brand-400: #97BFBB;
  --brand-500: #74A9A4;
  --brand-600: #5D9791;
  --brand-700: #4E7E79;
  --brand-800: #3E6561;
  --brand-900: #304B48;
  --brand-950: #1E2F2D;
  --brand: #b6d2cf;
  --brand-ink: #000000;
}

Colors that work with #b6d2cf

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#F6F9F9
Tinted page background
Border#CDE0DE
Hairlines and dividers
Muted text#588E88
Captions on the surface
Accent#824A5D
Second voice, not a rival
Dark variant#314F4C
Hover, pressed, headers
Light variant#EFF5F5
Selected rows, tints
Dark surface#152321
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 #b6d2cf

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#D2B6B9
Analogous left#B6D2C1
Analogous right#B6C7D2
Split-complement 1#D2B6C7
Split-complement 2#D2C1B6
Triadic 1#CFB6D2
Triadic 2#D2CFB6
Tetradic#C1B6D2

RGB percentages

Red71.4%
Green82.4%
Blue81.2%

CMYK percentages

Cyan13.3%
Magenta0.0%
Yellow1.4%
Key (black)17.6%

Color previews

#b6d2cf text on a black background

contrast 13.11:1

Card sample

#b6d2cf text on a white background

contrast 1.60:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #b6d2cf

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.

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

#b6d2cf, answered

What color is #b6d2cf?

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

What is the RGB value of #b6d2cf?

rgb(182, 210, 207) — 182 red, 210 green and 207 blue out of 255, or 71.4% / 82.4% / 81.2% by channel.

Is #b6d2cf a light or a dark color?

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

Should I use black or white text on #b6d2cf?

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

What is the complementary color of #b6d2cf?

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

What colors go well with #b6d2cf?

For interface work: #F6F9F9 as the surface, #CDE0DE for borders, #588E88 for secondary text, #824A5D as an accent and #314F4C for hover and pressed states. For a palette, the analogous pair #B6D2C1 and #B6C7D2 stays calm, while #D2B6B9 is the loudest partner.

What is #b6d2cf in CMYK for printing?

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

Is #b6d2cf warm or cool?

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

Work with #b6d2cf in the Color Lab