Skip to content

#b4f6cf

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

RGB
180, 246, 207
HSL
145°, 79%, 84%
CMYK
27, 0, 16, 4
Luminance
0.8012

At a glance

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

Hex
#b4f6cf
Hue
145°
green
Saturation
79%
electric
Lightness
84%
light
Brightness
96%
HSV value
Perceived
88%
weighted brightness
Luminance
0.8012
WCAG relative
Temperature
Cool
73/100 cool
Color family
Green
Tone
Electric
Best ink
Black
17.02:1
Closest name
Aqua Marine
ΔE2000 7.2
Where it sits
Hue145° of 360°
Saturation79%
Lightness84%
Temperature
Warm ← → Cool73% 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#b4f6cf
RGBrgb(180, 246, 207)
HSLhsl(145, 79%, 84%)
CMYKcmyk(27%, 0%, 16%, 4%)
LABlab(91.7 -28.4 12.2)
LCHlch(91.7 30.9 156.7)
OKLCHoklch(0.918 0.085 158.3)
Decimal11859663
Display P3color(display-p3 0.706 0.965 0.812)

Copy-ready code

/* CSS */
color: #b4f6cf;
background-color: #b4f6cf;
/* Tailwind (arbitrary) */
class="text-[#b4f6cf] bg-[#b4f6cf]"
/* SCSS */
$brand: #b4f6cf;
/* SwiftUI */
Color(red: 0.706, green: 0.965, blue: 0.812)
/* Android */
Color.parseColor("#b4f6cf")
/* Flutter */
Color(0xFFB4F6CF)
/* Python / OpenCV (BGR) */
(207, 246, 180)

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

Accessibility — WCAG contrast

Aa
#b4f6cf on white: 1.23:1
AA ✗ fail · AA-large · AAA
Aa
#b4f6cf on black: 17.02:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #F5ECCD
deuteranopia · #E9E4D1
tritanopia · #A8F5EB

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #b4f6cf 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
#E6F9EE
#b4f6cf
#9BF3BF
#69ED9F
#37E77F
#1ADB69
#16B657
#119246
#116935
#0B4221
Base = 200Lightest = 50 · #F3FCF6Darkest = 950 · #0B4221
:root {
  --brand-50: #F3FCF6;
  --brand-100: #E6F9EE;
  --brand-200: #b4f6cf;
  --brand-300: #9BF3BF;
  --brand-400: #69ED9F;
  --brand-500: #37E77F;
  --brand-600: #1ADB69;
  --brand-700: #16B657;
  --brand-800: #119246;
  --brand-900: #116935;
  --brand-950: #0B4221;
  --brand: #b4f6cf;
  --brand-ink: #000000;
}

Colors that work with #b4f6cf

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#C0EDD2
Hairlines and dividers
Muted text#4B9B6B
Captions on the surface
Accent#BB11A0
Second voice, not a rival
Dark variant#0E7237
Hover, pressed, headers
Light variant#E8FCF0
Selected rows, tints
Dark surface#14241B
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 #b4f6cf

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#F6B4DB
Analogous left#BAF6B4
Analogous right#B4F6F0
Split-complement 1#F0B4F6
Split-complement 2#F6B4BA
Triadic 1#CFB4F6
Triadic 2#F6CFB4
Tetradic#B4BAF6

RGB percentages

Red70.6%
Green96.5%
Blue81.2%

CMYK percentages

Cyan26.8%
Magenta0.0%
Yellow15.9%
Key (black)3.5%

Color previews

#b4f6cf text on a black background

contrast 17.02:1

Card sample

#b4f6cf text on a white background

contrast 1.23:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(180, 246, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 246, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4f6cf;
background: linear-gradient(135deg, #b4f6cf, #B4F1F6);

Monochromatic scale

Palettes built from #b4f6cf

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.

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

#b4f6cf, answered

What color is #b4f6cf?

#b4f6cf is a light electric green, closest to Aqua Marine (ΔE2000 7.2). It sits at 145° on the hue wheel with 79% saturation and 84% lightness, which reads as cool.

What is the RGB value of #b4f6cf?

rgb(180, 246, 207) — 180 red, 246 green and 207 blue out of 255, or 70.6% / 96.5% / 81.2% by channel.

Is #b4f6cf a light or a dark color?

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

Should I use black or white text on #b4f6cf?

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

What is the complementary color of #b4f6cf?

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

What colors go well with #b4f6cf?

For interface work: #F4FAF7 as the surface, #C0EDD2 for borders, #4B9B6B for secondary text, #BB11A0 as an accent and #0E7237 for hover and pressed states. For a palette, the analogous pair #BAF6B4 and #B4F6F0 stays calm, while #F6B4DB is the loudest partner.

What is #b4f6cf in CMYK for printing?

cmyk(27%, 0%, 16%, 4%). 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 #b4f6cf warm or cool?

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

Work with #b4f6cf in the Color Lab