Skip to content

#b7ebed

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

RGB
183, 235, 237
HSL
182°, 60%, 82%
CMYK
23, 1, 0, 7
Luminance
0.7560

At a glance

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

Hex
#b7ebed
Hue
182°
cyan
Saturation
60%
vivid
Lightness
82%
light
Brightness
93%
HSV value
Perceived
87%
weighted brightness
Luminance
0.7560
WCAG relative
Temperature
Cool
88/100 cool
Color family
Cyan
Tone
Vivid
Best ink
Black
16.12:1
Closest name
Pale Turquoise
ΔE2000 2.4
Where it sits
Hue182° of 360°
Saturation60%
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#b7ebed
RGBrgb(183, 235, 237)
HSLhsl(182, 60%, 82%)
CMYKcmyk(23%, 1%, 0%, 7%)
LABlab(89.7 -16.1 -6.4)
LCHlch(89.7 17.3 201.7)
OKLCHoklch(0.905 0.053 199.2)
Decimal12053485
Display P3color(display-p3 0.718 0.922 0.929)

Copy-ready code

/* CSS */
color: #b7ebed;
background-color: #b7ebed;
/* Tailwind (arbitrary) */
class="text-[#b7ebed] bg-[#b7ebed]"
/* SCSS */
$brand: #b7ebed;
/* SwiftUI */
Color(red: 0.718, green: 0.922, blue: 0.929)
/* Android */
Color.parseColor("#b7ebed")
/* Flutter */
Color(0xFFB7EBED)
/* Python / OpenCV (BGR) */
(237, 235, 183)

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

Accessibility — WCAG contrast

Aa
#b7ebed on white: 1.30:1
AA ✗ fail · AA-large · AAA
Aa
#b7ebed on black: 16.12:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #E4E6ED
deuteranopia · #D9DEED
tritanopia · #A6EFEB

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #b7ebed 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
#E9F6F7
#CCEEEF
#b7ebed
#78DADD
#4BCDD2
#31BEC4
#299FA3
#217F83
#1B5D5F
#113A3B
Base = 300Lightest = 50 · #F4FBFBDarkest = 950 · #113A3B
:root {
  --brand-50: #F4FBFB;
  --brand-100: #E9F6F7;
  --brand-200: #CCEEEF;
  --brand-300: #b7ebed;
  --brand-400: #78DADD;
  --brand-500: #4BCDD2;
  --brand-600: #31BEC4;
  --brand-700: #299FA3;
  --brand-800: #217F83;
  --brand-900: #1B5D5F;
  --brand-950: #113A3B;
  --brand: #b7ebed;
  --brand-ink: #000000;
}

Colors that work with #b7ebed

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#A82442
Second voice, not a rival
Dark variant#1A6366
Hover, pressed, headers
Light variant#EBF9FA
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 #b7ebed

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#EDB9B7
Analogous left#B7EDD4
Analogous right#B7D0ED
Split-complement 1#EDB7D0
Split-complement 2#EDD4B7
Triadic 1#EDB7EB
Triadic 2#EBEDB7
Tetradic#D4B7ED

RGB percentages

Red71.8%
Green92.2%
Blue92.9%

CMYK percentages

Cyan22.8%
Magenta0.8%
Yellow0.0%
Key (black)7.1%

Color previews

#b7ebed text on a black background

contrast 16.12:1

Card sample

#b7ebed text on a white background

contrast 1.30:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #b7ebed

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.

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

#b7ebed, answered

What color is #b7ebed?

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

What is the RGB value of #b7ebed?

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

Is #b7ebed a light or a dark color?

It is a light color. Relative luminance is 0.7560 and perceived brightness is 87%, so black text on it reaches 16.12:1.

Should I use black or white text on #b7ebed?

Black. It scores 16.12:1 against #b7ebed, versus 1.30:1 for white — AAA at any size.

What is the complementary color of #b7ebed?

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

What colors go well with #b7ebed?

For interface work: #F4FAFA as the surface, #C0EBED for borders, #4B989B for secondary text, #A82442 as an accent and #1A6366 for hover and pressed states. For a palette, the analogous pair #B7EDD4 and #B7D0ED stays calm, while #EDB9B7 is the loudest partner.

What is #b7ebed in CMYK for printing?

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

Is #b7ebed 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 #B7EDDB; nudged cooler, #B6D7EE.

Work with #b7ebed in the Color Lab