Skip to content

#b7eedc

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

RGB
183, 238, 220
HSL
160°, 62%, 83%
CMYK
23, 0, 8, 7
Luminance
0.7638

At a glance

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

Hex
#b7eedc
Hue
160°
cyan
Saturation
62%
vivid
Lightness
83%
light
Brightness
93%
HSV value
Perceived
87%
weighted brightness
Luminance
0.7638
WCAG relative
Temperature
Cool
79/100 cool
Color family
Cyan
Tone
Vivid
Best ink
Black
16.28:1
Closest name
Pale Turquoise
ΔE2000 7
Where it sits
Hue160° of 360°
Saturation62%
Lightness83%
Temperature
Warm ← → Cool79% 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#b7eedc
RGBrgb(183, 238, 220)
HSLhsl(160, 62%, 83%)
CMYKcmyk(23%, 0%, 8%, 7%)
LABlab(90.0 -21.1 3.0)
LCHlch(90.0 21.3 171.8)
OKLCHoklch(0.906 0.061 172.8)
Decimal12054236
Display P3color(display-p3 0.718 0.933 0.863)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#b7eedc on white: 1.29:1
AA ✗ fail · AA-large · AAA
Aa
#b7eedc on black: 16.28:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #EAE7DB
deuteranopia · #E0DFDD
tritanopia · #AAEFE8

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #b7eedc is pinned to step 200; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.

#F4FBF9
#E8F7F2
#b7eedc
#A4EAD3
#77DFBD
#49D4A7
#2FC695
#27A57C
#1F8463
#1A6049
#113C2E
Base = 200Lightest = 50 · #F4FBF9Darkest = 950 · #113C2E
:root {
  --brand-50: #F4FBF9;
  --brand-100: #E8F7F2;
  --brand-200: #b7eedc;
  --brand-300: #A4EAD3;
  --brand-400: #77DFBD;
  --brand-500: #49D4A7;
  --brand-600: #2FC695;
  --brand-700: #27A57C;
  --brand-800: #1F8463;
  --brand-900: #1A6049;
  --brand-950: #113C2E;
  --brand: #b7eedc;
  --brand-ink: #000000;
}

Colors that work with #b7eedc

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#F4FAF8
Tinted page background
Border#C0EDDE
Hairlines and dividers
Muted text#4B9B81
Captions on the surface
Accent#AA2270
Second voice, not a rival
Dark variant#18674D
Hover, pressed, headers
Light variant#EAFAF5
Selected rows, tints
Dark surface#14241F
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 #b7eedc

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#EEB7C9
Analogous left#B7EEC0
Analogous right#B7E4EE
Split-complement 1#EEB7E4
Split-complement 2#EEC0B7
Triadic 1#DCB7EE
Triadic 2#EEDCB7
Tetradic#C0B7EE

RGB percentages

Red71.8%
Green93.3%
Blue86.3%

CMYK percentages

Cyan23.1%
Magenta0.0%
Yellow7.6%
Key (black)6.7%

Color previews

#b7eedc text on a black background

contrast 16.28:1

Card sample

#b7eedc text on a white background

contrast 1.29:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #b7eedc

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.

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

#b7eedc, answered

What color is #b7eedc?

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

What is the RGB value of #b7eedc?

rgb(183, 238, 220) — 183 red, 238 green and 220 blue out of 255, or 71.8% / 93.3% / 86.3% by channel.

Is #b7eedc a light or a dark color?

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

Should I use black or white text on #b7eedc?

Black. It scores 16.28:1 against #b7eedc, versus 1.29:1 for white — AAA at any size.

What is the complementary color of #b7eedc?

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

What colors go well with #b7eedc?

For interface work: #F4FAF8 as the surface, #C0EDDE for borders, #4B9B81 for secondary text, #AA2270 as an accent and #18674D for hover and pressed states. For a palette, the analogous pair #B7EEC0 and #B7E4EE stays calm, while #EEB7C9 is the loudest partner.

What is #b7eedc in CMYK for printing?

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

Is #b7eedc warm or cool?

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

Work with #b7eedc in the Color Lab