Skip to content

#bdf2b7

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

RGB
189, 242, 183
HSL
114°, 69%, 83%
CMYK
22, 0, 24, 5
Luminance
0.7774

At a glance

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

Hex
#bdf2b7
Hue
114°
green
Saturation
69%
vivid
Lightness
83%
light
Brightness
95%
HSV value
Perceived
87%
weighted brightness
Luminance
0.7774
WCAG relative
Temperature
Cool
60/100 cool
Color family
Green
Tone
Vivid
Best ink
Black
16.55:1
Closest name
Light Green
ΔE2000 7.8
Where it sits
Hue114° of 360°
Saturation69%
Lightness83%
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#bdf2b7
RGBrgb(189, 242, 183)
HSLhsl(114, 69%, 83%)
CMYKcmyk(22%, 0%, 24%, 5%)
LABlab(90.7 -27.8 23.1)
LCHlch(90.7 36.1 140.2)
OKLCHoklch(0.910 0.096 142.1)
Decimal12448439
Display P3color(display-p3 0.741 0.949 0.718)

Copy-ready code

/* CSS */
color: #bdf2b7;
background-color: #bdf2b7;
/* Tailwind (arbitrary) */
class="text-[#bdf2b7] bg-[#bdf2b7]"
/* SCSS */
$brand: #bdf2b7;
/* SwiftUI */
Color(red: 0.741, green: 0.949, blue: 0.718)
/* Android */
Color.parseColor("#bdf2b7")
/* Flutter */
Color(0xFFBDF2B7)
/* Python / OpenCV (BGR) */
(183, 242, 189)

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

Accessibility — WCAG contrast

Aa
#bdf2b7 on white: 1.27:1
AA ✗ fail · AA-large · AAA
Aa
#bdf2b7 on black: 16.55:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #F5E8B3
deuteranopia · #EDE2BA
tritanopia · #B9EEE2

Color scale — 50 to 950

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

#F4FBF3
#E9F8E7
#bdf2b7
#A8EEA0
#7CE570
#51DD41
#37CF25
#2EAD1F
#248A19
#1E6416
#133F0E
Base = 200Lightest = 50 · #F4FBF3Darkest = 950 · #133F0E
:root {
  --brand-50: #F4FBF3;
  --brand-100: #E9F8E7;
  --brand-200: #bdf2b7;
  --brand-300: #A8EEA0;
  --brand-400: #7CE570;
  --brand-500: #51DD41;
  --brand-600: #37CF25;
  --brand-700: #2EAD1F;
  --brand-800: #248A19;
  --brand-900: #1E6416;
  --brand-950: #133F0E;
  --brand: #bdf2b7;
  --brand-ink: #000000;
}

Colors that work with #bdf2b7

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#C4EDC0
Hairlines and dividers
Muted text#539B4B
Captions on the surface
Accent#7D1AB2
Second voice, not a rival
Dark variant#1D6C14
Hover, pressed, headers
Light variant#EBFBE9
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 #bdf2b7

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#ECB7F2
Analogous left#DAF2B7
Analogous right#B7F2CE
Split-complement 1#CEB7F2
Split-complement 2#F2B7DA
Triadic 1#B7BDF2
Triadic 2#F2B7BD
Tetradic#B7DAF2

RGB percentages

Red74.1%
Green94.9%
Blue71.8%

CMYK percentages

Cyan21.9%
Magenta0.0%
Yellow24.4%
Key (black)5.1%

Color previews

#bdf2b7 text on a black background

contrast 16.55:1

Card sample

#bdf2b7 text on a white background

contrast 1.27:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #bdf2b7

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.

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

#bdf2b7, answered

What color is #bdf2b7?

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

What is the RGB value of #bdf2b7?

rgb(189, 242, 183) — 189 red, 242 green and 183 blue out of 255, or 74.1% / 94.9% / 71.8% by channel.

Is #bdf2b7 a light or a dark color?

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

Should I use black or white text on #bdf2b7?

Black. It scores 16.55:1 against #bdf2b7, versus 1.27:1 for white — AAA at any size.

What is the complementary color of #bdf2b7?

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

What colors go well with #bdf2b7?

For interface work: #F5FAF4 as the surface, #C4EDC0 for borders, #539B4B for secondary text, #7D1AB2 as an accent and #1D6C14 for hover and pressed states. For a palette, the analogous pair #DAF2B7 and #B7F2CE stays calm, while #ECB7F2 is the loudest partner.

What is #bdf2b7 in CMYK for printing?

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

Is #bdf2b7 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 #D3F2B7; nudged cooler, #B6F3C6.

Work with #bdf2b7 in the Color Lab