www.lakmeindia.com Open in urlscan Pro
23.227.38.74  Public Scan

Submitted URL: http://lakmeindia.com/
Effective URL: https://www.lakmeindia.com/
Submission: On May 03 via api from US — Scanned from CA

Form analysis 15 forms found in the DOM

POST javascript:void(0);

<form class="Cart Drawer__Content" action="javascript:void(0);" action-nouse="/cart" method="POST" novalidate="" onsubmit="loader_hit();">
  <div class="Drawer__Main" data-scrollable="">
    <div class="empty-bag-img" data-flk-success="atNodeInserted27" style="visibility: visible;">
      <div class="empty-bag-icon"><svg xmlns="http://www.w3.org/2000/svg" width="116" height="129" viewBox="0 0 116 129">
          <defs>
            <path id="shoppingBagPath1"
              d="M159.518 201c-14.459 0-26.214 11.756-26.214 26.215v5.243h-17.156a4 4 0 0 0-3.975 3.546L102.026 325a4 4 0 0 0 3.974 4.453h107.036a4 4 0 0 0 3.975-4.453l-10.148-88.995a4 4 0 0 0-3.974-3.546h-11.913v15.728a7.866 7.866 0 0 1-7.864 7.865c-.584 0-1.178-.041-1.72-.164a7.898 7.898 0 0 1-6.145-7.7c0-3.41 2.202-6.288 5.243-7.373v7.372a2.62 2.62 0 0 0 2.622 2.622 2.62 2.62 0 0 0 2.621-2.622v-20.971c0-14.46-11.756-26.215-26.215-26.215zm0 5.243c11.561 0 20.972 9.41 20.972 20.972v5.243h-36.7v15.728a7.866 7.866 0 0 1-7.865 7.865c-.584 0-1.177-.041-1.72-.164a7.887 7.887 0 0 1-6.144-7.7c0-3.41 2.201-6.288 5.243-7.373v7.372a2.627 2.627 0 0 0 2.621 2.622 2.627 2.627 0 0 0 2.622-2.622v-20.971c0-11.561 9.41-20.972 20.971-20.972z">
            </path>
            <filter id="shoppingBagFilter1" width="105.2%" height="104.7%" x="-2.6%" y="-2.3%" filterUnits="objectBoundingBox">
              <feGaussianBlur in="SourceAlpha" result="shadowBlurInner1" stdDeviation="2"></feGaussianBlur>
              <feOffset dy="2" in="shadowBlurInner1" result="shadowOffsetInner1"></feOffset>
              <feComposite in="shadowOffsetInner1" in2="SourceAlpha" k2="-1" k3="1" operator="arithmetic" result="shadowInnerInner1"></feComposite>
              <feColorMatrix in="shadowInnerInner1" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"></feColorMatrix>
            </filter>
          </defs>
          <g fill="none" transform="translate(-102 -201)">
            <use fill="#CDCDCD" fill-rule="evenodd" xlink:href="#shoppingBagPath1"></use>
            <use fill="#000" filter="url(#shoppingBagFilter1)" xlink:href="#shoppingBagPath1"></use>
          </g>
        </svg></div>
      <div class="cart--empty-heading">Your bag is empty</div>
      <div class="cart_continue_shopping"><a href="/collections/bestsellers">Continue Shopping</a>
        <i class="proceed-arrow"><svg xmlns="http://www.w3.org/2000/svg" id="ryt_icon_1" width="7" height="12" viewBox="0 0 7 12"><path fill="#fff" d="M1.022 12L0 10.978 4.989 6 0 1.011 1.011 0l5.495 5.494.516.506-.516.506z"></path></svg></i></div>
    </div>
  </div>
  <style>
    .cart--payment-detail-wrap .payment-bag-total .name {
      width: 50%;
    }

    .cart--payment-detail-wrap .payment-bag-total .cart_value {
      width: 35%;
    }

    .cart--payment-detail-wrap .payment-bag-total {
      height: 40px;
      width: 100%;
      text-align: center;
      line-height: 40px;
      display: flex;
    }

    .iconshow {
      height: 40px;
      width: 5%;
      font-size: 20px;
      padding-left: 20px !important;
      float: left;
    }

    .cart--payment-detail-wrap .payment-bag-total .iconshow .icon-swipe-btn {
      cursor: pointer;
    }

    .cart--payment-detail-wrap .payment-bag-total .cart_value {
      font-weight: 700;
    }

    .cart--payment-detail-wrap .payment-bag-total .name b {
      padding-left: 28%;
    }

    #up_icon,
    #down_icon {
      font-size: 40px;
    }

    #down_icon {
      display: none;
    }

    #add_upToggleIconid {
      display: none;
    }

    /*   .Drawer__Content .Cart__Checkout span.checkout--cart-drawer{
    width: 100% !important;
    float:unset !important;
  } */
    .Drawer__Content .Cart__Checkout {
      padding: 0 !important;
      margin: 0px;
    }

    /***********  Checkout right arrow moving Effect ***********/
    #ryt_icon_1 {
      position: relative;
      animation: mymove 1.5s infinite;
      animation-timing-function: linear;
    }

    @keyframes mymove {
      from {
        left: 0px;
        opacity: 0;
      }

      to {
        left: 30px;
      }
    }

    /***********  Checkout right arrow moving Effect ***********/
    @media screen and (max-width: 641px) {
      .cart--payment-detail-wrap .payment-bag-total .name b {
        padding-left: 10%;
      }
    }
  </style>
  <script>
    /**************For Cart Drawer design***********/
    $(document).ready(function() {
      $("body").click(function(event) {
        $("#up_icon").click(function() {
          $("#add_upToggleIconid").show("blind");
          $("#up_icon").hide();
          $("#down_icon").show();
        });
        $("#down_icon").click(function() {
          $("#add_upToggleIconid").hide("blind");
          $("#down_icon").hide();
          $("#up_icon").show();
        });
      });
    });
    /**************End For Cart Drawer design***********/
  </script>
</form>

Name: GET /search

