Skip to content

#b3f0ba

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

RGB
179, 240, 186
HSL
127°, 67%, 82%
CMYK
25, 0, 23, 6
Luminance
0.7545

At a glance

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

Hex
#b3f0ba
Hue
127°
green
Saturation
67%
vivid
Lightness
82%
light
Brightness
94%
HSV value
Perceived
85%
weighted brightness
Luminance
0.7545
WCAG relative
Temperature
Cool
65/100 cool
Color family
Green
Tone
Vivid
Best ink
Black
16.09:1
Closest name
Light Green
ΔE2000 8
Where it sits
Hue127° of 360°
Saturation67%
Lightness82%
Temperature
Warm ← → Cool65% 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#b3f0ba
RGBrgb(179, 240, 186)
HSLhsl(127, 67%, 82%)
CMYKcmyk(25%, 0%, 23%, 6%)
LABlab(89.6 -29.6 20.0)
LCHlch(89.6 35.7 145.9)
OKLCHoklch(0.900 0.096 147.7)
Decimal11792570
Display P3color(display-p3 0.702 0.941 0.729)

Copy-ready code

/* CSS */
color: #b3f0ba;
background-color: #b3f0ba;
/* Tailwind (arbitrary) */
class="text-[#b3f0ba] bg-[#b3f0ba]"
/* SCSS */
$brand: #b3f0ba;
/* SwiftUI */
Color(red: 0.702, green: 0.941, blue: 0.729)
/* Android */
Color.parseColor("#b3f0ba")
/* Flutter */
Color(0xFFB3F0BA)
/* Python / OpenCV (BGR) */
(186, 240, 179)

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

Accessibility — WCAG contrast

Aa
#b3f0ba on white: 1.31:1
AA ✗ fail · AA-large · AAA
Aa
#b3f0ba on black: 16.09:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #F2E5B7
deuteranopia · #E8DFBD
tritanopia · #ACEDE1

Color scale — 50 to 950

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

#F3FBF4
#E8F8EA
#CAF1CF
#b3f0ba
#72E37F
#44DA55
#28CC3B
#22AA31
#1B8828
#176320
#0F3E14
Base = 300Lightest = 50 · #F3FBF4Darkest = 950 · #0F3E14
:root {
  --brand-50: #F3FBF4;
  --brand-100: #E8F8EA;
  --brand-200: #CAF1CF;
  --brand-300: #b3f0ba;
  --brand-400: #72E37F;
  --brand-500: #44DA55;
  --brand-600: #28CC3B;
  --brand-700: #22AA31;
  --brand-800: #1B8828;
  --brand-900: #176320;
  --brand-950: #0F3E14;
  --brand: #b3f0ba;
  --brand-ink: #000000;
}

Colors that work with #b3f0ba

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#F4FAF5
Tinted page background
Border#C0EDC5
Hairlines and dividers
Muted text#4B9B54
Captions on the surface
Accent#9B1DAF
Second voice, not a rival
Dark variant#156A1F
Hover, pressed, headers
Light variant#EAFBEC
Selected rows, tints
Dark surface#142416
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 #b3f0ba

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#F0B3E9
Analogous left#CBF0B3
Analogous right#B3F0D9
Split-complement 1#D9B3F0
Split-complement 2#F0B3CB
Triadic 1#BAB3F0
Triadic 2#F0BAB3
Tetradic#B3CBF0

RGB percentages

Red70.2%
Green94.1%
Blue72.9%

CMYK percentages

Cyan25.4%
Magenta0.0%
Yellow22.5%
Key (black)5.9%

Color previews

#b3f0ba text on a black background

contrast 16.09:1

Card sample

#b3f0ba text on a white background

contrast 1.31:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(179, 240, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 240, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3f0ba;
background: linear-gradient(135deg, #b3f0ba, #B3F0E3);

Monochromatic scale

Palettes built from #b3f0ba

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.

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

#b3f0ba, answered

What color is #b3f0ba?

#b3f0ba is a light vivid green, closest to Light Green (ΔE2000 8). It sits at 127° on the hue wheel with 67% saturation and 82% lightness, which reads as cool.

What is the RGB value of #b3f0ba?

rgb(179, 240, 186) — 179 red, 240 green and 186 blue out of 255, or 70.2% / 94.1% / 72.9% by channel.

Is #b3f0ba a light or a dark color?

It is a light color. Relative luminance is 0.7545 and perceived brightness is 85%, so black text on it reaches 16.09:1.

Should I use black or white text on #b3f0ba?

Black. It scores 16.09:1 against #b3f0ba, versus 1.31:1 for white — AAA at any size.

What is the complementary color of #b3f0ba?

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

What colors go well with #b3f0ba?

For interface work: #F4FAF5 as the surface, #C0EDC5 for borders, #4B9B54 for secondary text, #9B1DAF as an accent and #156A1F for hover and pressed states. For a palette, the analogous pair #CBF0B3 and #B3F0D9 stays calm, while #F0B3E9 is the loudest partner.

What is #b3f0ba in CMYK for printing?

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

Is #b3f0ba warm or cool?

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

Work with #b3f0ba in the Color Lab