Skip to content

#b2fdb0

a light, electric green · cool · closest name: Pale Green

RGB
178, 253, 176
HSL
118°, 95%, 84%
CMYK
30, 0, 30, 1
Luminance
0.8285

At a glance

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

Hex
#b2fdb0
Hue
118°
green
Saturation
95%
electric
Lightness
84%
light
Brightness
99%
HSV value
Perceived
88%
weighted brightness
Luminance
0.8285
WCAG relative
Temperature
Cool
62/100 cool
Color family
Green
Tone
Electric
Best ink
Black
17.57:1
Closest name
Pale Green
ΔE2000 4.2
Where it sits
Hue118° of 360°
Saturation95%
Lightness84%
Temperature
Warm ← → Cool62% 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#b2fdb0
RGBrgb(178, 253, 176)
HSLhsl(118, 95%, 84%)
CMYKcmyk(30%, 0%, 30%, 1%)
LABlab(93.0 -37.6 29.7)
LCHlch(93.0 47.9 141.7)
OKLCHoklch(0.926 0.127 143.9)
Decimal11730352
Display P3color(display-p3 0.698 0.992 0.690)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#b2fdb0 on white: 1.20:1
AA ✗ fail · AA-large · AAA
Aa
#b2fdb0 on black: 17.57:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #FFEFAB
deuteranopia · #F5E8B4
tritanopia · #ABF9E9

Color scale — 50 to 950

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

#F2FDF1
#E5FBE4
#b2fdb0
#94FC92
#5FFB5B
#2AFA24
#0CEF06
#0AC705
#089F04
#0B7308
#074805
Base = 200Lightest = 50 · #F2FDF1Darkest = 950 · #074805
:root {
  --brand-50: #F2FDF1;
  --brand-100: #E5FBE4;
  --brand-200: #b2fdb0;
  --brand-300: #94FC92;
  --brand-400: #5FFB5B;
  --brand-500: #2AFA24;
  --brand-600: #0CEF06;
  --brand-700: #0AC705;
  --brand-800: #089F04;
  --brand-900: #0B7308;
  --brand-950: #074805;
  --brand: #b2fdb0;
  --brand-ink: #000000;
}

Colors that work with #b2fdb0

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#F4FAF4
Tinted page background
Border#C1EDC0
Hairlines and dividers
Muted text#4D9B4B
Captions on the surface
Accent#9200CC
Second voice, not a rival
Dark variant#067C03
Hover, pressed, headers
Light variant#E7FEE6
Selected rows, tints
Dark surface#142414
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 #b2fdb0

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#FBB0FD
Analogous left#D9FDB0
Analogous right#B0FDD4
Split-complement 1#D4B0FD
Split-complement 2#FDB0D9
Triadic 1#B0B2FD
Triadic 2#FDB0B2
Tetradic#B0D9FD

RGB percentages

Red69.8%
Green99.2%
Blue69.0%

CMYK percentages

Cyan29.6%
Magenta0.0%
Yellow30.4%
Key (black)0.8%

Color previews

#b2fdb0 text on a black background

contrast 17.57:1

Card sample

#b2fdb0 text on a white background

contrast 1.20:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #b2fdb0

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.

#b2fdb0 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

Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.

#b2fdb0, answered

What color is #b2fdb0?

#b2fdb0 is a light electric green, closest to Pale Green (ΔE2000 4.2). It sits at 118° on the hue wheel with 95% saturation and 84% lightness, which reads as cool.

What is the RGB value of #b2fdb0?

rgb(178, 253, 176) — 178 red, 253 green and 176 blue out of 255, or 69.8% / 99.2% / 69% by channel.

Is #b2fdb0 a light or a dark color?

It is a light color. Relative luminance is 0.8285 and perceived brightness is 88%, so black text on it reaches 17.57:1.

Should I use black or white text on #b2fdb0?

Black. It scores 17.57:1 against #b2fdb0, versus 1.20:1 for white — AAA at any size.

What is the complementary color of #b2fdb0?

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

What colors go well with #b2fdb0?

For interface work: #F4FAF4 as the surface, #C1EDC0 for borders, #4D9B4B for secondary text, #9200CC as an accent and #067C03 for hover and pressed states. For a palette, the analogous pair #D9FDB0 and #B0FDD4 stays calm, while #FBB0FD is the loudest partner.

What is #b2fdb0 in CMYK for printing?

cmyk(30%, 0%, 30%, 1%). This is a screen-to-ink approximation — a color this saturated sits outside most CMYK gamuts and will print duller than it looks here.

Is #b2fdb0 warm or cool?

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

Work with #b2fdb0 in the Color Lab