Skip to content

#bac4b2

a light, muted green · neutral · closest name: Silver

RGB
186, 196, 178
HSL
93°, 13%, 73%
CMYK
5, 0, 9, 23
Luminance
0.5313

At a glance

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

Hex
#bac4b2
Hue
93°
green
Saturation
13%
muted
Lightness
73%
light
Brightness
77%
HSV value
Perceived
75%
weighted brightness
Luminance
0.5313
WCAG relative
Temperature
Neutral
51/100 cool
Color family
Green
Tone
Muted
Best ink
Black
11.63:1
Closest name
Silver
ΔE2000 9.9
Where it sits
Hue93° of 360°
Saturation13%
Lightness73%
Temperature
Warm ← → Cool51% 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#bac4b2
RGBrgb(186, 196, 178)
HSLhsl(93, 13%, 73%)
CMYKcmyk(5%, 0%, 9%, 23%)
LABlab(78.0 -6.7 7.9)
LCHlch(78.0 10.3 130.6)
OKLCHoklch(0.807 0.027 131.0)
Decimal12240050
Display P3color(display-p3 0.729 0.769 0.698)

Copy-ready code

/* CSS */
color: #bac4b2;
background-color: #bac4b2;
/* Tailwind (arbitrary) */
class="text-[#bac4b2] bg-[#bac4b2]"
/* SCSS */
$brand: #bac4b2;
/* SwiftUI */
Color(red: 0.729, green: 0.769, blue: 0.698)
/* Android */
Color.parseColor("#bac4b2")
/* Flutter */
Color(0xFFBAC4B2)
/* Python / OpenCV (BGR) */
(178, 196, 186)

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

Accessibility — WCAG contrast

Aa
#bac4b2 on white: 1.81:1
AA ✗ fail · AA-large · AAA
Aa
#bac4b2 on black: 11.63:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #C6C1B1
deuteranopia · #C4C0B3
tritanopia · #BBC2BF

Color scale — 50 to 950

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

#F7F8F7
#F0F1EE
#DDE2DA
#bac4b2
#AAB6A0
#8D9E80
#798B6A
#657359
#505C47
#3C4536
#262B22
Base = 300Lightest = 50 · #F7F8F7Darkest = 950 · #262B22
:root {
  --brand-50: #F7F8F7;
  --brand-100: #F0F1EE;
  --brand-200: #DDE2DA;
  --brand-300: #bac4b2;
  --brand-400: #AAB6A0;
  --brand-500: #8D9E80;
  --brand-600: #798B6A;
  --brand-700: #657359;
  --brand-800: #505C47;
  --brand-900: #3C4536;
  --brand-950: #262B22;
  --brand: #bac4b2;
  --brand-ink: #000000;
}

Colors that work with #bac4b2

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#F7F8F6
Tinted page background
Border#D6DCD1
Hairlines and dividers
Muted text#718264
Captions on the surface
Accent#5F5478
Second voice, not a rival
Dark variant#3F4837
Hover, pressed, headers
Light variant#F2F4F1
Selected rows, tints
Dark surface#1C2018
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 #bac4b2

Derived from its contrast, chroma and lightness — not from taste.

Works well for
  • Text and icons on dark surfaces
  • Borders, dividers and quiet backgrounds
  • Long-form reading surfaces
  • Card and section backgrounds
  • Brand accents, badges and data highlights
Use with care
  • Text of any size on white — fails WCAG AA
  • 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#BCB2C4
Analogous left#C3C4B2
Analogous right#B2C4B3
Split-complement 1#B3B2C4
Split-complement 2#C4B2C3
Triadic 1#B2BAC4
Triadic 2#C4B2BA
Tetradic#B2C3C4

RGB percentages

Red72.9%
Green76.9%
Blue69.8%

CMYK percentages

Cyan5.1%
Magenta0.0%
Yellow9.2%
Key (black)23.1%

Color previews

#bac4b2 text on a black background

contrast 11.63:1

Card sample

#bac4b2 text on a white background

contrast 1.81:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(186, 196, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 196, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bac4b2;
background: linear-gradient(135deg, #bac4b2, #B2C4B6);

Monochromatic scale

Palettes built from #bac4b2

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.

#bac4b2 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
BackgroundsBordersBody textDividers
Print note

Converts to four-color process without much drama. Proof it anyway.

#bac4b2, answered

What color is #bac4b2?

#bac4b2 is a light muted green, closest to Silver (ΔE2000 9.9). It sits at 93° on the hue wheel with 13% saturation and 73% lightness, which reads as neutral.

What is the RGB value of #bac4b2?

rgb(186, 196, 178) — 186 red, 196 green and 178 blue out of 255, or 72.9% / 76.9% / 69.8% by channel.

Is #bac4b2 a light or a dark color?

It is a light color. Relative luminance is 0.5313 and perceived brightness is 75%, so black text on it reaches 11.63:1.

Should I use black or white text on #bac4b2?

Black. It scores 11.63:1 against #bac4b2, versus 1.81:1 for white — AAA at any size.

What is the complementary color of #bac4b2?

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

What colors go well with #bac4b2?

For interface work: #F7F8F6 as the surface, #D6DCD1 for borders, #718264 for secondary text, #5F5478 as an accent and #3F4837 for hover and pressed states. For a palette, the analogous pair #C3C4B2 and #B2C4B3 stays calm, while #BCB2C4 is the loudest partner.

What is #bac4b2 in CMYK for printing?

cmyk(5%, 0%, 9%, 23%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.

Is #bac4b2 warm or cool?

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

Work with #bac4b2 in the Color Lab