#bbc4ad
a light, soft green · neutral · closest name: Silver
At a glance
Every number on this page in one read: what #bbc4ad 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 | #bbc4ad |
| RGB | rgb(187, 196, 173) |
| HSL | hsl(84, 16%, 72%) |
| CMYK | cmyk(5%, 0%, 12%, 23%) |
| LAB | lab(77.9 -7.2 10.5) |
| LCH | lch(77.9 12.8 124.6) |
| OKLCH | oklch(0.807 0.033 124.6) |
| Decimal | 12305581 |
| Display P3 | color(display-p3 0.733 0.769 0.678) |
Copy-ready code
/* CSS */
color: #bbc4ad;
background-color: #bbc4ad;
/* Tailwind (arbitrary) */
class="text-[#bbc4ad] bg-[#bbc4ad]"
/* SCSS */
$brand: #bbc4ad;
/* SwiftUI */
Color(red: 0.733, green: 0.769, blue: 0.678)
/* Android */
Color.parseColor("#bbc4ad")
/* Flutter */
Color(0xFFBBC4AD)
/* Python / OpenCV (BGR) */
(173, 196, 187)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. #bbc4ad 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: #F8F8F6;
--brand-100: #F0F2EE;
--brand-200: #DFE3D9;
--brand-300: #C9D0BE;
--brand-400: #bbc4ad;
--brand-500: #93A17D;
--brand-600: #7F8E66;
--brand-700: #6A7755;
--brand-800: #545F44;
--brand-900: #3F4634;
--brand-950: #272C21;
--brand: #bbc4ad;
--brand-ink: #000000;
}Colors that work with #bbc4ad
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 #bbc4ad
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Charts, tags and secondary 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 | #B6ADC4 | Directly opposite — maximum tension | |
| Analogous left | #C4C2AD | Neighbour, quieter | |
| Analogous right | #B0C4AD | Neighbour, quieter | |
| Split-complement 1 | #ADB0C4 | Contrast without the clash | |
| Split-complement 2 | #C2ADC4 | Contrast without the clash | |
| Triadic 1 | #ADBBC4 | Even thirds — balanced and loud | |
| Triadic 2 | #C4ADBB | Even thirds — balanced and loud | |
| Tetradic | #ADC4C2 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#bbc4ad text on a black background
contrast 11.61:1
#bbc4ad text on a white background
contrast 1.81:1
CSS3 live lab
The quick brown fox
color: #bbc4ad;
background-color: #bbc4ad;
Glowing headline
text-shadow: 2px 2px 8px #bbc4ad;
Soft neon halo
text-shadow: 0 0 14px rgba(187, 196, 173, 0.45);
box-shadow: 0 12px 32px -8px rgba(187, 196, 173, 0.45);
border: 3px solid #bbc4ad; background: linear-gradient(135deg, #bbc4ad, #ADC4AE);
Monochromatic scale
Palettes built from #bbc4ad
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: Sage (#9caf88) — ΔE2000 8.9 away, with its history, psychology and brand usage.
#bbc4ad 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.
#bbc4ad, answered
What color is #bbc4ad?
#bbc4ad is a light soft green, closest to Silver (ΔE2000 11.3). It sits at 84° on the hue wheel with 16% saturation and 72% lightness, which reads as neutral.
What is the RGB value of #bbc4ad?
rgb(187, 196, 173) — 187 red, 196 green and 173 blue out of 255, or 73.3% / 76.9% / 67.8% by channel.
Is #bbc4ad a light or a dark color?
It is a light color. Relative luminance is 0.5306 and perceived brightness is 75%, so black text on it reaches 11.61:1.
Should I use black or white text on #bbc4ad?
Black. It scores 11.61:1 against #bbc4ad, versus 1.81:1 for white — AAA at any size.
What is the complementary color of #bbc4ad?
#B6ADC4 sits directly opposite on the wheel. Softer options are the split-complements #ADB0C4 and #C2ADC4, which give the same contrast with far less vibration.
What colors go well with #bbc4ad?
For interface work: #F8F9F6 as the surface, #D8DDD0 for borders, #778560 for secondary text, #57517B as an accent and #424A35 for hover and pressed states. For a palette, the analogous pair #C4C2AD and #B0C4AD stays calm, while #B6ADC4 is the loudest partner.
What is #bbc4ad in CMYK for printing?
cmyk(5%, 0%, 12%, 23%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #bbc4ad warm or cool?
Neutral — it scores 47 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #C4C4AD; nudged cooler, #B2C5AC.