<form action="/search" name="GET" role="search" class="Search__Form">
  <div class="Search__InputIconWrapper">
    <span class="hidden-tablet-and-up"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
        <path d="M11.5 21C16.7467 21 21 16.7467 21 11.5C21 6.25329 16.7467 2 11.5 2C6.25329 2 2 6.25329 2 11.5C2 16.7467 6.25329 21 11.5 21Z" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
        <path d="M22 22L20 20" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
      </svg>
    </span>
    <span class="hidden-phone"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
        <path d="M11.5 21C16.7467 21 21 16.7467 21 11.5C21 6.25329 16.7467 2 11.5 2C6.25329 2 2 6.25329 2 11.5C2 16.7467 6.25329 21 11.5 21Z" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
        <path d="M22 22L20 20" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
      </svg></span>
  </div>
  <input type="text" class="Search__Input Heading" name="q" autocomplete="off" autocorrect="off" autocapitalize="off" placeholder="Search..." autofocus="">
  <!--         <input type="hidden" name="type" value="product"> -->
</form>

POST /contact#footer-newsletter

<form method="post" action="/contact#footer-newsletter" id="footer-newsletter" accept-charset="UTF-8" class="Footer__Newsletter Form"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓"><input
    type="hidden" name="contact[tags]" value="newsletter">
  <div class="Email_subcribe">
    <input type="email" name="contact[email]" class="Form__Input Email_input" aria-label="Enter your email address" placeholder="Enter your email address" required="">
    <button type="submit" class="Form__Submit Button Button--primary">Subscribe</button>
  </div>
</form>

GET

<form method="get" class="digit-group" data-group-name="digits" data-autosubmit="false" autocomplete="off">
  <input type="number" id="digit-1" name="digit-1" data-next="digit-2" inputmode="numeric" pattern="[0-9]*" maxlength="1">
  <input type="number" id="digit-2" name="digit-2" data-next="digit-3" data-previous="digit-1" inputmode="numeric" pattern="[0-9]*" maxlength="1">
  <input type="number" id="digit-3" name="digit-3" data-next="digit-4" data-previous="digit-2" inputmode="numeric" pattern="[0-9]*" maxlength="1">
  <input type="number" id="digit-4" name="digit-4" data-next="digit-5" data-previous="digit-3" inputmode="numeric" pattern="[0-9]*" maxlength="1">
  <input type="number" id="digit-5" name="digit-5" data-next="digit-6" data-previous="digit-4" inputmode="numeric" pattern="[0-9]*" maxlength="1">
  <!--input type="text" id="digit-6" name="digit-6" data-previous="digit-5" inputmode="numeric" pattern="[0-9]*" maxlength="1"  /-->
</form>

POST

<form method="post" id="sem_modal_form" novalidate="novalidate"><input id="sem_email" type="hidden" value="client" name="user">
  <div class="ssw-control-group"><input name="password" id="sem_password" class="social-exist-modal__password" type="password" required="required" placeholder="Password"><br></div>
  <a id="sem_forgot" class="social-exist-modal__recover-password" onclick="try{showRecoverPasswordForm();ssw('#social_exist_modal').sswModal('hide');}catch(e){}" href="/account/login#recover">Forgot password?</a>
  <div class="ssw-control-group"><input id="sem_btn" type="submit" class="btn button gw-login-btn" value="Log in"></div>
</form>

POST

<form id="set-email-form" method="post" novalidate="novalidate"><input id="service_id" type="hidden" name="service_id" value="">
  <div class="ssw-control-group"><input id="set-email-input" name="email" tabindex="1" aria-label="Email address" type="email" required="required" placeholder="Email address" class="ssw-span3"></div>
  <div class="ssw-control-group"><input type="submit" class="btn button gw-login-btn" tabindex="1" aria-label="" value=""></div>
</form>

POST

<form id="accept-terms-form" method="post" onsubmit="sswCreateAccount(this); return false;">
  <div class="terms-email-group ssw-control-group"><input id="terms-email-input" name="email" tabindex="1" type="email" required="required" placeholder="Email address" class="ssw-span3"></div>
  <div class="accept_terms-group ssw-control-group">
    <div class="ssw-controls"><label class="ssw-checkbox ssw-inline"><input id="ssw-accept-terms-checkbox" name="accept_terms" onclick="sswOnAcceptTerms(this)" type="checkbox"> I read and agree with <span class="terms-span">Terms of Service</span>
        <a class="terms-link ssw-hide" target="_blank">Terms of Service</a></label></div>
  </div>
  <div class="ssw-control-group accepts_marketing-group">
    <div class="ssw-controls"><label class="ssw-checkbox ssw-inline"><input id="ssw-accept-marketing-checkbox" name="accepts_marketing" type="checkbox" onclick="sswOnAcceptMarketing(this)" onkeydown="sswOnAcceptMarketing(this)" tabindex="1"
          aria-label="Subscribe for Newsletter"> Subscribe for Newsletter</label></div>
  </div> <input id="ssw-accept-terms-service_id" name="service_id" type="hidden">
  <div class="ssw-control-group"><button id="ssw-create-account-button" type="submit" class="btn button gw-login-btn" style="display:none" tabindex="1" aria-label="Create Account">Create Account</button><button id="ssw-cancel-account-button"
      type="button" class="btn button gw-login-btn" onclick="sswCancelAccount()" tabindex="1" aria-label="cancel">cancel</button></div>
</form>

POST /account/login

<form id="he_customer_login" action="/account/login" method="post" accept-charset="UTF-8" novalidate="novalidate"><input type="hidden" value="client" name="user">
  <div class="ssw-control-group"><input id="ssw-customer-email" name="customer[email]" tabindex="1" autocomplete="on" type="email" placeholder="Email address" class="ssw-span3" title="Enter your email" aria-label="Enter your email"></div>
  <div class="ssw-control-group"><input id="ssw-customer-password" name="customer[password]" tabindex="2" type="password" placeholder="Password" class="ssw-span3" title="Enter your password" aria-label="Enter your password"></div>
  <div class="ssw-control-group"><input id="hesy-login-submit" tabindex="3" type="submit" class="btn button gw-login-btn gw-fsize-md" value="Log in" aria-labelledby="Log in"></div>
  <div class="ssw-control-group"><a href="/account/login#recover" class="gw-link-login">Forgot password?</a></div>
