Skip to content

#b3ebed

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

RGB
179, 235, 237
HSL
182°, 62%, 82%
CMYK
25, 1, 0, 7
Luminance
0.7511

At a glance

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

Hex
#b3ebed
Hue
182°
cyan
Saturation
62%
vivid
Lightness
82%
light
Brightness
93%
HSV value
Perceived
86%
weighted brightness
Luminance
0.7511
WCAG relative
Temperature
Cool
88/100 cool
Color family
Cyan
Tone
Vivid
Best ink
Black
16.02:1
Closest name
Pale Turquoise
ΔE2000 1.7
Where it sits
Hue182° of 360°
Saturation62%
Lightness82%
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#b3ebed
RGBrgb(179, 235, 237)
HSLhsl(182, 62%, 82%)
CMYKcmyk(25%, 1%, 0%, 7%)
LABlab(89.5 -17.2 -6.8)
LCHlch(89.5 18.5 201.4)
OKLCHoklch(0.902 0.057 198.9)
Decimal11791341
Display P3color(display-p3 0.702 0.922 0.929)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#b3ebed on white: 1.31:1
AA ✗ fail · AA-large · AAA
Aa
#b3ebed on black: 16.02:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #E3E6ED
deuteranopia · #D8DDED
tritanopia · #A0EFEB

Color scale — 50 to 950

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

#F4FBFB
#E8F7F7
#CCEFF0
#b3ebed
#77DBDF
#4ACFD4
#2FC1C6
#27A1A5
#1F8084
#1A5E60
#113A3C
Base = 300Lightest = 50 · #F4FBFBDarkest = 950 · #113A3C
:root {
  --brand-50: #F4FBFB;
  --brand-100: #E8F7F7;
  --brand-200: #CCEFF0;
  --brand-300: #b3ebed;
  --brand-400: #77DBDF;
  --brand-500: #4ACFD4;
  --brand-600: #2FC1C6;
  --brand-700: #27A1A5;
  --brand-800: #1F8084;
  --brand-900: #1A5E60;
  --brand-950: #113A3C;
  --brand: #b3ebed;
  --brand-ink: #000000;
}

Colors that work with #b3ebed

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#C0EBED
Hairlines and dividers
Muted text#4B989B
Captions on the surface
Accent#A92341
Second voice, not a rival
Dark variant#186467
Hover, pressed, headers
Light variant#EAFAFA
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 #b3ebed

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#EDB5B3
Analogous left#B3EDD2
Analogous right#B3CEED
Split-complement 1#EDB3CE
Split-complement 2#EDD2B3
Triadic 1#EDB3EB
Triadic 2#EBEDB3
Tetradic#D2B3ED

RGB percentages

Red70.2%
Green92.2%
Blue92.9%

CMYK percentages

Cyan24.5%
Magenta0.8%
Yellow0.0%
Key (black)7.1%

Color previews

#b3ebed text on a black background

contrast 16.02:1

Card sample

#b3ebed text on a white background

contrast 1.31:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #b3ebed

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.

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

#b3ebed, answered

What color is #b3ebed?

#b3ebed is a light vivid cyan, closest to Pale Turquoise (ΔE2000 1.7). It sits at 182° on the hue wheel with 62% saturation and 82% lightness, which reads as cool.

What is the RGB value of #b3ebed?

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

Is #b3ebed a light or a dark color?

It is a light color. Relative luminance is 0.7511 and perceived brightness is 86%, so black text on it reaches 16.02:1.

Should I use black or white text on #b3ebed?

Black. It scores 16.02:1 against #b3ebed, versus 1.31:1 for white — AAA at any size.

What is the complementary color of #b3ebed?

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

What colors go well with #b3ebed?

For interface work: #F4FAFA as the surface, #C0EBED for borders, #4B989B for secondary text, #A92341 as an accent and #186467 for hover and pressed states. For a palette, the analogous pair #B3EDD2 and #B3CEED stays calm, while #EDB5B3 is the loudest partner.

What is #b3ebed in CMYK for printing?

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

Is #b3ebed 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 #B3EDDA; nudged cooler, #B2D6EE.

Work with #b3ebed in the Color Lab