Skip to content

#b7eee8

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

RGB
183, 238, 232
HSL
174°, 62%, 83%
CMYK
23, 0, 3, 7
Luminance
0.7704

At a glance

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

Hex
#b7eee8
Hue
174°
cyan
Saturation
62%
vivid
Lightness
83%
light
Brightness
93%
HSV value
Perceived
87%
weighted brightness
Luminance
0.7704
WCAG relative
Temperature
Cool
85/100 cool
Color family
Cyan
Tone
Vivid
Best ink
Black
16.41:1
Closest name
Pale Turquoise
ΔE2000 2.6
Where it sits
Hue174° of 360°
Saturation62%
Lightness83%
Temperature
Warm ← → Cool85% 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#b7eee8
RGBrgb(183, 238, 232)
HSLhsl(174, 62%, 83%)
CMYKcmyk(23%, 0%, 3%, 7%)
LABlab(90.3 -18.6 -2.8)
LCHlch(90.3 18.8 188.6)
OKLCHoklch(0.910 0.057 187.9)
Decimal12054248
Display P3color(display-p3 0.718 0.933 0.910)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#b7eee8 on white: 1.28:1
AA ✗ fail · AA-large · AAA
Aa
#b7eee8 on black: 16.41:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #E8E8E8
deuteranopia · #DDE0E9
tritanopia · #A7F1EC

Color scale — 50 to 950

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

#F4FBFA
#E8F7F5
#b7eee8
#A4EAE2
#77DFD4
#49D4C5
#2FC6B6
#27A597
#1F8479
#1A6058
#113C37
Base = 200Lightest = 50 · #F4FBFADarkest = 950 · #113C37
:root {
  --brand-50: #F4FBFA;
  --brand-100: #E8F7F5;
  --brand-200: #b7eee8;
  --brand-300: #A4EAE2;
  --brand-400: #77DFD4;
  --brand-500: #49D4C5;
  --brand-600: #2FC6B6;
  --brand-700: #27A597;
  --brand-800: #1F8479;
  --brand-900: #1A6058;
  --brand-950: #113C37;
  --brand: #b7eee8;
  --brand-ink: #000000;
}

Colors that work with #b7eee8

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#C0EDE8
Hairlines and dividers
Muted text#4B9B92
Captions on the surface
Accent#AA2253
Second voice, not a rival
Dark variant#18675F
Hover, pressed, headers
Light variant#EAFAF8
Selected rows, tints
Dark surface#142423
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 #b7eee8

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#EEB7BD
Analogous left#B7EECC
Analogous right#B7D8EE
Split-complement 1#EEB7D8
Split-complement 2#EECCB7
Triadic 1#E8B7EE
Triadic 2#EEE8B7
Tetradic#CCB7EE

RGB percentages

Red71.8%
Green93.3%
Blue91.0%

CMYK percentages

Cyan23.1%
Magenta0.0%
Yellow2.5%
Key (black)6.7%

Color previews

#b7eee8 text on a black background

contrast 16.41:1

Card sample

#b7eee8 text on a white background

contrast 1.28:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #b7eee8

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.

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

#b7eee8, answered

What color is #b7eee8?

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

What is the RGB value of #b7eee8?

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

Is #b7eee8 a light or a dark color?

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

Should I use black or white text on #b7eee8?

Black. It scores 16.41:1 against #b7eee8, versus 1.28:1 for white — AAA at any size.

What is the complementary color of #b7eee8?

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

What colors go well with #b7eee8?

For interface work: #F4FAFA as the surface, #C0EDE8 for borders, #4B9B92 for secondary text, #AA2253 as an accent and #18675F for hover and pressed states. For a palette, the analogous pair #B7EECC and #B7D8EE stays calm, while #EEB7BD is the loudest partner.

What is #b7eee8 in CMYK for printing?

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

Is #b7eee8 warm or cool?

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

Work with #b7eee8 in the Color Lab