Skip to content

#b4ad9b

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

RGB
180, 173, 155
HSL
43°, 14%, 66%
CMYK
0, 4, 14, 29
Luminance
0.4196

At a glance

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

Hex
#b4ad9b
Hue
43°
yellow
Saturation
14%
muted
Lightness
66%
light
Brightness
71%
HSV value
Perceived
68%
weighted brightness
Luminance
0.4196
WCAG relative
Temperature
Warm
34/100 cool
Color family
Yellow
Tone
Muted
Best ink
Black
9.39:1
Closest name
Dark Gray
ΔE2000 8.4
Where it sits
Hue43° of 360°
Saturation14%
Lightness66%
Temperature
Warm ← → Cool34% 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#b4ad9b
RGBrgb(180, 173, 155)
HSLhsl(43, 14%, 66%)
CMYKcmyk(0%, 4%, 14%, 29%)
LABlab(70.8 -0.6 10.2)
LCHlch(70.8 10.2 93.5)
OKLCHoklch(0.748 0.026 89.3)
Decimal11840923
Display P3color(display-p3 0.706 0.678 0.608)

Copy-ready code

/* CSS */
color: #b4ad9b;
background-color: #b4ad9b;
/* Tailwind (arbitrary) */
class="text-[#b4ad9b] bg-[#b4ad9b]"
/* SCSS */
$brand: #b4ad9b;
/* SwiftUI */
Color(red: 0.706, green: 0.678, blue: 0.608)
/* Android */
Color.parseColor("#b4ad9b")
/* Flutter */
Color(0xFFB4AD9B)
/* Python / OpenCV (BGR) */
(155, 173, 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 #b4ad9b · 9.39:1
Use #000000AAA at every size.
Aa
White text · 2.24:1
AA fail · AA large fail · AAA fail
Aa
Black text · 9.39:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #b4ad9b as text scores 2.24:1 on white and 9.39:1 on black.

Accessibility — WCAG contrast

Aa
#b4ad9b on white: 2.24:1
AA ✗ fail · AA-large · AAA
Aa
#b4ad9b on black: 9.39:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #B1AC9A
deuteranopia · #B3AE9C
tritanopia · #B9AAA8

Color scale — 50 to 950

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

#F8F8F6
#F1F0EE
#E2E0DA
#CFCABF
#b4ad9b
#9F967F
#8C8269
#756C57
#5D5746
#454135
#2B2821
Base = 400Lightest = 50 · #F8F8F6Darkest = 950 · #2B2821
:root {
  --brand-50: #F8F8F6;
  --brand-100: #F1F0EE;
  --brand-200: #E2E0DA;
  --brand-300: #CFCABF;
  --brand-400: #b4ad9b;
  --brand-500: #9F967F;
  --brand-600: #8C8269;
  --brand-700: #756C57;
  --brand-800: #5D5746;
  --brand-900: #454135;
  --brand-950: #2B2821;
  --brand: #b4ad9b;
  --brand-ink: #000000;
}

Colors that work with #b4ad9b

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#DCD9D0
Hairlines and dividers
Muted text#837A62
Captions on the surface
Accent#536679
Second voice, not a rival
Dark variant#494437
Hover, pressed, headers
Light variant#F4F3F0
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 #b4ad9b

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#9BA2B4
Analogous left#B4A19B
Analogous right#AFB49B
Split-complement 1#9BAFB4
Split-complement 2#A19BB4
Triadic 1#9BB4AD
Triadic 2#AD9BB4
Tetradic#9BB4A1

RGB percentages

Red70.6%
Green67.8%
Blue60.8%

CMYK percentages

Cyan0.0%
Magenta3.9%
Yellow13.9%
Key (black)29.4%

Color previews

#b4ad9b text on a black background

contrast 9.39:1

Card sample

#b4ad9b text on a white background

contrast 2.24:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #b4ad9b

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.

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

#b4ad9b, answered

What color is #b4ad9b?

#b4ad9b is a light muted yellow, closest to Dark Gray (ΔE2000 8.4). It sits at 43° on the hue wheel with 14% saturation and 66% lightness, which reads as warm.

What is the RGB value of #b4ad9b?

rgb(180, 173, 155) — 180 red, 173 green and 155 blue out of 255, or 70.6% / 67.8% / 60.8% by channel.

Is #b4ad9b a light or a dark color?

It is a mid-tone. Relative luminance is 0.4196 and perceived brightness is 68%, so black text on it reaches 9.39:1.

Should I use black or white text on #b4ad9b?

Black. It scores 9.39:1 against #b4ad9b, versus 2.24:1 for white — AAA at any size.

What is the complementary color of #b4ad9b?

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

What colors go well with #b4ad9b?

For interface work: #F8F8F6 as the surface, #DCD9D0 for borders, #837A62 for secondary text, #536679 as an accent and #494437 for hover and pressed states. For a palette, the analogous pair #B4A19B and #AFB49B stays calm, while #9BA2B4 is the loudest partner.

What is #b4ad9b in CMYK for printing?

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

Is #b4ad9b warm or cool?

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

Work with #b4ad9b in the Color Lab