Skip to content

#b7f9b1

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

RGB
183, 249, 177
HSL
115°, 86%, 84%
CMYK
27, 0, 29, 2
Luminance
0.8099

At a glance

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

Hex
#b7f9b1
Hue
115°
green
Saturation
86%
electric
Lightness
84%
light
Brightness
98%
HSV value
Perceived
88%
weighted brightness
Luminance
0.8099
WCAG relative
Temperature
Cool
60/100 cool
Color family
Green
Tone
Electric
Best ink
Black
17.20:1
Closest name
Pale Green
ΔE2000 5.3
Where it sits
Hue115° of 360°
Saturation86%
Lightness84%
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#b7f9b1
RGBrgb(183, 249, 177)
HSLhsl(115, 86%, 84%)
CMYKcmyk(27%, 0%, 29%, 2%)
LABlab(92.1 -34.0 28.1)
LCHlch(92.1 44.1 140.4)
OKLCHoklch(0.920 0.117 142.5)
Decimal12057009
Display P3color(display-p3 0.718 0.976 0.694)

Copy-ready code

/* CSS */
color: #b7f9b1;
background-color: #b7f9b1;
/* Tailwind (arbitrary) */
class="text-[#b7f9b1] bg-[#b7f9b1]"
/* SCSS */
$brand: #b7f9b1;
/* SwiftUI */
Color(red: 0.718, green: 0.976, blue: 0.694)
/* Android */
Color.parseColor("#b7f9b1")
/* Flutter */
Color(0xFFB7F9B1)
/* Python / OpenCV (BGR) */
(177, 249, 183)

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 #b7f9b1 · 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: #b7f9b1 as text scores 1.22:1 on white and 17.20:1 on black.

Accessibility — WCAG contrast

Aa
#b7f9b1 on white: 1.22:1
AA ✗ fail · AA-large · AAA
Aa
#b7f9b1 on black: 17.20:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #FDECAC
deuteranopia · #F2E6B5
tritanopia · #B2F5E6

Color scale — 50 to 950

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

#F3FDF2
#E7FAE5
#b7f9b1
#9FF797
#6FF363
#3FEF2F
#23E312
#1DBD0F
#17980C
#156D0D
#0D4408
Base = 200Lightest = 50 · #F3FDF2Darkest = 950 · #0D4408
:root {
  --brand-50: #F3FDF2;
  --brand-100: #E7FAE5;
  --brand-200: #b7f9b1;
  --brand-300: #9FF797;
  --brand-400: #6FF363;
  --brand-500: #3FEF2F;
  --brand-600: #23E312;
  --brand-700: #1DBD0F;
  --brand-800: #17980C;
  --brand-900: #156D0D;
  --brand-950: #0D4408;
  --brand: #b7f9b1;
  --brand-ink: #000000;
}

Colors that work with #b7f9b1

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#C3EDC0
Hairlines and dividers
Muted text#519B4B
Captions on the surface
Accent#860AC2
Second voice, not a rival
Dark variant#127609
Hover, pressed, headers
Light variant#E9FDE7
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 #b7f9b1

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#F3B1F9
Analogous left#DBF9B1
Analogous right#B1F9CF
Split-complement 1#CFB1F9
Split-complement 2#F9B1DB
Triadic 1#B1B7F9
Triadic 2#F9B1B7
Tetradic#B1DBF9

RGB percentages

Red71.8%
Green97.6%
Blue69.4%

CMYK percentages

Cyan26.5%
Magenta0.0%
Yellow28.9%
Key (black)2.4%

Color previews

#b7f9b1 text on a black background

contrast 17.20:1

Card sample

#b7f9b1 text on a white background

contrast 1.22:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(183, 249, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 249, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7f9b1;
background: linear-gradient(135deg, #b7f9b1, #B1F9DB);

Monochromatic scale

Palettes built from #b7f9b1

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.

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

#b7f9b1, answered

What color is #b7f9b1?

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

What is the RGB value of #b7f9b1?

rgb(183, 249, 177) — 183 red, 249 green and 177 blue out of 255, or 71.8% / 97.6% / 69.4% by channel.

Is #b7f9b1 a light or a dark color?

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

Should I use black or white text on #b7f9b1?

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

What is the complementary color of #b7f9b1?

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

What colors go well with #b7f9b1?

For interface work: #F5FAF4 as the surface, #C3EDC0 for borders, #519B4B for secondary text, #860AC2 as an accent and #127609 for hover and pressed states. For a palette, the analogous pair #DBF9B1 and #B1F9CF stays calm, while #F3B1F9 is the loudest partner.

What is #b7f9b1 in CMYK for printing?

cmyk(27%, 0%, 29%, 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 #b7f9b1 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 #D1F9B1; nudged cooler, #B0FAC5.

Work with #b7f9b1 in the Color Lab