Skip to content

#b2e7cd

a light, vivid green · cool · closest name: Aqua Marine

RGB
178, 231, 205
HSL
151°, 53%, 80%
CMYK
23, 0, 11, 9
Luminance
0.7102

At a glance

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

Hex
#b2e7cd
Hue
151°
green
Saturation
53%
vivid
Lightness
80%
light
Brightness
91%
HSV value
Perceived
84%
weighted brightness
Luminance
0.7102
WCAG relative
Temperature
Cool
75/100 cool
Color family
Green
Tone
Vivid
Best ink
Black
15.20:1
Closest name
Aqua Marine
ΔE2000 9.8
Where it sits
Hue151° of 360°
Saturation53%
Lightness80%
Temperature
Warm ← → Cool75% 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#b2e7cd
RGBrgb(178, 231, 205)
HSLhsl(151, 53%, 80%)
CMYKcmyk(23%, 0%, 11%, 9%)
LABlab(87.5 -22.1 7.2)
LCHlch(87.5 23.3 162.1)
OKLCHoklch(0.884 0.065 163.5)
Decimal11724749
Display P3color(display-p3 0.698 0.906 0.804)

Copy-ready code

/* CSS */
color: #b2e7cd;
background-color: #b2e7cd;
/* Tailwind (arbitrary) */
class="text-[#b2e7cd] bg-[#b2e7cd]"
/* SCSS */
$brand: #b2e7cd;
/* SwiftUI */
Color(red: 0.698, green: 0.906, blue: 0.804)
/* Android */
Color.parseColor("#b2e7cd")
/* Flutter */
Color(0xFFB2E7CD)
/* Python / OpenCV (BGR) */
(205, 231, 178)

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

Accessibility — WCAG contrast

Aa
#b2e7cd on white: 1.38:1
AA ✗ fail · AA-large · AAA
Aa
#b2e7cd on black: 15.20:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #E5DFCC
deuteranopia · #DCD9CE
tritanopia · #A7E7DF

Color scale — 50 to 950

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

#F4FAF7
#E9F6F0
#CFEDDE
#b2e7cd
#7FD7AC
#54CA90
#3ABB7C
#309C67
#277C52
#205B3E
#143927
Base = 300Lightest = 50 · #F4FAF7Darkest = 950 · #143927
:root {
  --brand-50: #F4FAF7;
  --brand-100: #E9F6F0;
  --brand-200: #CFEDDE;
  --brand-300: #b2e7cd;
  --brand-400: #7FD7AC;
  --brand-500: #54CA90;
  --brand-600: #3ABB7C;
  --brand-700: #309C67;
  --brand-800: #277C52;
  --brand-900: #205B3E;
  --brand-950: #143927;
  --brand: #b2e7cd;
  --brand-ink: #000000;
}

Colors that work with #b2e7cd

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#F4FAF7
Tinted page background
Border#C1ECD7
Hairlines and dividers
Muted text#4B9B74
Captions on the surface
Accent#A02C81
Second voice, not a rival
Dark variant#1E6140
Hover, pressed, headers
Light variant#ECF9F2
Selected rows, tints
Dark surface#14241C
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 #b2e7cd

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#E7B2CC
Analogous left#B2E7B3
Analogous right#B2E6E7
Split-complement 1#E7B2E6
Split-complement 2#E7B3B2
Triadic 1#CDB2E7
Triadic 2#E7CDB2
Tetradic#B3B2E7

RGB percentages

Red69.8%
Green90.6%
Blue80.4%

CMYK percentages

Cyan22.9%
Magenta0.0%
Yellow11.3%
Key (black)9.4%

Color previews

#b2e7cd text on a black background

contrast 15.20:1

Card sample

#b2e7cd text on a white background

contrast 1.38:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(178, 231, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 231, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2e7cd;
background: linear-gradient(135deg, #b2e7cd, #B2DEE7);

Monochromatic scale

Palettes built from #b2e7cd

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.

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

#b2e7cd, answered

What color is #b2e7cd?

#b2e7cd is a light vivid green, closest to Aqua Marine (ΔE2000 9.8). It sits at 151° on the hue wheel with 53% saturation and 80% lightness, which reads as cool.

What is the RGB value of #b2e7cd?

rgb(178, 231, 205) — 178 red, 231 green and 205 blue out of 255, or 69.8% / 90.6% / 80.4% by channel.

Is #b2e7cd a light or a dark color?

It is a light color. Relative luminance is 0.7102 and perceived brightness is 84%, so black text on it reaches 15.20:1.

Should I use black or white text on #b2e7cd?

Black. It scores 15.20:1 against #b2e7cd, versus 1.38:1 for white — AAA at any size.

What is the complementary color of #b2e7cd?

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

What colors go well with #b2e7cd?

For interface work: #F4FAF7 as the surface, #C1ECD7 for borders, #4B9B74 for secondary text, #A02C81 as an accent and #1E6140 for hover and pressed states. For a palette, the analogous pair #B2E7B3 and #B2E6E7 stays calm, while #E7B2CC is the loudest partner.

What is #b2e7cd in CMYK for printing?

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

Is #b2e7cd warm or cool?

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

Work with #b2e7cd in the Color Lab