Skip to content

#bdf2a0

a light, electric green · neutral · closest name: Light Green

RGB
189, 242, 160
HSL
99°, 76%, 79%
CMYK
22, 0, 34, 5
Luminance
0.7686

At a glance

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

Hex
#bdf2a0
Hue
99°
green
Saturation
76%
electric
Lightness
79%
light
Brightness
95%
HSV value
Perceived
86%
weighted brightness
Luminance
0.7686
WCAG relative
Temperature
Neutral
54/100 cool
Color family
Green
Tone
Electric
Best ink
Black
16.37:1
Closest name
Light Green
ΔE2000 6
Where it sits
Hue99° of 360°
Saturation76%
Lightness79%
Temperature
Warm ← → Cool54% cool

Reads neutral. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.

Every format

HEX#bdf2a0
RGBrgb(189, 242, 160)
HSLhsl(99, 76%, 79%)
CMYKcmyk(22%, 0%, 34%, 5%)
LABlab(90.3 -31.3 34.3)
LCHlch(90.3 46.4 132.4)
OKLCHoklch(0.905 0.121 135.0)
Decimal12448416
Display P3color(display-p3 0.741 0.949 0.627)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#bdf2a0 on white: 1.28:1
AA ✗ fail · AA-large · AAA
Aa
#bdf2a0 on black: 16.37:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #F8E69A
deuteranopia · #F0E1A4
tritanopia · #BDECDD

Color scale — 50 to 950

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

#F6FCF3
#EDF9E7
#D7F4C8
#bdf2a0
#98EB6B
#76E43A
#5FD71D
#4FB319
#3F9014
#316812
#1E410C
Base = 300Lightest = 50 · #F6FCF3Darkest = 950 · #1E410C
:root {
  --brand-50: #F6FCF3;
  --brand-100: #EDF9E7;
  --brand-200: #D7F4C8;
  --brand-300: #bdf2a0;
  --brand-400: #98EB6B;
  --brand-500: #76E43A;
  --brand-600: #5FD71D;
  --brand-700: #4FB319;
  --brand-800: #3F9014;
  --brand-900: #316812;
  --brand-950: #1E410C;
  --brand: #bdf2a0;
  --brand-ink: #000000;
}

Colors that work with #bdf2a0

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#F6FAF4
Tinted page background
Border#D0EDC0
Hairlines and dividers
Muted text#679B4B
Captions on the surface
Accent#5515B7
Second voice, not a rival
Dark variant#32700F
Hover, pressed, headers
Light variant#EFFCE9
Selected rows, tints
Dark surface#1A2414
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 #bdf2a0

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#D5A0F2
Analogous left#E6F2A0
Analogous right#A0F2AC
Split-complement 1#ACA0F2
Split-complement 2#F2A0E6
Triadic 1#A0BDF2
Triadic 2#F2A0BD
Tetradic#A0E6F2

RGB percentages

Red74.1%
Green94.9%
Blue62.7%

CMYK percentages

Cyan21.9%
Magenta0.0%
Yellow33.9%
Key (black)5.1%

Color previews

#bdf2a0 text on a black background

contrast 16.37:1

Card sample

#bdf2a0 text on a white background

contrast 1.28:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #bdf2a0

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.

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

#bdf2a0, answered

What color is #bdf2a0?

#bdf2a0 is a light electric green, closest to Light Green (ΔE2000 6). It sits at 99° on the hue wheel with 76% saturation and 79% lightness, which reads as neutral.

What is the RGB value of #bdf2a0?

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

Is #bdf2a0 a light or a dark color?

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

Should I use black or white text on #bdf2a0?

Black. It scores 16.37:1 against #bdf2a0, versus 1.28:1 for white — AAA at any size.

What is the complementary color of #bdf2a0?

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

What colors go well with #bdf2a0?

For interface work: #F6FAF4 as the surface, #D0EDC0 for borders, #679B4B for secondary text, #5515B7 as an accent and #32700F for hover and pressed states. For a palette, the analogous pair #E6F2A0 and #A0F2AC stays calm, while #D5A0F2 is the loudest partner.

What is #bdf2a0 in CMYK for printing?

cmyk(22%, 0%, 34%, 5%). 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 #bdf2a0 warm or cool?

Neutral — it scores 54 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #DBF2A0; nudged cooler, #9FF3A0.

Work with #bdf2a0 in the Color Lab