Skip to content

#b2eb7e

a light, vivid green · neutral · closest name: Light Green

RGB
178, 235, 126
HSL
91°, 73%, 71%
CMYK
24, 0, 46, 8
Luminance
0.7039

At a glance

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

Hex
#b2eb7e
Hue
91°
green
Saturation
73%
vivid
Lightness
71%
light
Brightness
92%
HSV value
Perceived
82%
weighted brightness
Luminance
0.7039
WCAG relative
Temperature
Neutral
51/100 cool
Color family
Green
Tone
Vivid
Best ink
Black
15.08:1
Closest name
Light Green
ΔE2000 6.5
Where it sits
Hue91° of 360°
Saturation73%
Lightness71%
Temperature
Warm ← → Cool51% cool

Reads neutral. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.

Every format

HEX#b2eb7e
RGBrgb(178, 235, 126)
HSLhsl(91, 73%, 71%)
CMYKcmyk(24%, 0%, 46%, 8%)
LABlab(87.2 -36.3 46.9)
LCHlch(87.2 59.3 127.7)
OKLCHoklch(0.877 0.151 131.5)
Decimal11725694
Display P3color(display-p3 0.698 0.922 0.494)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#b2eb7e on white: 1.39:1
AA ✗ fail · AA-large · AAA
Aa
#b2eb7e on black: 15.08:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #F3DD75
deuteranopia · #EBD984
tritanopia · #B4E3D1

Color scale — 50 to 950

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

#F7FCF3
#EFF8E7
#DDF3C8
#C5F09E
#b2eb7e
#8BE13D
#76D421
#63B11B
#4F8D16
#3B6614
#25400C
Base = 400Lightest = 50 · #F7FCF3Darkest = 950 · #25400C
:root {
  --brand-50: #F7FCF3;
  --brand-100: #EFF8E7;
  --brand-200: #DDF3C8;
  --brand-300: #C5F09E;
  --brand-400: #b2eb7e;
  --brand-500: #8BE13D;
  --brand-600: #76D421;
  --brand-700: #63B11B;
  --brand-800: #4F8D16;
  --brand-900: #3B6614;
  --brand-950: #25400C;
  --brand: #b2eb7e;
  --brand-ink: #000000;
}

Colors that work with #b2eb7e

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#F7FAF4
Tinted page background
Border#D5EDC0
Hairlines and dividers
Muted text#719B4B
Captions on the surface
Accent#9A7BEE
Second voice, not a rival
Dark variant#3E6E11
Hover, pressed, headers
Light variant#F2FCE9
Selected rows, tints
Dark surface#1C2414
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 #b2eb7e

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#B77EEB
Analogous left#E9EB7E
Analogous right#7EEB81
Split-complement 1#817EEB
Split-complement 2#EB7EE9
Triadic 1#7EB2EB
Triadic 2#EB7EB2
Tetradic#7EE9EB

RGB percentages

Red69.8%
Green92.2%
Blue49.4%

CMYK percentages

Cyan24.3%
Magenta0.0%
Yellow46.4%
Key (black)7.8%

Color previews

#b2eb7e text on a black background

contrast 15.08:1

Card sample

#b2eb7e text on a white background

contrast 1.39:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(178, 235, 126, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 235, 126, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2eb7e;
background: linear-gradient(135deg, #b2eb7e, #7EEB93);

Monochromatic scale

Palettes built from #b2eb7e

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.

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

#b2eb7e, answered

What color is #b2eb7e?

#b2eb7e is a light vivid green, closest to Light Green (ΔE2000 6.5). It sits at 91° on the hue wheel with 73% saturation and 71% lightness, which reads as neutral.

What is the RGB value of #b2eb7e?

rgb(178, 235, 126) — 178 red, 235 green and 126 blue out of 255, or 69.8% / 92.2% / 49.4% by channel.

Is #b2eb7e a light or a dark color?

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

Should I use black or white text on #b2eb7e?

Black. It scores 15.08:1 against #b2eb7e, versus 1.39:1 for white — AAA at any size.

What is the complementary color of #b2eb7e?

#B77EEB sits directly opposite on the wheel. Softer options are the split-complements #817EEB and #EB7EE9, which give the same contrast with far less vibration.

What colors go well with #b2eb7e?

For interface work: #F7FAF4 as the surface, #D5EDC0 for borders, #719B4B for secondary text, #9A7BEE as an accent and #3E6E11 for hover and pressed states. For a palette, the analogous pair #E9EB7E and #7EEB81 stays calm, while #B77EEB is the loudest partner.

What is #b2eb7e in CMYK for printing?

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

Is #b2eb7e warm or cool?

Neutral — it scores 51 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #DAEB7E; nudged cooler, #89ED7D.

Work with #b2eb7e in the Color Lab