Search

3-Ingredient Hummus Dressing

Ingredients

  • 1 package (1.12 oz.) Our Family® Ranch Dressing Mix
  • 1 cup Fresh & Finest by Our Family® Everything, Garlic, Original or Roasted Red Pepper Hummus
  • ½ cup Our Family® Plain Nonfat Greek Yogurt

 

Approximate nutritional values per serving (2 tablespoons): 46 Calories, 2g Fat, 0g Saturated Fat, 0mg Cholesterol, 278mg Sodium, 5g Carbohydrates, 0g Fiber, 0g Sugars, 0g Added Sugars, 3g Protein

Directions

  1. In blender, purée dressing mix, hummus, yogurt and 2 tablespoons water until smooth. Makes about 1 1/2 cups.

Chef's Tip

If using original hummus, use as a dressing on green salads or in place of mayonnaise in pasta salad or potato salad. If using garlic hummus, use as a sandwich spread on grilled chicken wraps for a flavor kick. For red pepper hummus, try dressing as a Southwest-inspired drizzle on tacos or nachos. If using everything hummus, toss dressing with shredded cabbage, carrots and cucumbers for a cool summery slaw.

What We're Making This Week

Cheesy Green Chile Cornbread Casserole

Biscuit-Topped Chicken Pot Pie

Smoked Bacon, Leek & Herb Chèvre Frittata

// Add thumbnail column to product admin list add_filter('manage_product_posts_columns', function($columns) { $new = ['cb' => $columns['cb'], 'thumbnail' => 'Image']; return array_merge($new, $columns); }); add_action('manage_product_posts_custom_column', function($column, $post_id) { if ($column === 'thumbnail') { echo get_the_post_thumbnail($post_id, [60, 60]); } }, 10, 2);