Skip to content

#b4a2ab

a light, muted magenta / pink · neutral · closest name: Dark Gray

RGB
180, 162, 171
HSL
330°, 11%, 67%
CMYK
0, 10, 5, 29
Luminance
0.3848

At a glance

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

Hex
#b4a2ab
Hue
330°
magenta / pink
Saturation
11%
muted
Lightness
67%
light
Brightness
71%
HSV value
Perceived
66%
weighted brightness
Luminance
0.3848
WCAG relative
Temperature
Neutral
45/100 cool
Color family
Magenta / pink
Tone
Muted
Best ink
Black
8.70:1
Closest name
Dark Gray
ΔE2000 9.7
Where it sits
Hue330° of 360°
Saturation11%
Lightness67%
Temperature
Warm ← → Cool45% 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#b4a2ab
RGBrgb(180, 162, 171)
HSLhsl(330, 11%, 67%)
CMYKcmyk(0%, 10%, 5%, 29%)
LABlab(68.4 8.2 -2.3)
LCHlch(68.4 8.5 344.5)
OKLCHoklch(0.731 0.024 346.0)
Decimal11838123
Display P3color(display-p3 0.706 0.635 0.671)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#b4a2ab on white: 2.41:1
AA ✗ fail · AA-large · AAA
Aa
#b4a2ab on black: 8.70:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #A3A5AB
deuteranopia · #A7A8AB
tritanopia · #B7A2A5

Color scale — 50 to 950

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

#F8F7F7
#F1EEF0
#E1DBDE
#CDC1C7
#b4a2ab
#9B838F
#876D7A
#715B66
#5A4952
#43373D
#2A2226
Base = 400Lightest = 50 · #F8F7F7Darkest = 950 · #2A2226
:root {
  --brand-50: #F8F7F7;
  --brand-100: #F1EEF0;
  --brand-200: #E1DBDE;
  --brand-300: #CDC1C7;
  --brand-400: #b4a2ab;
  --brand-500: #9B838F;
  --brand-600: #876D7A;
  --brand-700: #715B66;
  --brand-800: #5A4952;
  --brand-900: #43373D;
  --brand-950: #2A2226;
  --brand: #b4a2ab;
  --brand-ink: #000000;
}

Colors that work with #b4a2ab

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#F8F7F7
Tinted page background
Border#DBD2D6
Hairlines and dividers
Muted text#7F6673
Captions on the surface
Accent#57755F
Second voice, not a rival
Dark variant#473940
Hover, pressed, headers
Light variant#F4F1F2
Selected rows, tints
Dark surface#1F191C
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 #b4a2ab

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#A2B4AB
Analogous left#B4A2B4
Analogous right#B4A2A2
Split-complement 1#A2B4A2
Split-complement 2#A2B4B4
Triadic 1#ABB4A2
Triadic 2#A2ABB4
Tetradic#B4B4A2

RGB percentages

Red70.6%
Green63.5%
Blue67.1%

CMYK percentages

Cyan0.0%
Magenta10.0%
Yellow5.0%
Key (black)29.4%

Color previews

#b4a2ab text on a black background

contrast 8.70:1

Card sample

#b4a2ab text on a white background

contrast 2.41:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #b4a2ab

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.

#b4a2ab in the real world

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

Industries
BeautyFashionLifestyleYouth brands
Common UI roles
BackgroundsBordersBody textDividers
Print note

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

#b4a2ab, answered

What color is #b4a2ab?

#b4a2ab is a light muted magenta / pink, closest to Dark Gray (ΔE2000 9.7). It sits at 330° on the hue wheel with 11% saturation and 67% lightness, which reads as neutral.

What is the RGB value of #b4a2ab?

rgb(180, 162, 171) — 180 red, 162 green and 171 blue out of 255, or 70.6% / 63.5% / 67.1% by channel.

Is #b4a2ab a light or a dark color?

It is a mid-tone. Relative luminance is 0.3848 and perceived brightness is 66%, so black text on it reaches 8.70:1.

Should I use black or white text on #b4a2ab?

Black. It scores 8.70:1 against #b4a2ab, versus 2.41:1 for white — AAA at any size.

What is the complementary color of #b4a2ab?

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

What colors go well with #b4a2ab?

For interface work: #F8F7F7 as the surface, #DBD2D6 for borders, #7F6673 for secondary text, #57755F as an accent and #473940 for hover and pressed states. For a palette, the analogous pair #B4A2B4 and #B4A2A2 stays calm, while #A2B4AB is the loudest partner.

What is #b4a2ab in CMYK for printing?

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

Is #b4a2ab warm or cool?

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

Work with #b4a2ab in the Color Lab