Skip to content

#b9f7cd

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

RGB
185, 247, 205
HSL
139°, 80%, 85%
CMYK
25, 0, 17, 3
Luminance
0.8124

At a glance

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

Hex
#b9f7cd
Hue
139°
green
Saturation
80%
electric
Lightness
85%
light
Brightness
97%
HSV value
Perceived
88%
weighted brightness
Luminance
0.8124
WCAG relative
Temperature
Cool
71/100 cool
Color family
Green
Tone
Electric
Best ink
Black
17.25:1
Closest name
Aqua Marine
ΔE2000 8
Where it sits
Hue139° of 360°
Saturation80%
Lightness85%
Temperature
Warm ← → Cool71% 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#b9f7cd
RGBrgb(185, 247, 205)
HSLhsl(139, 80%, 85%)
CMYKcmyk(25%, 0%, 17%, 3%)
LABlab(92.2 -27.6 14.0)
LCHlch(92.2 31.0 153.2)
OKLCHoklch(0.923 0.085 154.8)
Decimal12187597
Display P3color(display-p3 0.725 0.969 0.804)

Copy-ready code

/* CSS */
color: #b9f7cd;
background-color: #b9f7cd;
/* Tailwind (arbitrary) */
class="text-[#b9f7cd] bg-[#b9f7cd]"
/* SCSS */
$brand: #b9f7cd;
/* SwiftUI */
Color(red: 0.725, green: 0.969, blue: 0.804)
/* Android */
Color.parseColor("#b9f7cd")
/* Flutter */
Color(0xFFB9F7CD)
/* Python / OpenCV (BGR) */
(205, 247, 185)

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

Accessibility — WCAG contrast

Aa
#b9f7cd on white: 1.22:1
AA ✗ fail · AA-large · AAA
Aa
#b9f7cd on black: 17.25:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #F7EDCB
deuteranopia · #ECE6CF
tritanopia · #AFF6EB

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #b9f7cd 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
#E6F9EC
#b9f7cd
#9AF3B7
#68EE93
#36E86F
#19DC58
#15B749
#11923B
#106A2D
#0A421C
Base = 200Lightest = 50 · #F3FCF6Darkest = 950 · #0A421C
:root {
  --brand-50: #F3FCF6;
  --brand-100: #E6F9EC;
  --brand-200: #b9f7cd;
  --brand-300: #9AF3B7;
  --brand-400: #68EE93;
  --brand-500: #36E86F;
  --brand-600: #19DC58;
  --brand-700: #15B749;
  --brand-800: #11923B;
  --brand-900: #106A2D;
  --brand-950: #0A421C;
  --brand: #b9f7cd;
  --brand-ink: #000000;
}

Colors that work with #b9f7cd

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#F4FAF6
Tinted page background
Border#C0EDCE
Hairlines and dividers
Muted text#4B9B65
Captions on the surface
Accent#BC10AF
Second voice, not a rival
Dark variant#0D722E
Hover, pressed, headers
Light variant#E8FCEF
Selected rows, tints
Dark surface#142419
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 #b9f7cd

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#F7B9E3
Analogous left#C4F7B9
Analogous right#B9F7EC
Split-complement 1#ECB9F7
Split-complement 2#F7B9C4
Triadic 1#CDB9F7
Triadic 2#F7CDB9
Tetradic#B9C4F7

RGB percentages

Red72.5%
Green96.9%
Blue80.4%

CMYK percentages

Cyan25.1%
Magenta0.0%
Yellow17.0%
Key (black)3.1%

Color previews

#b9f7cd text on a black background

contrast 17.25:1

Card sample

#b9f7cd text on a white background

contrast 1.22:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #b9f7cd

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.

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

#b9f7cd, answered

What color is #b9f7cd?

#b9f7cd is a light electric green, closest to Aqua Marine (ΔE2000 8). It sits at 139° on the hue wheel with 80% saturation and 85% lightness, which reads as cool.

What is the RGB value of #b9f7cd?

rgb(185, 247, 205) — 185 red, 247 green and 205 blue out of 255, or 72.5% / 96.9% / 80.4% by channel.

Is #b9f7cd a light or a dark color?

It is a light color. Relative luminance is 0.8124 and perceived brightness is 88%, so black text on it reaches 17.25:1.

Should I use black or white text on #b9f7cd?

Black. It scores 17.25:1 against #b9f7cd, versus 1.22:1 for white — AAA at any size.

What is the complementary color of #b9f7cd?

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

What colors go well with #b9f7cd?

For interface work: #F4FAF6 as the surface, #C0EDCE for borders, #4B9B65 for secondary text, #BC10AF as an accent and #0D722E for hover and pressed states. For a palette, the analogous pair #C4F7B9 and #B9F7EC stays calm, while #F7B9E3 is the loudest partner.

What is #b9f7cd in CMYK for printing?

cmyk(25%, 0%, 17%, 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 #b9f7cd warm or cool?

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

Work with #b9f7cd in the Color Lab