Skip to content

#b0fba7

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

RGB
176, 251, 167
HSL
114°, 91%, 82%
CMYK
30, 0, 34, 2
Luminance
0.8101

At a glance

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

Hex
#b0fba7
Hue
114°
green
Saturation
91%
electric
Lightness
82%
light
Brightness
98%
HSV value
Perceived
87%
weighted brightness
Luminance
0.8101
WCAG relative
Temperature
Cool
60/100 cool
Color family
Green
Tone
Electric
Best ink
Black
17.20:1
Closest name
Pale Green
ΔE2000 3.3
Where it sits
Hue114° of 360°
Saturation91%
Lightness82%
Temperature
Warm ← → Cool60% 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#b0fba7
RGBrgb(176, 251, 167)
HSLhsl(114, 91%, 82%)
CMYKcmyk(30%, 0%, 34%, 2%)
LABlab(92.1 -38.7 33.1)
LCHlch(92.1 50.9 139.4)
OKLCHoklch(0.919 0.134 141.9)
Decimal11598759
Display P3color(display-p3 0.690 0.984 0.655)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#b0fba7 on white: 1.22:1
AA ✗ fail · AA-large · AAA
Aa
#b0fba7 on black: 17.20:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #FFEDA1
deuteranopia · #F4E6AC
tritanopia · #AAF6E5

Color scale — 50 to 950

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

#F3FDF2
#E7FBE4
#C9F9C3
#b0fba7
#6EF85E
#3EF528
#22EA0B
#1DC309
#179C07
#15710A
#0D4606
Base = 300Lightest = 50 · #F3FDF2Darkest = 950 · #0D4606
:root {
  --brand-50: #F3FDF2;
  --brand-100: #E7FBE4;
  --brand-200: #C9F9C3;
  --brand-300: #b0fba7;
  --brand-400: #6EF85E;
  --brand-500: #3EF528;
  --brand-600: #22EA0B;
  --brand-700: #1DC309;
  --brand-800: #179C07;
  --brand-900: #15710A;
  --brand-950: #0D4606;
  --brand: #b0fba7;
  --brand-ink: #000000;
}

Colors that work with #b0fba7

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#F5FAF4
Tinted page background
Border#C5EDC0
Hairlines and dividers
Muted text#539B4B
Captions on the surface
Accent#8304C8
Second voice, not a rival
Dark variant#127A06
Hover, pressed, headers
Light variant#E9FEE7
Selected rows, tints
Dark surface#152414
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 #b0fba7

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#F2A7FB
Analogous left#DAFBA7
Analogous right#A7FBC8
Split-complement 1#C8A7FB
Split-complement 2#FBA7DA
Triadic 1#A7B0FB
Triadic 2#FBA7B0
Tetradic#A7DAFB

RGB percentages

Red69.0%
Green98.4%
Blue65.5%

CMYK percentages

Cyan29.9%
Magenta0.0%
Yellow33.5%
Key (black)1.6%

Color previews

#b0fba7 text on a black background

contrast 17.20:1

Card sample

#b0fba7 text on a white background

contrast 1.22:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #b0fba7

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.

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

#b0fba7, answered

What color is #b0fba7?

#b0fba7 is a light electric green, closest to Pale Green (ΔE2000 3.3). It sits at 114° on the hue wheel with 91% saturation and 82% lightness, which reads as cool.

What is the RGB value of #b0fba7?

rgb(176, 251, 167) — 176 red, 251 green and 167 blue out of 255, or 69% / 98.4% / 65.5% by channel.

Is #b0fba7 a light or a dark color?

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

Should I use black or white text on #b0fba7?

Black. It scores 17.20:1 against #b0fba7, versus 1.22:1 for white — AAA at any size.

What is the complementary color of #b0fba7?

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

What colors go well with #b0fba7?

For interface work: #F5FAF4 as the surface, #C5EDC0 for borders, #539B4B for secondary text, #8304C8 as an accent and #127A06 for hover and pressed states. For a palette, the analogous pair #DAFBA7 and #A7FBC8 stays calm, while #F2A7FB is the loudest partner.

What is #b0fba7 in CMYK for printing?

cmyk(30%, 0%, 34%, 2%). 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 #b0fba7 warm or cool?

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

Work with #b0fba7 in the Color Lab