www.clare.com Open in urlscan Pro
2620:127:f00f:e::  Public Scan

Submitted URL: http://claire.com/
Effective URL: https://www.clare.com/
Submission: On November 20 via manual from US — Scanned from DE

Form analysis 4 forms found in the DOM

POST /cart

<form id="CartDrawerForm" action="/cart" method="post" novalidate="" class="drawer__contents">
  <div class="drawer__new-header">
    <div class="drawer__new-header-wrapper appear-animation appear-delay-1">
      <div class="drawer__new-close">
        <button type="button" class="js-drawer-close">
          <svg width="17" height="18" viewBox="0 0 17 18" fill="none" xmlns="http://www.w3.org/2000/svg">
            <path
              d="M1.15625 17.0502C0.860413 17.0502 0.564575 16.9379 0.338745 16.7133C-0.112915 16.2641 -0.112915 15.5363 0.338745 15.0871L14.2137 1.28711C14.6654 0.837891 15.3971 0.837891 15.8488 1.28711C16.3004 1.73633 16.3004 2.46406 15.8488 2.91328L1.97375 16.7133C1.74792 16.9379 1.45209 17.0502 1.15625 17.0502Z"
              fill="white"></path>
            <path
              d="M15.0312 17.0502C14.7354 17.0502 14.4396 16.9379 14.2137 16.7133L0.338745 2.91328C-0.112915 2.46406 -0.112915 1.73633 0.338745 1.28711C0.790405 0.837891 1.52209 0.837891 1.97375 1.28711L15.8488 15.0871C16.3004 15.5363 16.3004 16.2641 15.8488 16.7133C15.6229 16.9379 15.3271 17.0502 15.0312 17.0502Z"
              fill="white"></path>
          </svg>
        </button>
      </div>
      <div class="drawer__new-title">Your Cart</div>
    </div>
  </div>
  <!-- begin Vue app -->
  <div id="banner-shippy-only" class="hide">
    <div id="FreeShippingThreshold" class="drawer__free-shipping-threshold font--medium" data-v-app="">
      <p><small><em>Great news! You’ve earned free shipping!</em></small></p><!---->
    </div>
  </div>
  <!-- end Vue app -->
  <div class="drawer__free-shipping-threshold drawer__free-shipping-threshold--empty font--reader font--medium">
    <p>
      <small>
        <em> Free shipping on orders over $150. </em>
      </small>
    </p>
  </div>
  <div class="drawer__inner">
    <div class="drawer__scrollable">
      <div data-products="" class="appear-animation appear-delay-2">
        <div class="cart__items" data-count="0" data-cart-subtotal="$0">
        </div>
      </div>
      <div class="cart__upsell-product" id="upsell-area">
        <h2 class="cart__upsell-product-main-heading">Frequently Bought Together</h2>
        <div product-id="9069483360308" class="cart__upsell-product-wrapper">
          <div class="cart__upsell-product-info-wrapper">
            <img src="//www.clare.com/cdn/shop/files/1_Mini_Small_Paint_Roller_Supplies_Clare_pdp_compact.jpg?v=1695825778" alt="Mini Roller Frame">
            <div class="cart__upsell-product-info">
              <div class="cart__upsell-product-heading">Mini Roller Frame</div>
              <p class="cart__upsell-product-price">$8</p>
            </div>
          </div>
          <div class="cart__upsell-product-action">
            <button type="button" onclick="add_to_cart_grid(9069483360308, 1);gtag('event','incartupsell_added');" class="upsell-item btn btn--tertiary"> Add + </button>
          </div>
        </div>
        <div product-id="9069497679924" class="cart__upsell-product-wrapper">
          <div class="cart__upsell-product-info-wrapper">
            <img src="//www.clare.com/cdn/shop/files/1_Plastic_Paint_Tray_Supplies_Clare_pdp_compact.jpg?v=1695823487" alt="Mini Tray">
            <div class="cart__upsell-product-info">
              <div class="cart__upsell-product-heading">Mini Tray</div>
              <p class="cart__upsell-product-price">$4</p>
            </div>
          </div>
          <div class="cart__upsell-product-action">
            <button type="button" onclick="add_to_cart_grid(9069497679924, 1);gtag('event','incartupsell_added');" class="upsell-item btn btn--tertiary"> Add + </button>
          </div>
        </div>
        <div product-id="40590975533108" class="cart__upsell-product-wrapper">
          <div class="cart__upsell-product-info-wrapper">
            <img src="//www.clare.com/cdn/shop/files/1_Primer_Paint_Best_Paint_Primer_Clarepdp_compact.jpg?v=1695823015" alt="Interior/Exterior Primer">
            <div class="cart__upsell-product-info">
              <div class="cart__upsell-product-heading">Interior/Exterior Primer</div>
              <p class="cart__upsell-product-price">$49</p>
            </div>
          </div>
          <div class="cart__upsell-product-action">
            <button type="button" onclick="add_to_cart_grid(40590975533108, 1);gtag('event','incartupsell_added');" class="upsell-item btn btn--tertiary"> Add + </button>
          </div>
        </div>
        <script>
          $("button.upsell-item").on("click", function() {
            $('#upsell-area').append("<input id='incartupsell_added' type='hidden' name='attributes[incartupsell_added]' value='true'>");
          });
        </script>
        <style>
          .cart__upsell-product-main-heading {
            font-size: 12px;
            font-style: normal;
            font-weight: 500;
            line-height: 26px;
            /* 216.667% */
            letter-spacing: 1.75px;
            text-transform: uppercase;
            text-align: center;
            color: #4E5457;
            margin-top: 25px;
          }

          .cart__upsell-product-wrapper {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            margin-top: 20px;
            margin-bottom: 20px;
            padding: 20px;
            background: #F7FAFB;
          }

          /* .cart__upsell-product-wrapper:first-child {
    margin-top: 20px;
} */
          .cart__upsell-product-info-wrapper {
            display: flex;
            align-items: flex-start;
            gap: 10px;
          }

          .cart__upsell-product-heading {
            margin: 0;
            padding: 0;
            font-family: Reader;
            font-size: 12px;
            font-style: normal;
            font-weight: 500;
            line-height: 16px;
            letter-spacing: 0.2px;
            color: #1B1D1E;
            margin-bottom: 10px;
          }

          .cart__upsell-product-price {
            margin: 0;
            padding: 0;
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: 20px;
            letter-spacing: 0.2px;
          }

          .cart__upsell-product-info-wrapper img {
            width: 70px;
            height: 70px;
          }

          .cart__upsell-product-info {
            display: flex;
            flex-direction: column;
          }

          .cart__upsell-product-action {
            text-align: right;
          }

          .cart__upsell-product-action button {
            background-color: var(--colorBtnPrimaryText) !important;
            border-color: var(--colorBtnPrimaryText);
            color: var(--colorBody) !important;
          }
        </style>
        <script>
          function add_to_cart_grid(variantid, qty) {
            var id = variantid;
            var q = qty;
            var ajax = {
              type: "POST",
              url: "/cart/add.js",
              data: "quantity=" + q + "&id=" + id,
              dataType: "json",
              success: function(n) {
                document.dispatchEvent(new CustomEvent('cart:build', {
                  bubbles: true
                }));
              },
              error: function(n, c) {
                console.log('fail');
              }
            };
            jQuery.ajax(ajax)
          }
        </script>
      </div>
      <div id="banner-swatches-only" class="cart__banner">
        <img src="//www.clare.com/cdn/shop/files/swatch-free-shipping_small.png?v=5814905315988959080" alt="">
        <p>Test colors until your heart's content!<br>Free shipping for Swatch orders of 5+</p>
      </div>
    </div>
    <div class="drawer__footer appear-animation appear-delay-4">
      <div data-discounts="">
        <div class="cart__discounts hide" data-discount-value="0">
          <div class="cart__item-sub cart__item-row cart__item-messages">
          </div>
        </div>
      </div>
      <div class="cart__item-sub cart__item-row">
        <div class="ajaxcart__subtotal">Subtotal</div>
        <div>
          <s data-original-total-price="" class="hide">$0</s>
          <span data-subtotal="">$0</span>
        </div>
      </div>
      <div class="cart__checkout-wrapper">
        <button type="submit" name="checkout" data-terms-required="false" class="btn btn--xl cart__checkout"> Checkout </button>
      </div>
      <div class="cart__item-row text-center cart__item-shipping">
        <small> Shipping, taxes, and discount codes calculated at checkout.<br>
        </small>
      </div>
    </div>
  </div>
  <div class="drawer__cart-empty drawer__inner appear-animation appear-delay-2">
    <div class="drawer__footer drawer__footer--empty">
      <div class="drawer__footer--empty-img">
        <img src="//www.clare.com/cdn/shop/files/paint-bucket-cartoon_800x.png?v=13418321207739550490" alt="">
        <p>A blank wall, huh? Add some color!</p>
      </div>
      <div class="drawer__footer--empty-cta">
        <a href="/collections/interior-paint" class="btn btn--xl btn--full">Shop Paint</a>
      </div>
    </div>
  </div>
