Skip to content

#bdf8a2

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

RGB
189, 248, 162
HSL
101°, 86%, 80%
CMYK
24, 0, 35, 3
Luminance
0.8056

At a glance

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

Hex
#bdf8a2
Hue
101°
green
Saturation
86%
electric
Lightness
80%
light
Brightness
97%
HSV value
Perceived
87%
weighted brightness
Luminance
0.8056
WCAG relative
Temperature
Neutral
55/100 cool
Color family
Green
Tone
Electric
Best ink
Black
17.11:1
Closest name
Pale Green
ΔE2000 5.1
Where it sits
Hue101° of 360°
Saturation86%
Lightness80%
Temperature
Warm ← → Cool55% 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#bdf8a2
RGBrgb(189, 248, 162)
HSLhsl(101, 86%, 80%)
CMYKcmyk(24%, 0%, 35%, 3%)
LABlab(91.9 -33.8 35.5)
LCHlch(91.9 49.0 133.6)
OKLCHoklch(0.919 0.128 136.2)
Decimal12449954
Display P3color(display-p3 0.741 0.973 0.635)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#bdf8a2 on white: 1.23:1
AA ✗ fail · AA-large · AAA
Aa
#bdf8a2 on black: 17.11:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #FEEB9C
deuteranopia · #F5E6A7
tritanopia · #BCF2E2

Color scale — 50 to 950

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

#F5FDF2
#ECFAE5
#D4F7C5
#bdf8a2
#90F362
#6BEF2E
#53E411
#45BE0E
#37980B
#2B6E0D
#1B4508
Base = 300Lightest = 50 · #F5FDF2Darkest = 950 · #1B4508
:root {
  --brand-50: #F5FDF2;
  --brand-100: #ECFAE5;
  --brand-200: #D4F7C5;
  --brand-300: #bdf8a2;
  --brand-400: #90F362;
  --brand-500: #6BEF2E;
  --brand-600: #53E411;
  --brand-700: #45BE0E;
  --brand-800: #37980B;
  --brand-900: #2B6E0D;
  --brand-950: #1B4508;
  --brand: #bdf8a2;
  --brand-ink: #000000;
}

Colors that work with #bdf8a2

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#CEEDC0
Hairlines and dividers
Muted text#649B4B
Captions on the surface
Accent#5A0AC2
Second voice, not a rival
Dark variant#2B7709
Hover, pressed, headers
Light variant#EEFDE7
Selected rows, tints
Dark surface#192414
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 #bdf8a2

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#DDA2F8
Analogous left#E8F8A2
Analogous right#A2F8B2
Split-complement 1#B2A2F8
Split-complement 2#F8A2E8
Triadic 1#A2BDF8
Triadic 2#F8A2BD
Tetradic#A2E8F8

RGB percentages

Red74.1%
Green97.3%
Blue63.5%

CMYK percentages

Cyan23.8%
Magenta0.0%
Yellow34.7%
Key (black)2.7%

Color previews

#bdf8a2 text on a black background

contrast 17.11:1

Card sample

#bdf8a2 text on a white background

contrast 1.23:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #bdf8a2

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.

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

#bdf8a2, answered

What color is #bdf8a2?

#bdf8a2 is a light electric green, closest to Pale Green (ΔE2000 5.1). It sits at 101° on the hue wheel with 86% saturation and 80% lightness, which reads as neutral.

What is the RGB value of #bdf8a2?

rgb(189, 248, 162) — 189 red, 248 green and 162 blue out of 255, or 74.1% / 97.3% / 63.5% by channel.

Is #bdf8a2 a light or a dark color?

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

Should I use black or white text on #bdf8a2?

Black. It scores 17.11:1 against #bdf8a2, versus 1.23:1 for white — AAA at any size.

What is the complementary color of #bdf8a2?

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

What colors go well with #bdf8a2?

For interface work: #F6FAF4 as the surface, #CEEDC0 for borders, #649B4B for secondary text, #5A0AC2 as an accent and #2B7709 for hover and pressed states. For a palette, the analogous pair #E8F8A2 and #A2F8B2 stays calm, while #DDA2F8 is the loudest partner.

What is #bdf8a2 in CMYK for printing?

cmyk(24%, 0%, 35%, 3%). 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 #bdf8a2 warm or cool?

Neutral — it scores 55 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #DCF8A2; nudged cooler, #A1F9A6.

Work with #bdf8a2 in the Color Lab