#acb3ab
a light, muted gray · neutral · closest name: Dark Gray
At a glance
Every number on this page in one read: what #acb3ab is made of, how bright it looks, and which way it leans.
Near-neutral, so temperature is a whisper rather than a statement — the tinted siblings below show which way it can lean.
Every format
| HEX | #acb3ab |
| RGB | rgb(172, 179, 171) |
| HSL | hsl(113, 5%, 69%) |
| CMYK | cmyk(4%, 0%, 5%, 30%) |
| LAB | lab(72.2 -4.0 3.2) |
| LCH | lch(72.2 5.1 140.8) |
| OKLCH | oklch(0.759 0.014 141.8) |
| Decimal | 11318187 |
| Display P3 | color(display-p3 0.675 0.702 0.671) |
Copy-ready code
/* CSS */
color: #acb3ab;
background-color: #acb3ab;
/* Tailwind (arbitrary) */
class="text-[#acb3ab] bg-[#acb3ab]"
/* SCSS */
$brand: #acb3ab;
/* SwiftUI */
Color(red: 0.675, green: 0.702, blue: 0.671)
/* Android */
Color.parseColor("#acb3ab")
/* Flutter */
Color(0xFFACB3AB)
/* Python / OpenCV (BGR) */
(171, 179, 172)Best text color
Only one of black and white can be right. This is the one, with the number that proves it.
Accessibility — WCAG contrast
Color scale — 50 to 950
A Tailwind-shaped ramp built around this exact hex. #acb3ab 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.
:root {
--brand-50: #F7F8F7;
--brand-100: #EFF0EF;
--brand-200: #DDDFDC;
--brand-300: #C5CAC4;
--brand-400: #acb3ab;
--brand-500: #8B9489;
--brand-600: #768174;
--brand-700: #626B61;
--brand-800: #4F564E;
--brand-900: #3B403A;
--brand-950: #252824;
--brand: #acb3ab;
--brand-ink: #000000;
}Colors that work with #acb3ab
Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.
Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.
Lightness flips, hue holds. The accent stays the anchor in both themes.
How to use #acb3ab
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Borders, dividers and quiet backgrounds
- ✓Long-form reading surfaces
- ✓Card and section backgrounds
- ✓Neutral UI chrome and typography
- ⚠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 | #B2ABB3 | Directly opposite — maximum tension | |
| Analogous left | #B0B3AB | Neighbour, quieter | |
| Analogous right | #ABB3AE | Neighbour, quieter | |
| Split-complement 1 | #AEABB3 | Contrast without the clash | |
| Split-complement 2 | #B3ABB0 | Contrast without the clash | |
| Triadic 1 | #ABACB3 | Even thirds — balanced and loud | |
| Triadic 2 | #B3ABAC | Even thirds — balanced and loud | |
| Tetradic | #ABB0B3 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#acb3ab text on a black background
contrast 9.79:1
#acb3ab text on a white background
contrast 2.14:1
CSS3 live lab
The quick brown fox
color: #acb3ab;
background-color: #acb3ab;
Glowing headline
text-shadow: 2px 2px 8px #acb3ab;
Soft neon halo
text-shadow: 0 0 14px rgba(172, 179, 171, 0.45);
box-shadow: 0 12px 32px -8px rgba(172, 179, 171, 0.45);
border: 3px solid #acb3ab; background: linear-gradient(135deg, #acb3ab, #ABB3AF);
Monochromatic scale
Palettes built from #acb3ab
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.
Closest color with a full write-up: Silver (#c0c0c0) — ΔE2000 7.1 away, with its history, psychology and brand usage.
#acb3ab in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Converts to four-color process without much drama. Proof it anyway.
#acb3ab, answered
What color is #acb3ab?
#acb3ab is a light muted gray, closest to Dark Gray (ΔE2000 6.3). It sits at 113° on the hue wheel with 5% saturation and 69% lightness, which reads as neutral.
What is the RGB value of #acb3ab?
rgb(172, 179, 171) — 172 red, 179 green and 171 blue out of 255, or 67.5% / 70.2% / 67.1% by channel.
Is #acb3ab a light or a dark color?
It is a mid-tone. Relative luminance is 0.4395 and perceived brightness is 69%, so black text on it reaches 9.79:1.
Should I use black or white text on #acb3ab?
Black. It scores 9.79:1 against #acb3ab, versus 2.14:1 for white — AAA at any size.
What is the complementary color of #acb3ab?
#B2ABB3 sits directly opposite on the wheel. Softer options are the split-complements #AEABB3 and #B3ABB0, which give the same contrast with far less vibration.
What colors go well with #acb3ab?
For interface work: #F7F8F7 as the surface, #D5D8D4 for borders, #6E786D for secondary text, #695D6F as an accent and #3D433D for hover and pressed states. For a palette, the analogous pair #B0B3AB and #ABB3AE stays calm, while #B2ABB3 is the loudest partner.
What is #acb3ab in CMYK for printing?
cmyk(4%, 0%, 5%, 30%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #acb3ab 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 #BFB3AA; nudged cooler, #9EA9B6.