</form>

GET /search

<form action="/search" method="get" role="search" id="HeaderSearchForm" class="site-header__search-form">
  <input type="hidden" name="type" value="product,article">
  <button type="submit" class="text-link site-header__search-btn site-header__search-btn--submit">
    <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-search" viewBox="0 0 64 64">
      <path d="M47.16 28.58A18.58 18.58 0 1 1 28.58 10a18.58 18.58 0 0 1 18.58 18.58zM54 54L41.94 42"></path>
    </svg>
    <span class="icon__fallback-text">Search</span>
  </button>
  <input type="search" name="q" value="" placeholder="Search our store" class="site-header__search-input" aria-label="Search our store" data-instant="attached">
</form>

POST /contact#newsletter-newsletter

<form method="post" action="/contact#newsletter-newsletter" id="newsletter-newsletter" accept-charset="UTF-8" class="contact-form"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓">
  <label for="Email-newsletter" class="hidden-label">Enter your email</label>
  <input type="hidden" name="contact[tags]" value="prospect,newsletter">
  <input type="hidden" name="contact[context]" value="section">
  <div class="input-group newsletter__input-group">
    <input type="email" value="" placeholder="Enter your email" name="contact[email]" id="Email-newsletter" class="input-group-field newsletter__input" autocorrect="off" autocapitalize="off">
    <div class="input-group-btn">
      <button type="submit" class="btn btn--secondary form__submit--circle" name="commit">
        <!-- <span class="form__submit--large">Subscribe</span> -->
        <span class="form__submit--small">
          <svg width="22" height="16" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow-right icon--full-color" viewBox="0 0 22 14">
            <path d="M1 8.108h19.547m0 0L13.217 1m7.33 7.108l-7.33 7.108" stroke="#003149" fill="#003149" stroke-width="2.25" stroke-linecap="round" stroke-linejoin="round"></path>
          </svg>
        </span>
      </button>
    </div>
  </div>
