Skip to content

#b3ebdc

a light, vivid cyan · cool · closest name: Pale Turquoise

RGB
179, 235, 220
HSL
164°, 58%, 81%
CMYK
24, 0, 6, 8
Luminance
0.7417

At a glance

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

Hex
#b3ebdc
Hue
164°
cyan
Saturation
58%
vivid
Lightness
81%
light
Brightness
92%
HSV value
Perceived
85%
weighted brightness
Luminance
0.7417
WCAG relative
Temperature
Cool
81/100 cool
Color family
Cyan
Tone
Vivid
Best ink
Black
15.83:1
Closest name
Pale Turquoise
ΔE2000 5.9
Where it sits
Hue164° of 360°
Saturation58%
Lightness81%
Temperature
Warm ← → Cool81% 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#b3ebdc
RGBrgb(179, 235, 220)
HSLhsl(164, 58%, 81%)
CMYKcmyk(24%, 0%, 6%, 8%)
LABlab(89.0 -20.8 1.5)
LCHlch(89.0 20.9 175.9)
OKLCHoklch(0.897 0.061 176.6)
Decimal11791324
Display P3color(display-p3 0.702 0.922 0.863)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#b3ebdc on white: 1.33:1
AA ✗ fail · AA-large · AAA
Aa
#b3ebdc on black: 15.83:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #E7E4DB
deuteranopia · #DCDCDD
tritanopia · #A5EDE6

Color scale — 50 to 950

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

#F4FBF9
#E9F7F3
#CDEFE6
#b3ebdc
#7ADCC2
#4DD0AD
#33C29B
#2BA182
#228168
#1C5E4C
#123B30
Base = 300Lightest = 50 · #F4FBF9Darkest = 950 · #123B30
:root {
  --brand-50: #F4FBF9;
  --brand-100: #E9F7F3;
  --brand-200: #CDEFE6;
  --brand-300: #b3ebdc;
  --brand-400: #7ADCC2;
  --brand-500: #4DD0AD;
  --brand-600: #33C29B;
  --brand-700: #2BA182;
  --brand-800: #228168;
  --brand-900: #1C5E4C;
  --brand-950: #123B30;
  --brand: #b3ebdc;
  --brand-ink: #000000;
}

Colors that work with #b3ebdc

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#F4FAF9
Tinted page background
Border#C0EDE1
Hairlines and dividers
Muted text#4B9B85
Captions on the surface
Accent#A62668
Second voice, not a rival
Dark variant#1B6551
Hover, pressed, headers
Light variant#EBFAF6
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 #b3ebdc

Derived from its contrast, chroma and lightness — not from taste.

Works well for
  • Text and icons on dark surfaces
  • Primary buttons and calls to action
  • Focus rings, active and selected states
  • Card and section backgrounds
  • Brand accents, badges and data highlights
Use with care
  • Text of any size on white — fails WCAG AA
  • Full-page backgrounds — tiring over long sessions
  • 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#EBB3C2
Analogous left#B3EBC0
Analogous right#B3DEEB
Split-complement 1#EBB3DE
Split-complement 2#EBC0B3
Triadic 1#DCB3EB
Triadic 2#EBDCB3
Tetradic#C0B3EB

RGB percentages

Red70.2%
Green92.2%
Blue86.3%

CMYK percentages

Cyan23.8%
Magenta0.0%
Yellow6.4%
Key (black)7.8%

Color previews

#b3ebdc text on a black background

contrast 15.83:1

Card sample

#b3ebdc text on a white background

contrast 1.33:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #b3ebdc

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.

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

#b3ebdc, answered

What color is #b3ebdc?

#b3ebdc is a light vivid cyan, closest to Pale Turquoise (ΔE2000 5.9). It sits at 164° on the hue wheel with 58% saturation and 81% lightness, which reads as cool.

What is the RGB value of #b3ebdc?

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

Is #b3ebdc a light or a dark color?

It is a light color. Relative luminance is 0.7417 and perceived brightness is 85%, so black text on it reaches 15.83:1.

Should I use black or white text on #b3ebdc?

Black. It scores 15.83:1 against #b3ebdc, versus 1.33:1 for white — AAA at any size.

What is the complementary color of #b3ebdc?

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

What colors go well with #b3ebdc?

For interface work: #F4FAF9 as the surface, #C0EDE1 for borders, #4B9B85 for secondary text, #A62668 as an accent and #1B6551 for hover and pressed states. For a palette, the analogous pair #B3EBC0 and #B3DEEB stays calm, while #EBB3C2 is the loudest partner.

What is #b3ebdc in CMYK for printing?

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

Is #b3ebdc warm or cool?

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

Work with #b3ebdc in the Color Lab