</form>

POST /account

<form id="he_create_customer" action="/account" method="post" accept-charset="UTF-8" novalidate="novalidate">
  <div class="ssw-control-group"><input id="ssw-email" tabindex="4" name="customer[email]" type="email" placeholder="Email address" class="required email ssw-span3" title="Enter your email" aria-label="Enter your email"></div>
  <div class="ssw-control-group"><input id="ssw-password" tabindex="5" name="customer[password]" type="password" placeholder="Password" class="required ssw-span3" minlength="6" title="Enter your password" aria-label="Enter your password"></div>
  <div class="ssw-control-group ssw-first-name" style="display:none;"><input id="ssw-first_name" tabindex="6" name="customer[first_name]" type="text" placeholder="First Name" class="required ssw-span3" minlength="2" title="Enter your first name"
      aria-label="Enter your first name"></div>
  <div class="ssw-control-group ssw-last-name" style="display:none;"><input id="ssw-last_name" tabindex="7" name="customer[last_name]" type="text" placeholder="Last Name" class="required ssw-span3" minlength="2" title="Enter your last name"
      aria-label="Enter your last name"></div>
  <div id="ssw-signup-accept-terms-marketing" class="ssw-control-group ssw-accept-terms"><label id="ssw-signup-accept-terms" class="ssw-checkbox ssw-inline" style="display:none;"><input name="terms" tabindex="8" type="checkbox"
        onclick="sswOnAcceptTerms(this)"> I read and agree with <span class="terms-span">Terms of Service</span> <a class="terms-link ssw-hide" target="_blank">Terms of Service</a></label> <input id="ssw-customer-accepts_marketing" type="hidden"
      name="customer[accepts_marketing]" value="false"><label id="ssw-signup-accept-marketing" class="ssw-checkbox ssw-inline"><input name="accepts_marketing" tabindex="9" type="checkbox" onclick="sswOnAcceptMarketing(this)"> Subscribe for
      Newsletter</label> </div>
  <div class="ssw-action-bottom"><button id="hesy-sign-up-cancel" type="button" class="btn button gw-login-btn gw-fsize-md" data-dismiss="ssw-modal" aria-hidden="true" style="display:none">cancel</button><input id="hesy-sign-up-submit" tabindex="8"
      type="submit" class="btn button gw-login-btn gw-fsize-md" value="Sign up" aria-labelledby="Sign up"></div>
</form>

POST /cart/add

<form class="ssw-product-form ssw-available-content" method="post" action="/cart/add"><input type="hidden" name="id" value="">
  <div class="gw-quantity-wrapper" tabindex="0"><span class="gw-quantity-text gw-product-form-text">Quantity</span><span class="gw-quantity-param minus">-</span><input type="number" name="quantity" class="gw-quantity-number" value="1"><span
      class="gw-quantity-param plus">+</span></div>
  <div class="ssw-control-group ssw-product-option1 ssw-hide"><label class="ssw-control-label gw-product-form-text">Option1</label><select class="ssw-product-select1" data-product-id="0"></select></div>
  <div class="ssw-control-group ssw-product-option2 ssw-hide"><label class="ssw-control-label gw-product-form-text">Option2</label><select class="ssw-product-select2" data-product-id="0"></select></div>
  <div class="ssw-control-group ssw-product-option3 ssw-hide"><label class="ssw-control-label gw-product-form-text">Option2</label><select class="ssw-product-select3" data-product-id="0"></select></div>
</form>

<form class="ssw-list-title-form" onsubmit="return false;"><input class="ssw-fave-list-title" type="text" name="list_title_default" data-event="blur" data-action="editList" data-id="0" placeholder="List name" value="Favorites" maxlength="40"
    required="required"><button type="submit" style="display:none"></button></form>

<form class="form">
  <div class="control-group">
    <div class="ssw-h3">Share this with your friends:</div>
  </div>
  <div id="favesshare_alert"></div>
  <div class="ssw-control-group">Email address:</div>
  <div class="ssw-control-group"><input id="sharefaves_from_email" name="from_email" tabindex="1" autocomplete="on" type="email" required="" placeholder="From" class="ssw-span12"></div>
  <div class="ssw-control-group">: <i class="ssw-icon-link"></i><input class="ssw-sharer-href" value="" type="text"></div>
  <div class="ssw-control-group"><textarea placeholder="Type your message here (optional)" rows="2" class="ssw-input-block-level" id="sharefaves_note">Check out my lovely items</textarea></div>
  <div class="ssw-control-group"><label class="control-label">Type your friends email addresses separated by commas or one email per line :</label><textarea placeholder="myfriend@mail.com" rows="2" class="ssw-input-block-level"
      id="sharefaves_emails"></textarea></div><iframe id="ssw-recaptcha-iframe-share-faves" src="" style="width:100%;border:none;height:98px;"></iframe><input id="ssw-recaptcha-response" type="hidden" name="recaptcha_response" required=""><br><input
    type="hidden" name="list_id" value="0"><input type="submit" class="btn button ssw-pull-right ssw-share-faves-btn" id="favesshare_button" value="Share" data-pending="0" data-text="Share" data-text-loading="Posting...">
</form>

<form class="ssw-variant-options">
  <div class="ssw-product-variant-col"><img src="" class="ssw-variant-image" onload="this.removeAttribute('style')"></div>
  <div class="ssw-product-variant-col ssw-product-variant-col-form">
    <h3 class="ssw-product-variant-choose-option-text">Choose options</h3>
    <div class="ssw-product-variant-select-alert ssw-alert ssw-alert-warning" style="display:none;">All options should be selected!</div>
    <div class="ssw-variant-option-radio-template ssw-variant-option-template ssw-variant-option" style="display:none">
      <p class="ssw-variant-option-title"></p>
      <div class="ssw-variant-option-value" style="display:none"><input type="radio"><label></label></div>
    </div>
    <div class="ssw-variant-option-select-template ssw-variant-option-template ssw-variant-option" style="display:none">
      <p class="ssw-variant-option-title"></p><select name="option" class="ssw-variant-option-select">
        <option class="ssw-variant-option-value"></option>
      </select>
    </div><input class="ssw-product-variant-id" type="hidden" name="variant_id">
    <div class="ssw-product-variant-cart-error ssw-alert ssw-alert-danger" style="display:none;"></div>
  </div>