</form>

<form aria-live="polite" class="needsclick klaviyo-form klaviyo-form-version-cid_1 go2622060961 kl-private-reset-css-Xuajs1" data-testid="klaviyo-form-UP9cw6" novalidate=""
  style="display: flex; flex-direction: row; box-sizing: border-box; overflow: auto; height: fit-content; min-height: 100%; border-radius: 0px; border-style: none; border-width: 0px; border-color: rgb(0, 0, 0); background-color: rgb(161, 206, 211); background-repeat: no-repeat; background-position-y: 50%; padding: 20px 0px; flex: 1 1 0%;">
  <div class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: column; width: 450px; margin: 0px auto; padding: 0px; justify-content: center; min-width: 100px; max-width: 450px;">
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 15px 0px 10px; position: relative; flex: 1 0 0px;">
        <div class="kl-private-reset-css-Xuajs1 go3176171171" id="rich-text-016JB91TTR00000000003GA6HD" style="width: 100%;">
          <p style="text-align: center; font-size: 14px; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-weight: 400; line-height: 299%;"><span
              style="font-size: 40px; font-family: Reader, Arial, 'Helvetica Neue', Helvetica, sans-serif; font-weight: 500; font-style: normal; color: rgb(0, 0, 0);">Want 10% off?</span></p>
        </div>
      </div>
    </div>
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;"></div>
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;"></div>
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 0px 25px 19px; position: relative; flex: 1 0 0px;">
        <div class="kl-private-reset-css-Xuajs1 go3176171171" id="rich-text-016JB91TTR00000000003GA6HG" style="width: 100%;">
          <p style="text-align: center; font-size: 14px; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-weight: 400; line-height: 175%;"><span
              style="color: rgb(0, 0, 0); font-size: 24px; font-family: freight-display-pro, Arial, 'Helvetica Neue', Helvetica, sans-serif; font-weight: 400; font-style: normal;">Plus get decor inspo, subscriber-only savings &amp; more.</span></p>
        </div>
      </div>
    </div>
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;"></div>
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 10px 70px; position: relative; flex: 1 0 0px;">
        <div class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-grow: 1; flex-direction: column; align-self: flex-end;"><input id="first_name_016JB91TTR00000000003GA6HJ"
            class="needsclick go4076352423 kl-private-reset-css-Xuajs1" type="text" autocomplete="given-name" tabindex="0" placeholder="First Name" aria-label="First Name" aria-invalid="false" options="[object Object]"
            style="box-sizing: border-box; border-radius: 100px; padding: 0px 0px 0px 16px; height: 60px; text-align: left; color: rgb(0, 0, 0); font-family: Reader, Arial, &quot;Helvetica Neue&quot;, Helvetica, sans-serif; font-size: 16px; font-weight: 400; letter-spacing: 0px; background-color: rgb(255, 255, 255); border: 1px solid rgb(148, 149, 150);">
          <div class="needsclick  kl-private-reset-css-Xuajs1" style="width: 100%; position: relative;"></div>
        </div>
      </div>
    </div>
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 0px 70px 10px; position: relative; flex: 1 0 0px;">
        <div class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-grow: 1; flex-direction: column; align-self: flex-end;"><input id="email_016JB91TTR00000000003GA6HK" class="needsclick go4076352423 kl-private-reset-css-Xuajs1"
            type="email" autocomplete="email" name="email" tabindex="0" placeholder="Email Address" aria-label="Email Address" aria-required="true" aria-invalid="false" options="[object Object]"
            style="box-sizing: border-box; border-radius: 100px; padding: 0px 0px 0px 16px; height: 60px; text-align: left; color: rgb(0, 0, 0); font-family: Reader, Arial, &quot;Helvetica Neue&quot;, Helvetica, sans-serif; font-size: 16px; font-weight: 400; letter-spacing: 0px; background-color: rgb(255, 255, 255); border: 1px solid rgb(148, 149, 150);">
          <div class="needsclick  kl-private-reset-css-Xuajs1" style="width: 100%; position: relative;"></div>
        </div>
      </div>
    </div>
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 10px 120px; position: relative; flex: 1 0 0px;"><button
          class="needsclick go2698153749 kl-private-reset-css-Xuajs1" type="button" tabindex="0"
          style="background: rgb(245, 190, 24); border-radius: 100px; border-style: none; border-color: rgb(191, 49, 82); border-width: 2px; color: rgb(27, 29, 30); font-family: Reader, Arial, &quot;Helvetica Neue&quot;, Helvetica, sans-serif; font-size: 13px; font-weight: 500; letter-spacing: 0px; line-height: 1; white-space: normal; padding-top: 0px; padding-bottom: 0px; text-align: center; word-break: break-word; align-self: flex-end; cursor: pointer; pointer-events: auto; height: 41px; width: 100%;">Save
          10%</button></div>
    </div>
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 10px 30px; position: relative; flex: 1 0 0px;">
        <div class="kl-private-reset-css-Xuajs1 go3176171171" id="rich-text-016JB91TTR00000000003GA6HN" style="width: 100%;">
          <p style="font-size: 14px; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-weight: 400; text-align: center; line-height: 60%;"><span
              style="color: rgb(0, 0, 0); font-size: 10px; font-family: Reader, Arial, 'Helvetica Neue', Helvetica, sans-serif; font-weight: 400; font-style: normal;">Yes, I would like to receive email updates from Clare. Unsubscribe anytime. Offer
              valid for first time customers only. Offer valid on orders $100+. View our <span style="color: rgb(14, 14, 14);"><a href="https://www.clare.com/pages/terms">Terms of Service</a></span>.</span></p>
        </div>
      </div>
    </div>
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;"></div>
  </div>
  <div class="needsclick  kl-private-reset-css-Xuajs1"
    style="display: flex; flex-direction: column; width: 100%; margin: -20px 0px; padding: 0px; border-top: 0px solid transparent; border-right: 0px solid transparent; border-bottom: 0px solid transparent; border-left: 0px; border-bottom-right-radius: 0px; border-top-right-radius: 0px; overflow: hidden; min-width: 225px; position: relative; max-width: 50%;">
    <div class="needsclick  kl-private-reset-css-Xuajs1" style="width: 100%; height: 100%; position: relative;"><img src="https://d3k81ch9hvuctc.cloudfront.net/company/JuCbTU/images/8a7e0180-827e-4063-91ec-f3a8b16dd146.jpeg"
        class="needsclick  kl-private-reset-css-Xuajs1" style="width: 100%; height: 100%; object-fit: cover; object-position: center center;"></div>
  </div><input type="submit" tabindex="-1" value="Submit" style="display: none;">
