Skip to content

#bdf7d3

a pale, electric green · cool · closest name: Aqua Marine

RGB
189, 247, 211
HSL
143°, 78%, 86%
CMYK
24, 0, 15, 3
Luminance
0.8204

At a glance

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

Hex
#bdf7d3
Hue
143°
green
Saturation
78%
electric
Lightness
86%
pale
Brightness
97%
HSV value
Perceived
89%
weighted brightness
Luminance
0.8204
WCAG relative
Temperature
Cool
72/100 cool
Color family
Green
Tone
Electric
Best ink
Black
17.41:1
Closest name
Aqua Marine
ΔE2000 8.4
Where it sits
Hue143° of 360°
Saturation78%
Lightness86%
Temperature
Warm ← → Cool72% 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#bdf7d3
RGBrgb(189, 247, 211)
HSLhsl(143, 78%, 86%)
CMYKcmyk(24%, 0%, 15%, 3%)
LABlab(92.6 -25.3 11.4)
LCHlch(92.6 27.8 155.7)
OKLCHoklch(0.927 0.076 157.3)
Decimal12449747
Display P3color(display-p3 0.741 0.969 0.827)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#bdf7d3 on white: 1.21:1
AA ✗ fail · AA-large · AAA
Aa
#bdf7d3 on black: 17.41:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #F6EED1
deuteranopia · #ECE7D5
tritanopia · #B3F6ED

Color scale — 50 to 950

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

#F3FCF6
#E6F9ED
#bdf7d3
#9BF3BC
#69ED9B
#37E77A
#1ADA63
#16B653
#129242
#116933
#0B4220
Base = 200Lightest = 50 · #F3FCF6Darkest = 950 · #0B4220
:root {
  --brand-50: #F3FCF6;
  --brand-100: #E6F9ED;
  --brand-200: #bdf7d3;
  --brand-300: #9BF3BC;
  --brand-400: #69ED9B;
  --brand-500: #37E77A;
  --brand-600: #1ADA63;
  --brand-700: #16B653;
  --brand-800: #129242;
  --brand-900: #116933;
  --brand-950: #0B4220;
  --brand: #bdf7d3;
  --brand-ink: #000000;
}

Colors that work with #bdf7d3

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#F4FAF7
Tinted page background
Border#C0EDD1
Hairlines and dividers
Muted text#4B9B69
Captions on the surface
Accent#B913A5
Second voice, not a rival
Dark variant#0E7234
Hover, pressed, headers
Light variant#E8FCF0
Selected rows, tints
Dark surface#14241A
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 #bdf7d3

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#F7BDE1
Analogous left#C4F7BD
Analogous right#BDF7F0
Split-complement 1#F0BDF7
Split-complement 2#F7BDC4
Triadic 1#D3BDF7
Triadic 2#F7D3BD
Tetradic#BDC4F7

RGB percentages

Red74.1%
Green96.9%
Blue82.7%

CMYK percentages

Cyan23.5%
Magenta0.0%
Yellow14.6%
Key (black)3.1%

Color previews

#bdf7d3 text on a black background

contrast 17.41:1

Card sample

#bdf7d3 text on a white background

contrast 1.21:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #bdf7d3

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.

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

#bdf7d3, answered

What color is #bdf7d3?

#bdf7d3 is a pale electric green, closest to Aqua Marine (ΔE2000 8.4). It sits at 143° on the hue wheel with 78% saturation and 86% lightness, which reads as cool.

What is the RGB value of #bdf7d3?

rgb(189, 247, 211) — 189 red, 247 green and 211 blue out of 255, or 74.1% / 96.9% / 82.7% by channel.

Is #bdf7d3 a light or a dark color?

It is a light color. Relative luminance is 0.8204 and perceived brightness is 89%, so black text on it reaches 17.41:1.

Should I use black or white text on #bdf7d3?

Black. It scores 17.41:1 against #bdf7d3, versus 1.21:1 for white — AAA at any size.

What is the complementary color of #bdf7d3?

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

What colors go well with #bdf7d3?

For interface work: #F4FAF7 as the surface, #C0EDD1 for borders, #4B9B69 for secondary text, #B913A5 as an accent and #0E7234 for hover and pressed states. For a palette, the analogous pair #C4F7BD and #BDF7F0 stays calm, while #F7BDE1 is the loudest partner.

What is #bdf7d3 in CMYK for printing?

cmyk(24%, 0%, 15%, 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 #bdf7d3 warm or cool?

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

Work with #bdf7d3 in the Color Lab