</form>

POST

<form id="ssw-wishlist-save-form" method="post">
  <div class="ssw-inline"><input type="email" name="customer_email" placeholder="Your email address" required=""><button type="submit" class="btn gw-wishlist-btn gw-btn-bg" data-text="Save" data-loading-text="Saving...">Save</button></div>
  <div class="ssw-inline" style="margin-top:10px"><label for="accept_marketing">Subscribe for Newsletter</label><input type="checkbox" id="accept_marketing" name="accept_marketing"></div>
</form>

<form class="ssw-insta-product-form ssw-hide"><input type="hidden" name="id" value="">
  <div class="ssw-insta-product-option ssw-insta-product-option1 ssw-hide">
    <div class="ssw-insta-product-option-label">Option1</div>
    <div class="ssw-insta-product-option-variants"></div>
  </div>
  <div class="ssw-insta-product-option ssw-insta-product-option2 ssw-hide">
    <div class="ssw-insta-product-option-label">Option2</div>
    <div class="ssw-insta-product-option-variants"></div>
  </div>
  <div class="ssw-insta-product-option ssw-insta-product-option3 ssw-hide">
    <div class="ssw-insta-product-option-label">Option3</div>
    <div class="ssw-insta-product-option-variants"></div>
  </div>
</form>

Text Content

Get Updates On Our Exciting Launches & Offers

Notifications can be turned off anytime from browser settings.

Don't Allow Allow




lakme,cosmetic products,lakme products,beauty products,cosmetics store,lakme
india,cosmetic items,lakmé cosmetics,cosmetic lakme,best cosmetic brand,beauty
products online,best beauty products,lakme company,lakmeindia com,cosmetics
online,lakme brand,lakme beauty products


LAKMÉ COSMETIC PRODUCTS & BEAUTY PRODUCTS ONLINE


Skip to content



 * Sign In or register

Makeup
New ABSOLUTE FACELIFT PALETTE
New ABSOLUTE CREME CONCEALER
New ABSOLUTE LOOSE FINISHING POWDER
New PRIMER + MATTE LIQUID LIP COLOR
LIPS
 * Lipstick & Liners
 * Liquid Lipstick
 * Lip Balm
 * Lip Gloss
 * View All

EYES
 * Eye Liner & Pencil
 * Kajal & Kohl
 * Mascara
 * Eyeshadow
 * View All

FACE
 * Foundation
 * Primer
 * Blush
 * Highlighter
 * Concealer
 * View All

NAILS
 * Nail Color
 * Polish Remover
 * View All

SkinCare
NEW SERUMS
MOISTURIZERS
SUN PROTECTION
FACE CLEANSERS
MAKEUP X SKINCARE
MAKEUP REMOVERS
MASKS & FACIAL KITS
Shop By Concerns
 * Glowing Skin
 * Hydration
 * Anti-Aging
 * Dryness Control
 * Oil Control
 * Eye Care
 * Lip Care

Trending Now
Combos
MAKEUP COMBOS
SKINCARE COMBOS
Lakme Pro Zone
NEW LAKME SKIN PRO
FOUNDATION SHADE PRO
Must Try MAKEUP PRO
LOOKS PRO
Sale
Blog
Help
Collections
 * Spotlight
 * 3D
 * Naturale
 * Festive Ready
 * Bridal
 * 9To5 Vitamin C+ Range

Trends
Join The Club
Track Order
Cancel Order

 * 
 * 
 * 
 * 

Bag
Your bag is empty
Continue Shopping
Shop for 999+ & get a free primer + matte lipstick

 * COMBOS
    * MAKEUP COMBOS
    * SKINCARE COMBOS

 * MAKEUP
    * New ABSOLUTE FACELIFT PALETTE
    * New ABSOLUTE CREME CONCEALER
    * New ABSOLUTE LOOSE FINISHING POWDER
    * New PRIMER + MATTE LIQUID LIP COLOR
    * LIPS
    * EYES
    * FACE
    * NAILS

 * SKINCARE
    * NEW SERUMS
    * MOISTURIZERS
    * SUN PROTECTION
    * FACE CLEANSERS
    * MAKEUP REMOVERS
    * MASKS & FACIAL KITS
    * MAKEUP X SKINCARE
    * Shop By Concerns
       * Glowing Skin
       * Hydration
       * Anti-Aging
       * Dryness Control
       * Oil Control
       * Eye Care
       * Lip Care

 * LAKME PRO ZONE
    * SKIN PRO
    * MAKEUP PRO
    * FOUNDATION SHADE PRO

 * Categories Categories
   LIPS
    * Lipsticks & Liners
    * Liquid Lipsticks
    * Lip Balm
    * Gloss
   
   EYES
    * Eye Liner
    * Kajal & kohl
    * Mascara
    * Eye Shadow
   
   FACE
    * Foundation
    * Primer
    * Blush
    * Highlighter
    * Concealer
   
   NAILS
    * Nail Color
    * Polish Remover
   
   SKINCARE
    * Moisturizers
    * Serums
    * Sun Protection
    * Face Cleansers
    * Makeup X Skincare
    * Makeup Removers
    * Masks and facial kits
   
   SHOP BY CONCERN
    * Glowing Skin
    * Hydration
    * Anti-Ageing
    * Dryness Control
    * Oil Control
    * Eye Care
    * Lip Care

 * Trending Now Trending Now
 * Combos Combos
 * Blog Blog
 * Help Help
   FAQ
   Trends
   Join The Club
   Track Order
   Cancel Order




Home
Trending Searches



SALE


FACE


LIPS


EYES


SKINCARE


NAILS

 1. 
 2. 
 3. 
 4. 
 5. 
 6. 


TRENDING NOW

Your favourite Lakme makeup and skin care

New ArrivalsBestsellers
New
6

NEW


LAKMÉ PERFECT DEFINITION LIP LINER

Only 10 left !!

₹ 270
11 Shades
View Shades
New
4

NEW


LAKMÉ EYECONIC KAJAL

Only 10 left !!