</form>

Text Content

Skip to content
Want to save 10% on your first paint order? Claim Offer
Free shipping on 5+ swatches and orders over $150! Shop Now
 1. 
 2. 

 * Shop
   
    * Interior Paint
    * Exterior Paint
    * Supplies

 * Learn
   
    * Our Story
    * Our Products
    * Reviews

 * Get Inspired
   
    * Blog
    * Gallery

 * Take the Quiz
 * About
   
    * Our Story
    * Our Products

 * Get Inspired
   
    * Blog
    * Clare Collective
    * Gallery

 * Get $10
 * My Colors
 * Account

Your Cart

Great news! You’ve earned free shipping!

Free shipping on orders over $150.


FREQUENTLY BOUGHT TOGETHER

Mini Roller Frame

$8

Add +
Mini Tray

$4

Add +
Interior/Exterior Primer

$49

Add +

Test colors until your heart's content!
Free shipping for Swatch orders of 5+

Subtotal
$0 $0
Checkout
Shipping, taxes, and discount codes calculated at checkout.


A blank wall, huh? Add some color!

Shop Paint


CLARE


CLARE

 * Shop
   * Interior Paint
   * Exterior Paint
   * Supplies
 * Learn
   * Our Story
   * Our Products
   * Reviews
 * Get Inspired
   * Blog
   * Gallery
 * Take the Quiz

