Skip to content

#b2ac9b

a light, muted yellow · warm · closest name: Dark Gray

RGB
178, 172, 155
HSL
44°, 13%, 65%
CMYK
0, 3, 13, 30
Luminance
0.4134

At a glance

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

Hex
#b2ac9b
Hue
44°
yellow
Saturation
13%
muted
Lightness
65%
light
Brightness
70%
HSV value
Perceived
67%
weighted brightness
Luminance
0.4134
WCAG relative
Temperature
Warm
36/100 cool
Color family
Yellow
Tone
Muted
Best ink
Black
9.27:1
Closest name
Dark Gray
ΔE2000 7.9
Where it sits
Hue44° of 360°
Saturation13%
Lightness65%
Temperature
Warm ← → Cool36% cool

Reads warm. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.

Every format

HEX#b2ac9b
RGBrgb(178, 172, 155)
HSLhsl(44, 13%, 65%)
CMYKcmyk(0%, 3%, 13%, 30%)
LABlab(70.4 -0.8 9.5)
LCHlch(70.4 9.6 95.0)
OKLCHoklch(0.745 0.025 90.8)
Decimal11709595
Display P3color(display-p3 0.698 0.675 0.608)

Copy-ready code

/* CSS */
color: #b2ac9b;
background-color: #b2ac9b;
/* Tailwind (arbitrary) */
class="text-[#b2ac9b] bg-[#b2ac9b]"
/* SCSS */
$brand: #b2ac9b;
/* SwiftUI */
Color(red: 0.698, green: 0.675, blue: 0.608)
/* Android */
Color.parseColor("#b2ac9b")
/* Flutter */
Color(0xFFB2AC9B)
/* Python / OpenCV (BGR) */
(155, 172, 178)

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

Accessibility — WCAG contrast

Aa
#b2ac9b on white: 2.27:1
AA ✗ fail · AA-large · AAA
Aa
#b2ac9b on black: 9.27:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #B0AB9A
deuteranopia · #B2AD9B
tritanopia · #B6A9A7

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #b2ac9b is pinned to step 400; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.

#F8F8F7
#F1F0EE
#E2E0DA
#CECAC0
#b2ac9b
#9D9680
#8A826A
#736C59
#5C5747
#454136
#2B2822
Base = 400Lightest = 50 · #F8F8F7Darkest = 950 · #2B2822
:root {
  --brand-50: #F8F8F7;
  --brand-100: #F1F0EE;
  --brand-200: #E2E0DA;
  --brand-300: #CECAC0;
  --brand-400: #b2ac9b;
  --brand-500: #9D9680;
  --brand-600: #8A826A;
  --brand-700: #736C59;
  --brand-800: #5C5747;
  --brand-900: #454136;
  --brand-950: #2B2822;
  --brand: #b2ac9b;
  --brand-ink: #000000;
}

Colors that work with #b2ac9b

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#F8F8F6
Tinted page background
Border#DCD9D1
Hairlines and dividers
Muted text#827A64
Captions on the surface
Accent#546778
Second voice, not a rival
Dark variant#484437
Hover, pressed, headers
Light variant#F4F3F1
Selected rows, tints
Dark surface#201E18
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 #b2ac9b

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
  • Thin strokes and 1px borders — they disappear on light UI
  • 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#9BA1B2
Analogous left#B2A09B
Analogous right#ADB29B
Split-complement 1#9BADB2
Split-complement 2#A09BB2
Triadic 1#9BB2AC
Triadic 2#AC9BB2
Tetradic#9BB2A0

RGB percentages

Red69.8%
Green67.5%
Blue60.8%

CMYK percentages

Cyan0.0%
Magenta3.4%
Yellow12.9%
Key (black)30.2%

Color previews

#b2ac9b text on a black background

contrast 9.27:1

Card sample

#b2ac9b text on a white background

contrast 2.27:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #b2ac9b

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.

#b2ac9b in the real world

Where a color in this family tends to land, and the interface roles it is usually asked to play.

Industries
RetailLeisureEnergyWarning systems
Common UI roles
BackgroundsBordersBody textDividers
Print note

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

#b2ac9b, answered

What color is #b2ac9b?

#b2ac9b is a light muted yellow, closest to Dark Gray (ΔE2000 7.9). It sits at 44° on the hue wheel with 13% saturation and 65% lightness, which reads as warm.

What is the RGB value of #b2ac9b?

rgb(178, 172, 155) — 178 red, 172 green and 155 blue out of 255, or 69.8% / 67.5% / 60.8% by channel.

Is #b2ac9b a light or a dark color?

It is a mid-tone. Relative luminance is 0.4134 and perceived brightness is 67%, so black text on it reaches 9.27:1.

Should I use black or white text on #b2ac9b?

Black. It scores 9.27:1 against #b2ac9b, versus 2.27:1 for white — AAA at any size.

What is the complementary color of #b2ac9b?

#9BA1B2 sits directly opposite on the wheel. Softer options are the split-complements #9BADB2 and #A09BB2, which give the same contrast with far less vibration.

What colors go well with #b2ac9b?

For interface work: #F8F8F6 as the surface, #DCD9D1 for borders, #827A64 for secondary text, #546778 as an accent and #484437 for hover and pressed states. For a palette, the analogous pair #B2A09B and #ADB29B stays calm, while #9BA1B2 is the loudest partner.

What is #b2ac9b in CMYK for printing?

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

Is #b2ac9b warm or cool?

Warm — it scores 36 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #B2A59B; nudged cooler, #B1B499.

Work with #b2ac9b in the Color Lab