₹ 190
Save ₹ 135
7 Shades
View Shades
New
124

NEW


LAKMÉ ABSOLUTE SHEER LIP MOUSSE

Only 10 left !!

₹ 650
12 Shades
View Shades
New
228

NEW


LAKMÉ 9 TO 5 CC MOUSSE

Only 10 left !!

₹ 408 ₹ 480
Save ₹ 72
5 | 1 Verified Ratings
4 Shades
View Shades
New
33

NEW


LAKMÉ ABSOLUTE EXPLORE EYE SHADOW STICK

Only 10 left !!

₹ 750
9 Shades
View Shades
New
59

NEW


LAKMÉ ABSOLUTE GLOW PRIMER

Only 10 left !!

₹ 750

Add to Bag
 1. 
 2. 

View all products
Bestsellers
1669

BEST SELLER


LAKMÉ ABSOLUTE MATTREAL SKIN NATURAL MOUSSE

Only 10 left !!

₹ 875
4.9 | 57 Verified Ratings
9 Shades
View Shades
Bestsellers
2545

BEST SELLER


LAKMÉ 9 TO 5 PRIMER + MATTE LIP COLOR

Only 10 left !!

₹ 446 ₹ 550
Save ₹ 210
4.9 | 66 Verified Ratings
35 Shades
View Shades
Bestsellers
1593



LAKMÉ ABSOLUTE PERFECT RADIANCE SERUM 30ML

Only 10 left !!

₹ 479 ₹ 599
Save ₹ 120
5 | 3 Verified Ratings

Add to Bag
Bestsellers
3580



LAKMÉ ABSOLUTE SPOTLIGHT EYESHADOW PALETTE

Only 10 left !!

₹ 597 ₹ 995
Save ₹ 399
4.9 | 95 Verified Ratings
4 Shades
View Shades
Bestsellers
605



LAKMÉ ABSOLUTE WET & DRY COMPACT

Only 10 left !!

₹ 744 ₹ 875
Save ₹ 131
5 | 24 Verified Ratings
6 Shades
View Shades
Bestsellers
576



LAKMÉ SUN EXPERT SPF 50 PA+++ ULTRA MATTE...

Only 10 left !!

₹ 456 ₹ 570
Save ₹ 114
4.9 | 28 Verified Ratings

Add to Bag
Bestsellers
716

BEST SELLER


LAKMÉ ABSOLUTE BLUR PERFECT PRIMER

Only 10 left !!

₹ 660 ₹ 825
Save ₹ 165
4.9 | 13 Verified Ratings

Add to Bag
Bestsellers
581



LAKMÉ ABSOLUTE LIQUID HIGHLIGHTER

Only 10 left !!

₹ 700
5 | 8 Verified Ratings
3 Shades
View Shades
 1. 
 2. 

View all products


DEALS YOU CAN'T MISS




7701



9TO5 PRIMER + MATTE LIPSTICK TRIO



₹ 1,099 ₹ 1,650
Save ₹ 551
5 | 9 Verified Ratings

View Shades
1044



ALL DAY BASE SET



₹ 1,299 ₹ 1,525
Save ₹ 226

View Shades
2406



9TO5 PRIMER + MATTE LIQUID LIP COLOR DUO



₹ 799 ₹ 998
Save ₹ 199
5 | 1 Verified Ratings

View Shades
2537



FLAWLESS MATTE MELT MINI LIQUID LIP TRIO



₹ 999 ₹ 1,200
Save ₹ 201
5 | 3 Verified Ratings

View Shades
1962



EYECONIC SET



₹ 1,499 ₹ 1,873
Save ₹ 374

View Shades
3926



BOLD FOREVER MATTE LIPS SET OF 4

Only 10 left !!

₹ 1,049 ₹ 1,396
Save ₹ 347
5 | 10 Verified Ratings

View Shades
 1. 
 2. 

View all products


SHOP BY CATEGORY

Glam essentials for everyone

ACE THE BASE
SHOWSTOPPING SKIN
POUT TO CART
NAIL IT LIKE A PRO
EYE GAME STRONGER
BESTSELLERS
 * 1
 * 2
 * 3


TOP 10 PRODUCTS

Your favorite Lakmé Make-up and Skin Care.


2545

BEST SELLER


LAKMÉ 9 TO 5 PRIMER + MATTE LIP COLOR

Only 10 left !!

₹ 446 ₹ 550
Save ₹ 210
4.9 | 66 Verified Ratings
35 Shades
View Shades
1714



LAKMÉ 9 TO 5 CC COMPLEXION CARE CREAM, 9GM

Only 10 left !!

₹ 110
Save ₹ 11
4.9 | 24 Verified Ratings
3 Shades
View Shades
3045

BEST SELLER


LAKMÉ 9TO5 VITAMIN C + SKINCARE VALUE SET

Only 10 left !!

₹ 999 ₹ 1,297
Save ₹ 298
4.8 | 61 Verified Ratings

Add to Bag
688



LAKMÉ EYECONIC KAJAL TWIN PACK

Only 10 left !!

₹ 308 ₹ 340
Save ₹ 32
4.9 | 20 Verified Ratings

Add to Bag
712

BEST SELLER


LAKMÉ 9TO5 PRIMER + MATTE POWDER FOUNDATION

Only 10 left !!

₹ 500 ₹ 625
Save ₹ 125
4.8 | 35 Verified Ratings
6 Shades
View Shades
1157



LAKMÉ 9 TO 5 CC COMPLEXION CARE CREAM, 20GM

Only 10 left !!

₹ 240
4.9 | 26 Verified Ratings
4 Shades
View Shades
288

BEST SELLER


LAKMÉ 9TO5 NATURALE ALOE AQUA GEL 50G

Only 10 left !!

₹ 180 ₹ 225
Save ₹ 45
4.9 | 14 Verified Ratings

Add to Bag
297



LAKMÉ 9TO5 BLACK IMPACT LINER

Only 10 left !!

₹ 280 ₹ 350
Save ₹ 70
4.9 | 11 Verified Ratings

Add to Bag
 1. 
 2. 

View all products



YOU'LL LOVE THE SKIN YOU'RE IN

Essentials that care for your skin

