#b3adac
a light, muted gray · neutral · closest name: Dark Gray
At a glance
Every number on this page in one read: what #b3adac 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 | #b3adac |
| RGB | rgb(179, 173, 172) |
| HSL | hsl(9, 4%, 69%) |
| CMYK | cmyk(0%, 3%, 4%, 30%) |
| LAB | lab(71.2 1.9 1.3) |
| LCH | lch(71.2 2.3 33.1) |
| OKLCH | oklch(0.752 0.007 28.8) |
| Decimal | 11775404 |
| Display P3 | color(display-p3 0.702 0.678 0.675) |
Copy-ready code
/* CSS */
color: #b3adac;
background-color: #b3adac;
/* Tailwind (arbitrary) */
class="text-[#b3adac] bg-[#b3adac]"
/* SCSS */
$brand: #b3adac;
/* SwiftUI */
Color(red: 0.702, green: 0.678, blue: 0.675)
/* Android */
Color.parseColor("#b3adac")
/* Flutter */
Color(0xFFB3ADAC)
/* Python / OpenCV (BGR) */
(172, 173, 179)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. #b3adac 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: #F8F7F7;
--brand-100: #F0EFEF;
--brand-200: #DFDDDD;
--brand-300: #C9C5C4;
--brand-400: #b3adac;
--brand-500: #948B8A;
--brand-600: #807775;
--brand-700: #6A6362;
--brand-800: #554F4E;
--brand-900: #403B3B;
--brand-950: #282525;
--brand: #b3adac;
--brand-ink: #000000;
}Colors that work with #b3adac
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 #b3adac
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 | #ACB2B3 | Directly opposite — maximum tension | |
| Analogous left | #B3ACAE | Neighbour, quieter | |
| Analogous right | #B3B0AC | Neighbour, quieter | |
| Split-complement 1 | #ACB3B0 | Contrast without the clash | |
| Split-complement 2 | #ACAEB3 | Contrast without the clash | |
| Triadic 1 | #ACB3AD | Even thirds — balanced and loud | |
| Triadic 2 | #ADACB3 | Even thirds — balanced and loud | |
| Tetradic | #AEB3AC | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#b3adac text on a black background
contrast 9.49:1
#b3adac text on a white background
contrast 2.21:1
CSS3 live lab
The quick brown fox
color: #b3adac;
background-color: #b3adac;
Glowing headline
text-shadow: 2px 2px 8px #b3adac;
Soft neon halo
text-shadow: 0 0 14px rgba(179, 173, 172, 0.45);
box-shadow: 0 12px 32px -8px rgba(179, 173, 172, 0.45);
border: 3px solid #b3adac; background: linear-gradient(135deg, #b3adac, #B3B2AC);
Monochromatic scale
Palettes built from #b3adac
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 5.6 away, with its history, psychology and brand usage.
#b3adac 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.
#b3adac, answered
What color is #b3adac?
#b3adac is a light muted gray, closest to Dark Gray (ΔE2000 3.3). It sits at 9° on the hue wheel with 4% saturation and 69% lightness, which reads as neutral.
What is the RGB value of #b3adac?
rgb(179, 173, 172) — 179 red, 173 green and 172 blue out of 255, or 70.2% / 67.8% / 67.5% by channel.
Is #b3adac a light or a dark color?
It is a mid-tone. Relative luminance is 0.4245 and perceived brightness is 69%, so black text on it reaches 9.49:1.
Should I use black or white text on #b3adac?
Black. It scores 9.49:1 against #b3adac, versus 2.21:1 for white — AAA at any size.
What is the complementary color of #b3adac?
#ACB2B3 sits directly opposite on the wheel. Softer options are the split-complements #ACB3B0 and #ACAEB3, which give the same contrast with far less vibration.
What colors go well with #b3adac?
For interface work: #F8F7F7 as the surface, #D8D5D4 for borders, #786F6E for secondary text, #5E6E6D as an accent and #433E3D for hover and pressed states. For a palette, the analogous pair #B3ACAE and #B3B0AC stays calm, while #ACB2B3 is the loudest partner.
What is #b3adac in CMYK for printing?
cmyk(0%, 3%, 4%, 30%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #b3adac 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 #BFB3AA; nudged cooler, #9EAAB6.