Skip to content

#baf1b2

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

RGB
186, 241, 178
HSL
112°, 69%, 82%
CMYK
23, 0, 26, 6
Luminance
0.7656

At a glance

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

Hex
#baf1b2
Hue
112°
green
Saturation
69%
vivid
Lightness
82%
light
Brightness
95%
HSV value
Perceived
86%
weighted brightness
Luminance
0.7656
WCAG relative
Temperature
Cool
59/100 cool
Color family
Green
Tone
Vivid
Best ink
Black
16.31:1
Closest name
Light Green
ΔE2000 7
Where it sits
Hue112° of 360°
Saturation69%
Lightness82%
Temperature
Warm ← → Cool59% 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#baf1b2
RGBrgb(186, 241, 178)
HSLhsl(112, 69%, 82%)
CMYKcmyk(23%, 0%, 26%, 6%)
LABlab(90.1 -29.1 24.9)
LCHlch(90.1 38.3 139.5)
OKLCHoklch(0.904 0.101 141.5)
Decimal12251570
Display P3color(display-p3 0.729 0.945 0.698)

Copy-ready code

/* CSS */
color: #baf1b2;
background-color: #baf1b2;
/* Tailwind (arbitrary) */
class="text-[#baf1b2] bg-[#baf1b2]"
/* SCSS */
$brand: #baf1b2;
/* SwiftUI */
Color(red: 0.729, green: 0.945, blue: 0.698)
/* Android */
Color.parseColor("#baf1b2")
/* Flutter */
Color(0xFFBAF1B2)
/* Python / OpenCV (BGR) */
(178, 241, 186)

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

Accessibility — WCAG contrast

Aa
#baf1b2 on white: 1.29:1
AA ✗ fail · AA-large · AAA
Aa
#baf1b2 on black: 16.31:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #F5E6AE
deuteranopia · #ECE1B5
tritanopia · #B6EDE0

Color scale — 50 to 950

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

#F4FBF3
#EAF8E7
#CFF2CA
#baf1b2
#7FE571
#55DC41
#3BCF26
#31AD1F
#278A19
#206416
#143F0E
Base = 300Lightest = 50 · #F4FBF3Darkest = 950 · #143F0E
:root {
  --brand-50: #F4FBF3;
  --brand-100: #EAF8E7;
  --brand-200: #CFF2CA;
  --brand-300: #baf1b2;
  --brand-400: #7FE571;
  --brand-500: #55DC41;
  --brand-600: #3BCF26;
  --brand-700: #31AD1F;
  --brand-800: #278A19;
  --brand-900: #206416;
  --brand-950: #143F0E;
  --brand: #baf1b2;
  --brand-ink: #000000;
}

Colors that work with #baf1b2

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#559B4B
Captions on the surface
Accent#791BB1
Second voice, not a rival
Dark variant#1F6C14
Hover, pressed, headers
Light variant#ECFBE9
Selected rows, tints
Dark surface#162414
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 #baf1b2

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#E9B2F1
Analogous left#DAF1B2
Analogous right#B2F1CA
Split-complement 1#CAB2F1
Split-complement 2#F1B2DA
Triadic 1#B2BAF1
Triadic 2#F1B2BA
Tetradic#B2DAF1

RGB percentages

Red72.9%
Green94.5%
Blue69.8%

CMYK percentages

Cyan22.8%
Magenta0.0%
Yellow26.1%
Key (black)5.5%

Color previews

#baf1b2 text on a black background

contrast 16.31:1

Card sample

#baf1b2 text on a white background

contrast 1.29:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #baf1b2

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.

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

#baf1b2, answered

What color is #baf1b2?

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

What is the RGB value of #baf1b2?

rgb(186, 241, 178) — 186 red, 241 green and 178 blue out of 255, or 72.9% / 94.5% / 69.8% by channel.

Is #baf1b2 a light or a dark color?

It is a light color. Relative luminance is 0.7656 and perceived brightness is 86%, so black text on it reaches 16.31:1.

Should I use black or white text on #baf1b2?

Black. It scores 16.31:1 against #baf1b2, versus 1.29:1 for white — AAA at any size.

What is the complementary color of #baf1b2?

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

What colors go well with #baf1b2?

For interface work: #F5FAF4 as the surface, #C5EDC0 for borders, #559B4B for secondary text, #791BB1 as an accent and #1F6C14 for hover and pressed states. For a palette, the analogous pair #DAF1B2 and #B2F1CA stays calm, while #E9B2F1 is the loudest partner.

What is #baf1b2 in CMYK for printing?

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

Is #baf1b2 warm or cool?

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

Work with #baf1b2 in the Color Lab