BRIGHTEN
GLOW
AGE REWIND
HYDRATE
SKIN UP
SUN PROTECT
 * 1
 * 2
 * 3


RECOMMENDED FOR YOU

Skin and makeup essentials we love


716

BEST SELLER


LAKMÉ ABSOLUTE BLUR PERFECT PRIMER

Only 10 left !!

₹ 660 ₹ 825
Save ₹ 165
4.9 | 13 Verified Ratings

Add to Bag
581



LAKMÉ ABSOLUTE LIQUID HIGHLIGHTER

Only 10 left !!

₹ 700
5 | 8 Verified Ratings
3 Shades
View Shades
407



LAKMÉ YOUTH INFINITY SKIN FIRMING DAY CREME

Only 10 left !!

₹ 636 ₹ 949
Save ₹ 313
4.9 | 14 Verified Ratings

Add to Bag
161

NEW


LAKMÉ ABSOLUTE FACELIFT PALETTE 15G

Only 10 left !!

₹ 990
2 Shades
View Shades
4487



LAKMÉ LUMI CREAM 30G

Only 10 left !!

₹ 299
4.7 | 62 Verified Ratings

Add to Bag
624



LAKMÉ 9TO5 WEIGHTLESS MOUSSE LIP AND CHEEK...

Only 10 left !!

₹ 616 ₹ 725
Save ₹ 101
4.8 | 18 Verified Ratings
20 Shades
View Shades
 1. 
 2. 

View all products


TRY BEFORE YOU BUY

Trying makeup was never this easy

100+ versatile shades to try on!

TRY NOW

Find the perfect shade for your skin tone!

TRY NOW

Analyze your skin from anywhere, anytime!

TRY NOW


JOIN THE CLUB

India’s most loved beauty brand


Share Your Look

Mention @Lakme_India to share reels









NO RESULTS FOUND FOR "" . LOOK FOR OTHER ITEMS IN OUR STORE

Try clearing some filters or try searching some other keywords

Best Sellers


FILTER RESET ALL


PRODUCT TYPE CLEAR




COLOR CLEAR




PRICE CLEAR




DISCOUNT CLEAR


Showing -1 Products Products for "" |Powered by SearchTap
SORT BY :
Relevance
 * Relevance
 * Alphabetically, A-Z
 * Alphabetically, Z-A
 * Price, low to high
 * Price, high to low
 * Date, new to old
 * Date, old to new



No more products
Filter by
Sort by

 * 
   SORT
 * Relevance
 * Alphabetically, A-Z
 * Alphabetically, Z-A
 * Price, low to high
 * Price, high to low
 * Date, new to old
 * Date, old to new

Filter by Clear All


PRODUCT TYPE CLEAR




COLOR CLEAR




PRICE CLEAR




DISCOUNT CLEAR


Apply Filter


OOPS!!! SOMETHING WENT WRONG

Please, try Reloading page or go back to Home page

Partnered with

Need Help?

Partnered with

Follow latest updates & new launches
 * 
 * 
 * 
 * 





ABOUT LAKMÉ

The contemporary Indian beauty expert - Lakmé continuously innovates to offer a
wide range of high performance and world class cosmetics and skincare products
that have earned recognition from the People for the Ethical Treatment of
Animals (PETA). We, at Lakme, combine international cosmetic technology with an
in-depth understanding of the Indian woman’s needs and offer a comprehensive
beauty experience to our customers through products that are ideal for a variety
of Indian skin tones. Lakmé was the country's first cosmetic brand to introduce
makeup to Indian women and takes pride in being the expert on Indian Beauty for
over 50 years. We also take immense pride in being a compassionate beauty brand
which is why we do not believe in or support testing on animals. Our bond with
beauty and fashion goes beyond skincare & makeup hence it is manifested through
the renowned Lakmé Fashion Week, which is now the largest fashion event of its
kind in the country that celebrates the beauty of fashion.


HELP

 * FAQ
 * Contact Us
 * Cancel Order
 * Track Order
 * Terms & Conditions
 * Privacy Notice
 * Cookie Notice


ACCOUNT

 * Account
 * Order History


NEED HELP?

support@lakmeindia.com

1800-313-9293
Mon - Sat , 9 am to 7 pm


FOLLOW LATEST UPDATES & NEW LAUNCHES

Sign Up for Lakmé Emails

Subscribe
 * 
 * 
 * 
 * 

Copyrights @Lakme Cosmetics. All rights Reserved


ABOUT LAKMÉ

The contemporary Indian beauty expert - Lakmé continuously innovates to offer a
wide range of high performance and world class cosmetics and skincare products
that have earned recognition from the People for the Ethical Treatment of
Animals (PETA). We, at Lakme, combine international cosmetic technology with an
in-depth understanding of the Indian woman’s needs and offer a comprehensive
beauty experience to our customers through products that are ideal for a variety
of Indian skin tones. Lakmé was the country's first cosmetic brand to introduce
makeup to Indian women and takes pride in being the expert on Indian Beauty for
over 50 years. We also take immense pride in being a compassionate beauty brand
which is why we do not believe in or support testing on animals. Our bond with
beauty and fashion goes beyond skincare & makeup hence it is manifested through
the renowned Lakmé Fashion Week, which is now the largest fashion event of its
kind in the country that celebrates the beauty of fashion.

You Might Want To Look At

Lipstick Matte Lipstick Makeup Liquid Lipstick Foundation EyeshadowEye Kajal
Nail Polish Eyeliner Sunscreen Serum Lip Gloss Perfect Radiance CC Cream Peach
Milk Moisturizer Facial Kit Primer Moisturizer Mascara Anti Ageing Creams Skin
Care Dark Spots Removal Face Makeup Eye Makeup Face Wash Lip Balm Scrub Compact
Powder Skin Lightening Creams Blush Glowing Skin Creams Toner Cleanser Concealer
Lakme 9 to 5 Lipstick Lakme 9 to 5 Foundation Lakme Blush and Glow Face Lakme
Peach Milk Moisturizer Body Lotion Lip Liner Eyebrow Pencil


Join The Lakmé Glam Squad to Collect and Redeem Points for Offers & Discounts

