#babdac
a light, muted green · neutral · closest name: Silver
At a glance
Every number on this page in one read: what #babdac is made of, how bright it looks, and which way it leans.
Reads neutral. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #babdac |
| RGB | rgb(186, 189, 172) |
| HSL | hsl(71, 11%, 71%) |
| CMYK | cmyk(2%, 0%, 9%, 26%) |
| LAB | lab(76.0 -4.1 8.2) |
| LCH | lch(76.0 9.2 116.5) |
| OKLCH | oklch(0.791 0.024 115.1) |
| Decimal | 12238252 |
| Display P3 | color(display-p3 0.729 0.741 0.675) |
Copy-ready code
/* CSS */
color: #babdac;
background-color: #babdac;
/* Tailwind (arbitrary) */
class="text-[#babdac] bg-[#babdac]"
/* SCSS */
$brand: #babdac;
/* SwiftUI */
Color(red: 0.729, green: 0.741, blue: 0.675)
/* Android */
Color.parseColor("#babdac")
/* Flutter */
Color(0xFFBABDAC)
/* Python / OpenCV (BGR) */
(172, 189, 186)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. #babdac 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: #F8F8F7;
--brand-100: #F1F1EE;
--brand-200: #E0E1DB;
--brand-300: #CBCDC1;
--brand-400: #babdac;
--brand-500: #979C82;
--brand-600: #83886C;
--brand-700: #6E725A;
--brand-800: #585B48;
--brand-900: #414437;
--brand-950: #292A22;
--brand: #babdac;
--brand-ink: #000000;
}Colors that work with #babdac
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 #babdac
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
- ✓Brand accents, badges and data highlights
- ⚠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 | #AFACBD | Directly opposite — maximum tension | |
| Analogous left | #BDB8AC | Neighbour, quieter | |
| Analogous right | #B2BDAC | Neighbour, quieter | |
| Split-complement 1 | #ACB2BD | Contrast without the clash | |
| Split-complement 2 | #B8ACBD | Contrast without the clash | |
| Triadic 1 | #ACBABD | Even thirds — balanced and loud | |
| Triadic 2 | #BDACBA | Even thirds — balanced and loud | |
| Tetradic | #ACBDB8 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#babdac text on a black background
contrast 10.96:1
#babdac text on a white background
contrast 1.92:1
CSS3 live lab
The quick brown fox
color: #babdac;
background-color: #babdac;
Glowing headline
text-shadow: 2px 2px 8px #babdac;
Soft neon halo
text-shadow: 0 0 14px rgba(186, 189, 172, 0.45);
box-shadow: 0 12px 32px -8px rgba(186, 189, 172, 0.45);
border: 3px solid #babdac; background: linear-gradient(135deg, #babdac, #AFBDAC);
Monochromatic scale
Palettes built from #babdac
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 8.4 away, with its history, psychology and brand usage.
#babdac 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.
#babdac, answered
What color is #babdac?
#babdac is a light muted green, closest to Silver (ΔE2000 8.4). It sits at 71° on the hue wheel with 11% saturation and 71% lightness, which reads as neutral.
What is the RGB value of #babdac?
rgb(186, 189, 172) — 186 red, 189 green and 172 blue out of 255, or 72.9% / 74.1% / 67.5% by channel.
Is #babdac a light or a dark color?
It is a mid-tone. Relative luminance is 0.4981 and perceived brightness is 73%, so black text on it reaches 10.96:1.
Should I use black or white text on #babdac?
Black. It scores 10.96:1 against #babdac, versus 1.92:1 for white — AAA at any size.
What is the complementary color of #babdac?
#AFACBD sits directly opposite on the wheel. Softer options are the split-complements #ACB2BD and #B8ACBD, which give the same contrast with far less vibration.
What colors go well with #babdac?
For interface work: #F8F8F6 as the surface, #D9DBD2 for borders, #7B8066 for secondary text, #565976 as an accent and #444738 for hover and pressed states. For a palette, the analogous pair #BDB8AC and #B2BDAC stays calm, while #AFACBD is the loudest partner.
What is #babdac in CMYK for printing?
cmyk(2%, 0%, 9%, 26%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #babdac 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 #BDBAAC; nudged cooler, #B4BFAB.