Search Wishlist Log in Cart 0
Search
"Close (esc)"


Up and autumn

Turn over a new leaf with paint shades perfect for a fall home refresh.

Shop All Paint
Coffee Date

THE CLARE DIFFERENCE


WE MAKE IT EASY TO PAINT A HOME YOU LOVE—WITH DESIGNER-CURATED PAINT COLORS,
EXPERT ADVICE AND PREMIUM QUALITY PAINT.


BETTER BRAND

As a modern brand we bring a fresh perspective—from fewer, better colors to
paint you can feel good about.


BETTER QUALITY

Our ultra-premium paint applies easily with superior coverage, rich color and a
highly durable finish.


BETTER FOR YOU

Zero VOC interior paint that’s GREENGUARD Gold Certified and formulated with
higher standards for a healthier, happier home.

Shop Now

 * FREE SHIPPING ON ORDERS $150+
 * ●
 * SPEEDY DELIVERY
 * ●
 * HAPPINESS GUARANTEE
 * ●
 * FREE SHIPPING ON ORDERS $150+
 * ●
 * SPEEDY DELIVERY
 * ●
 * HAPPINESS GUARANTEE
 * ●
 * FREE SHIPPING ON ORDERS $150+
 * ●
 * SPEEDY DELIVERY
 * ●
 * HAPPINESS GUARANTEE
 * ●

 * FREE SHIPPING ON ORDERS $150+
 * ●
 * SPEEDY DELIVERY
 * ●
 * HAPPINESS GUARANTEE
 * ●
 * FREE SHIPPING ON ORDERS $150+
 * ●
 * SPEEDY DELIVERY
 * ●
 * HAPPINESS GUARANTEE
 * ●
 * FREE SHIPPING ON ORDERS $150+
 * ●
 * SPEEDY DELIVERY
 * ●
 * HAPPINESS GUARANTEE
 * ●

 * FREE SHIPPING ON ORDERS $150+
 * ●
 * SPEEDY DELIVERY
 * ●
 * HAPPINESS GUARANTEE
 * ●

 * FREE SHIPPING ON ORDERS $150+
 * ●
 * SPEEDY DELIVERY
 * ●
 * HAPPINESS GUARANTEE
 * ●

Pause slideshow Play slideshow


LOVED BY THOUSANDS

read reviews
> ★★★★★
> 
> "The experience with Clare has been superb! From the palette to the stickers
> to speedy shipping and an outstanding product. I will NEVER return to a big
> box store for paint ever again!"
> 
> Haylee H., Venice, CA