GET STARTED:
Use Facebook
Use Google
Subscribe for Newsletter I read and agree with Terms of Service Terms of Service
GET STARTED:

By signing up, you agree to the following:
You would like to receive information from Lakmé and other Unilever Brands on
new products and services.
You are at least 18 and have read and agreed to Unilever Terms & Conditions,
Privacy Notice and Cookie Notice.
Sign Up / Sign In
Because you are special!
Ways toEarn
Ways toRedeem
Know More
powered by


Are Lakmé products safe?
Lakmé is India’s oldest beauty brand that most Indian women testify Most women
testify that Lakmé cosmetic products are the safest. All Lakmé cosmetics are
definitely safe and are made in adherence to the diverse complexion and skin
types of Indian women. One size fits all doesn’t apply in makeup as each woman
has a different skin type. Hence, it is advisable that before you start using
them regularly, first test the product of your choice for a few days on a
particular area to examine allergic reactions, if any.

Lakmé has a wide range of beauty products like sunscreen with different SPF,
Mousse, Kajal, Eyeliners, Foundations, Lip crayons and much more. Visit
lakmeindia.com to explore all Lakmé beauty products online and pick the ones
that best suits your skin type.

Is Lakmé A Good Brand To Buy Cosmetic & Beauty Products?
Lakmé is a beauty brand built around Indian women and its cosmetic products are
at par with International standards. It is India’s oldest and most trusted
brands that has been testified and acknowledged as a brand delivering reliable
and quality products since generations.

Lakmé India manufactures beauty and skin care products that are meant for all
kinds of occasions. With makeup kits from Lakmé you can easily achieve a runway
to a bridal look. The brand also runs Lakmé Salons in different parts of the
country offering top-notch beauty services at competitive prices. Lakmé is also
known to make a mark in the fashion industry with its bond with fashion. The
Lakmé India Fashion Week. - the largest fashion event of the country has taken
the brand to a new level.

From amateurs to connoisseurs, Lakmé has been praised by make up experts all
over the country for delivering unmatched quality of beauty products. Lakmé
cosmetics are easy to work with and are widely used by professional to
individuals to achieve varied looks effortlessly.

With the LakméIndia online store, you don’t have to visit any other cosmetics
store risking your safety during these times. You can try the best beauty
products at Lakmé online cosmetics store using the Virtual Try On feature.

How To Choose the Right Cosmetics & Beauty Products For Your Daily Need?
Having the most essential cosmetic products in our kit keeps us on our toes for
an anytime makeup look even while we are on-the-move. With the right set of good
quality beauty products one can easily achieve any desirable look. Hence, if you
are new to makeup or is confused which beauty products are a must-buy for every
girl, first look for the best beauty brand in India that manufactures products
catering to your beauty and skin requirements.

Lakmé - being the best cosmetic brand in India is the most trusted among Indian
women. It has a beauty product for every skin tone that promises to be
breathable and long-lasting even in the most humid corners of the country.

The long-lasting and lightweight formula of Lakmé products keeps one feeling
comfortable and beautiful all day. So, if you want to try beauty products that
are safe and easy to work with, visit LakméIndia - the best online cosmetics
store from where you can get all your beauty essentials delivered at your
doorstep. What about trials? They have got you covered. The virtual Try On
feature lets you try your favourite products before you decide to buy them.

Although Lakmé has beauty products ranging from daily essentials, party-picks to
bridal collections, you may want a quick checklist of all the cosmetic items a
girl must have in her kit for everyday makeup.

 1. Concealer
 2. Foundation
 3. Kajal
 4. Lipstick
 5. Blush


Nowadays, there are endless options of beauty products which are developed to
address very specific beauty needs of women. What makeup products you actually
need on a daily basis also depends on your lifestyle, profession, personal taste
and your skin type. Many products that look appealing on others may not suit
your skin. So it is recommended that before using a product regularly go for a
10 day trial and then choose the best beauty products for yourself.

To begin with sunscreen is an indispensable skincare product that every girl
must use to protect their skin from the harmful UV rays, be in outdoors or
indoors. Next, for college-goers the list of essentials include - a day wear
nude lipstick or lip gloss,lip balm for those with dry lips, kajal or kohl, a
face mist or toner and of course a face wash to eliminate the dirt and grime.

Besides sunscreen, working ladies must keep a wash wash, face mist for
hydration, foundation or concealer, kajal or eyeliner, lipstick and a blush
handy. The 9 to 5 range of Lakmé is a favourite among working ladies for the
long-lasting formulation and agreeable colour options.

Among other daily cosmetic items or skin care products you can as well use a
body lotion for winters and a lightweight moisturizer for summer, nail polish
for touch ups, mascara, lip liner and eyebrow pencil also help in enhancing your
everyday casual look. You can now stock on your beauty products online from
LakméIndia - the best cosmetic brand in India.

Why Choose LakméIndia To Buy Cosmetic & Beauty Products?

Quality is the key - Lakmé is India’s first beauty brand with products of
international standard. All our cosmetic items are made with the most advanced
methodology keeping Indian women and their skin tone in mind . It has won the
love and trust of women of our previous generation and continues to be the most
favourite brand of the modern generation as well.

Reasonable Prices - The Lakmé products are pocket-friendly. The brand has
products that fit everyone's budget. When compared to the quality of products
they offer, their pricing seems reasonable. Shop your favourite Lakmé cosmetics
at Lakmé India online store.

Wide Range - Lakmé has everything a girl could ask for. From makeup to skincare,
Lakmé has diverse cosmetic products to win your heart. Concealers, foundations,
sunscreens, kajal & kohl, mascara, eyeliners, lip liner, lipsticks, lip gloss,
lip balms, nail polish, eye shadows, and much more. So whichever be the makeup
mood - shimmery, nude, glossy, bold, subtle, matte, you can achieve it easily
with the best Lakmé products.

Buy The Best Cosmetic & Products Only At LakméIndia

The online store of Lakmé is the place where you will get all your favourite
cosmetic products under one roof without having to stand in queues or risk your
safety. Just add your items to cart and checkout with the easiest and fastest
process.

