Skip to content

#b0e2cf

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

RGB
176, 226, 207
HSL
157°, 46%, 79%
CMYK
22, 0, 8, 11
Luminance
0.6813

At a glance

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

Hex
#b0e2cf
Hue
157°
green
Saturation
46%
vivid
Lightness
79%
light
Brightness
89%
HSV value
Perceived
82%
weighted brightness
Luminance
0.6813
WCAG relative
Temperature
Cool
78/100 cool
Color family
Green
Tone
Vivid
Best ink
Black
14.63:1
Closest name
Pale Turquoise
ΔE2000 8
Where it sits
Hue157° of 360°
Saturation46%
Lightness79%
Temperature
Warm ← → Cool78% 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#b0e2cf
RGBrgb(176, 226, 207)
HSLhsl(157, 46%, 79%)
CMYKcmyk(22%, 0%, 8%, 11%)
LABlab(86.1 -19.9 4.0)
LCHlch(86.1 20.3 168.5)
OKLCHoklch(0.873 0.058 169.7)
Decimal11592399
Display P3color(display-p3 0.690 0.886 0.812)

Copy-ready code

/* CSS */
color: #b0e2cf;
background-color: #b0e2cf;
/* Tailwind (arbitrary) */
class="text-[#b0e2cf] bg-[#b0e2cf]"
/* SCSS */
$brand: #b0e2cf;
/* SwiftUI */
Color(red: 0.690, green: 0.886, blue: 0.812)
/* Android */
Color.parseColor("#b0e2cf")
/* Flutter */
Color(0xFFB0E2CF)
/* Python / OpenCV (BGR) */
(207, 226, 176)

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

Accessibility — WCAG contrast

Aa
#b0e2cf on white: 1.44:1
AA ✗ fail · AA-large · AAA
Aa
#b0e2cf on black: 14.63:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #DFDBCE
deuteranopia · #D6D5D0
tritanopia · #A5E3DC

Color scale — 50 to 950

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

#F5FAF8
#EAF5F1
#D0EBE1
#b0e2cf
#84D2B4
#5BC39B
#42B388
#379571
#2C775B
#235743
#16372A
Base = 300Lightest = 50 · #F5FAF8Darkest = 950 · #16372A
:root {
  --brand-50: #F5FAF8;
  --brand-100: #EAF5F1;
  --brand-200: #D0EBE1;
  --brand-300: #b0e2cf;
  --brand-400: #84D2B4;
  --brand-500: #5BC39B;
  --brand-600: #42B388;
  --brand-700: #379571;
  --brand-800: #2C775B;
  --brand-900: #235743;
  --brand-950: #16372A;
  --brand: #b0e2cf;
  --brand-ink: #000000;
}

Colors that work with #b0e2cf

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#C3E9DB
Hairlines and dividers
Muted text#4B9B7C
Captions on the surface
Accent#993373
Second voice, not a rival
Dark variant#225D47
Hover, pressed, headers
Light variant#ECF8F4
Selected rows, tints
Dark surface#14241E
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 #b0e2cf

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
  • 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#E2B0C3
Analogous left#B0E2B6
Analogous right#B0DCE2
Split-complement 1#E2B0DC
Split-complement 2#E2B6B0
Triadic 1#CFB0E2
Triadic 2#E2CFB0
Tetradic#B6B0E2

RGB percentages

Red69.0%
Green88.6%
Blue81.2%

CMYK percentages

Cyan22.1%
Magenta0.0%
Yellow8.4%
Key (black)11.4%

Color previews

#b0e2cf text on a black background

contrast 14.63:1

Card sample

#b0e2cf text on a white background

contrast 1.44:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(176, 226, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 226, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0e2cf;
background: linear-gradient(135deg, #b0e2cf, #B0D4E2);

Monochromatic scale

Palettes built from #b0e2cf

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.

#b0e2cf in the real world

Where a color in this family tends to land, and the interface roles it is usually asked to play.

Industries
SustainabilityFinanceHealth and wellnessAgriculture
Common UI roles
SurfacesBadgesHighlightsEmpty states
Print note

Converts to four-color process without much drama. Proof it anyway.

#b0e2cf, answered

What color is #b0e2cf?

#b0e2cf is a light vivid green, closest to Pale Turquoise (ΔE2000 8). It sits at 157° on the hue wheel with 46% saturation and 79% lightness, which reads as cool.

What is the RGB value of #b0e2cf?

rgb(176, 226, 207) — 176 red, 226 green and 207 blue out of 255, or 69% / 88.6% / 81.2% by channel.

Is #b0e2cf a light or a dark color?

It is a light color. Relative luminance is 0.6813 and perceived brightness is 82%, so black text on it reaches 14.63:1.

Should I use black or white text on #b0e2cf?

Black. It scores 14.63:1 against #b0e2cf, versus 1.44:1 for white — AAA at any size.

What is the complementary color of #b0e2cf?

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

What colors go well with #b0e2cf?

For interface work: #F4FAF8 as the surface, #C3E9DB for borders, #4B9B7C for secondary text, #993373 as an accent and #225D47 for hover and pressed states. For a palette, the analogous pair #B0E2B6 and #B0DCE2 stays calm, while #E2B0C3 is the loudest partner.

What is #b0e2cf in CMYK for printing?

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

Is #b0e2cf warm or cool?

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

Work with #b0e2cf in the Color Lab