> ★★★★★
> 
> "Loved the convenience of having the paint delivered without the headache of
> going to the hardware store. Black owned business. Woman-owned business. Paint
> swatch stickers…GENIUS!!!"
> 
> Brittany M., Washington, DC

> ★★★★★
> 
> "So easy to get the perfect color the first time. I wasn’t overwhelmed by the
> choices. The best part was I never had to leave my house! I’m so happy with my
> Clare purchases!"
> 
> Jillian K.

> ★★★★★
> 
> "Love the colors and the samples were super easy to use. You made us excited
> to tackle the paint project we’ve been putting off!”
> 
> Cynthia

> ★★★★★
> 
> “Ordering was easy, delivery was fast, instructions were helpful... You took
> care of everything. I can't stop telling everyone about Clare!”
> 
> Fallon C., New York, NY

 1. 
 2. 
 3. 
 4. 
 5. 


OUR PAINT PICKS

Explore all colors
Classic
@alexninointeriors
Whipped
@samanthaomoore
No Filter
@shelbygirard
Make Waves
@mrorlandosoria
Goodnight Moon
@brownstoneboys
Like Buttah
@ashleyswhiteside
Wing It
@hemaapersad
Current Mood
@mrorlandosoria
Turbinado
@brownstoneboys

Get personalized color advice

Take our two-minute quiz and Clare Color Genius™ will recommend the perfect
paint color for your space. It’s like having an interior designer to guide you.

Get Started

Based on your preferences, I recommend a moody hue like Current Mood for your
bedroom.

AS SEEN IN




INSPIRATION FOR YOUR TRANSFORMATION

View the Gallery
Current Mood
@rytrombetti
No Filter
@ourkinandhome
Daily Greens
@brooklinteriors
Fresh Kicks
@prepfordwife
Rosé Season
@ashleyswhiteside
Sriracha
@xherwood
Sublime
@thesoleilhouse
Whipped
@carolynleonadesign
Pop
@nicolehopperinteriors
Wing It
@ohjoy
Whipped
@samanthaomoore
Current Mood
@houseof.lais
Golden Hour
@thisthriftedabode
Blue'd Up
@elleehome
Headspace
@nestwithjess
Goodnight Moon
@talirothdesigns
Beigeing
@jessannkirby
Whipped
@jordanaclaudia
Dirty Martini
@angsprinkle
Current Mood
@zevyjoy
Current Mood
@rytrombetti
No Filter
@ourkinandhome
Daily Greens
@brooklinteriors
Fresh Kicks
@prepfordwife
Rosé Season
@ashleyswhiteside
Sriracha
@xherwood
Sublime
@thesoleilhouse
Whipped
@carolynleonadesign
Pop
@nicolehopperinteriors
Wing It
@ohjoy
Whipped
@samanthaomoore
Current Mood
@houseof.lais
Golden Hour
@thisthriftedabode
Blue'd Up
@elleehome
Headspace
@nestwithjess
Goodnight Moon
@talirothdesigns
Beigeing
@jessannkirby
Whipped
@jordanaclaudia
Dirty Martini
@angsprinkle
Current Mood
@zevyjoy

Brighten up your inbox, get 10% off

Get decor inspiration and color advice delivered weekly—plus save on your first
paint purchase when you sign up!

Enter your email


Shop

 * Interior Paint
 * Ceiling Paint
 * Paint Primer
 * Paint Supplies

Explore

 * Reviews
 * Get $10
 * Clare Color Genius
 * Paint Calculator
 * Blog
 * Newsletter & SMS

Account

 * Manage Account
 * My Favorite Colors

Support

 * FAQs
 * Contact Us
 * Safety Information
 * Returns

Company

 * Our Story
 * Our Products
 * Design Trade
 * Affiliates
 * Press

 * Instagram
 * Facebook
 * Twitter
 * Pinterest
 * TikTok

 * © 2024 Clare Paint LLC
 * Terms of Service
 * Privacy Policy
 * Warranty


Previous Next

"Close (esc)"






Close dialog

Want 10% off?




Plus get decor inspo, subscriber-only savings & more.




Save 10%

Yes, I would like to receive email updates from Clare. Unsubscribe anytime.
Offer valid for first time customers only. Offer valid on orders $100+. View our
Terms of Service.







My Favorite Colors 0