Lakmé is the best and most trusted beauty brand to buy your cosmetic products
online. And now you can shop all your favourite Lakmé beauty products at the
comfort of your home. You can explore the endless options at LakméIndia online
store and buy the ones that best suits your taste and skin tone. The online
store has a virtual Try On feature that lets you try the cosmetics online before
you actually buy them. From the bestsellers to latest and new launches, you will
get everything under one roof. Easy checkout process and safe payment gateways
will make your shopping experience a speedy and seamless one. Get your beauty
essentials delivered safely at your doorstep with lakmeindia.com.


HOME PAGE PRODUCT PRICE LIST

 * Lakmé Limited Edition Lip Colors₹ 399

   --------------------------------------------------------------------------------

 * Lakmé Absolute Matte Melt Liquid Lip Color₹ 800

   --------------------------------------------------------------------------------

 * Lakmé Absolute Precision Lip Paint₹ 725

   --------------------------------------------------------------------------------

 * Lakmé 9 to 5 Primer + Matte Lip Color₹ 315

   --------------------------------------------------------------------------------

 * Lakmé Absolute Plush Matte Lip Crayon₹ 825

   --------------------------------------------------------------------------------

 * Last Updated : 07 October 2021


Scroll


x


PLEASE VERIFY YOUR PHONE NUMBER IN ORDER TO CANCEL YOUR ORDER

Wrongly Placed The Order Want to cancel part of my order I have changed my mind
My Reason is not listed - Please specify

Verify


ENTER 10 DIGIT MOBILE NUMBER

PLEASE FILL ALL FIELDS





x


ENTER THE 5 DIGIT OTP SENT TO EDIT

Mobile Number :

Continue

Didn’t receive an OTP?
Resend OTP in seconds

Didn’t receive an OTP? Resend OTP



0 Item | ₹ 0

View Cart Chevron down icon
Buy Now

1


visually-hidden
×

Your discount code:



Use Facebook
Use Google
Subscribe for Newsletter I read and agree with Terms of Service Terms of Service
I read and agree with Terms of Service Terms of Service Subscribe for Newsletter
×

Log in to your account






Forgot password?


×
Enter your email


×
Accept Terms and Conditions

I read and agree with Terms of Service Terms of Service
Subscribe for Newsletter
Create Accountcancel
×
Log in to your account

Use Facebook
Use Google

Forgot password?
No account? Sign up
×
Create your account

Use Facebook
Use Google

I read and agree with Terms of Service Terms of Service Subscribe for Newsletter
cancel
Already have an account? Log in
0 items - ₹ 0×

View Cart×
×
User Title added Product Title to wishlist


User Title reviewed Product Title


Product Title
product pricecompare priceAdd To CartSold OutView Product

Quantity-+
Option1
Option2
Option2
Add to wishlist

Ask Advice



 * Description
 * Reviews
 * 
 * Questions






× Log in
wishlist
wishlist0
Share:
Go to wishlist page
Add a new list
Favorites0

You have exceeded the character limitYou have exceeded the character limit
 * Edit name
 * Delete

 * 

Delete this list?
cancelDelete


You have exceeded the character limit
 * Edit name
 * Delete

 * 

Add To CartChoose options
Delete this list?
cancelDelete

×
Share this with your friends:

Email address:

:
Check out my lovely items
Type your friends email addresses separated by commas or one email per line :


×



CHOOSE OPTIONS

All options should be selected!







Add To Cart Checkout Adding...Sold OutUnavailable




×
Hey! Save your amazing wish list
Enter your email address below and we will send the link to your wish list
× Thank you! Please check your email to find the link.
Save
Subscribe for Newsletter

Reviews

×
« PreviousNext »


×
<<


ssw-instagram-owner-linkOwner FullName



Back PrevNext
Product Title
Add To Cart
Adding...
Checkout
Sold Out
Option1

Option2

Option3

 * Description
 * Reviews
 * 
 * Questions








PRIVACY PREFERENCE CENTER

When you visit any website, it may store or retrieve information on your
browser, mostly in the form of cookies. This information might be about you,
your preferences or your device and is mostly used to make the site work as you
expect it to. The information does not usually directly identify you, but it can
give you a more personalized web experience. Because we respect your right to
privacy, you can choose not to allow some types of cookies. Click on the
different category headings to find out more and change our default settings.
However, blocking some types of cookies may impact your experience of the site
and the services we are able to offer.
Cookie Notice
User ID: 6d1fa560-6eab-48d5-90dd-5f3ff46e3719
This User ID will be used as a unique identifier while storing and accessing
your preferences for future.
Timestamp: --
Allow All


MANAGE CONSENT PREFERENCES

STRICTLY NECESSARY COOKIES

These cookies are necessary for the website to function and cannot be switched
off in our systems. They are usually only set in response to actions made by you
which amount to a request for services, such as setting your privacy
preferences, logging in or filling in forms.    You can set your browser to
block or alert you about these cookies, but some parts of the site will not then
work. These cookies do not store any personally identifiable information.

Cookies Details‎

PERFORMANCE COOKIES

Performance Cookies

These cookies allow us to count visits and traffic sources so we can measure and
improve the performance of our site. They help us to know which pages are the
most and least popular and see how visitors move around the site.    All
information these cookies collect is aggregated and therefore anonymous. If you
do not allow these cookies we will not know when you have visited our site, and
will not be able to monitor its performance.

Cookies Details‎

FUNCTIONAL COOKIES

Functional Cookies

These cookies enable the website to provide enhanced functionality and
personalisation. They may be set by us or by third party providers whose
services we have added to our pages.    If you do not allow these cookies then
some or all of these services may not function properly.

Cookies Details‎

TARGETING COOKIES

Targeting Cookies

These cookies may be set through our site by our advertising partners. They may
be used by those companies to build a profile of your interests and show you
relevant adverts on other sites.    They do not store directly personal
information, but are based on uniquely identifying your browser and internet
device. If you do not allow these cookies, you will experience less targeted
advertising.

Cookies Details‎
Back Button


COOKIE LIST



Search Icon
Filter Icon

Clear
checkbox label label
Apply Cancel
Consent Leg.Interest
checkbox label label
checkbox label label
checkbox label label

 * 
   
   View Cookies
   
    * Name
      cookie name

Confirm My Choices