ultrabrightlightz.com Open in urlscan Pro
23.227.38.65  Public Scan

Submitted URL: https://www.ultrabrightlightz.com/
Effective URL: https://ultrabrightlightz.com/
Submission: On February 14 via api from US — Scanned from CA

Form analysis 7 forms found in the DOM

GET /search

<form action="/search" method="get" role="search" class="search-bar">
  <div class="search-bar__top-wrapper">
    <div class="search-bar__top">
      <input type="hidden" name="type" value="product">
      <input type="hidden" name="options[prefix]" value="last">
      <input type="hidden" name="options[unavailable_products]" value="last">
      <div class="search-bar__input-wrapper">
        <input class="search-bar__input" type="text" name="q" autocomplete="off" autocorrect="off" aria-label="Search..." placeholder="Search...">
        <button type="button" class="search-bar__input-clear hidden-lap-and-up" data-action="clear-input">
          <span class="visually-hidden">Clear</span>
          <svg focusable="false" class="icon icon--close" viewBox="0 0 19 19" role="presentation">
            <path
              d="M9.1923882 8.39339828l7.7781745-7.7781746 1.4142136 1.41421357-7.7781746 7.77817459 7.7781746 7.77817456L16.9705627 19l-7.7781745-7.7781746L1.41421356 19 0 17.5857864l7.7781746-7.77817456L0 2.02943725 1.41421356.61522369 9.1923882 8.39339828z"
              fill="currentColor" fill-rule="evenodd"></path>
          </svg>
        </button>
      </div>
      <button type="submit" class="search-bar__submit" aria-label="Search"><svg focusable="false" class="icon icon--search" viewBox="0 0 21 21" role="presentation">
          <g stroke-width="2" stroke="currentColor" fill="none" fill-rule="evenodd">
            <path d="M19 19l-5-5" stroke-linecap="square"></path>
            <circle cx="8.5" cy="8.5" r="7.5"></circle>
          </g>
        </svg><svg focusable="false" class="icon icon--search-loader" viewBox="0 0 64 64" role="presentation">
          <path opacity=".4"
            d="M23.8589104 1.05290547C40.92335108-3.43614731 58.45816642 6.79494359 62.94709453 23.8589104c4.48905278 17.06444068-5.74156424 34.59913135-22.80600493 39.08818413S5.54195825 57.2055303 1.05290547 40.1410896C-3.43602265 23.0771228 6.7944697 5.54195825 23.8589104 1.05290547zM38.6146353 57.1445143c13.8647142-3.64731754 22.17719655-17.89443541 18.529879-31.75914961-3.64743965-13.86517841-17.8944354-22.17719655-31.7591496-18.529879S3.20804604 24.7494569 6.8554857 38.6146353c3.64731753 13.8647142 17.8944354 22.17719655 31.7591496 18.529879z">
          </path>
          <path d="M1.05290547 40.1410896l5.80258022-1.5264543c3.64731754 13.8647142 17.89443541 22.17719655 31.75914961 18.529879l1.5264543 5.80258023C23.07664892 67.43614731 5.54195825 57.2055303 1.05290547 40.1410896z"></path>
        </svg></button>
    </div>
    <button type="button" class="search-bar__close-button hidden-tablet-and-up" data-action="unfix-search">
      <span class="search-bar__close-text">Close</span>
    </button>
  </div>
  <div class="search-bar__inner">
    <div class="search-bar__inner-animation">
      <div class="search-bar__results" aria-hidden="true">
        <div class="skeleton-container">
          <div class="search-bar__result-item search-bar__result-item--skeleton">
            <div class="search-bar__image-container">
              <div class="aspect-ratio aspect-ratio--square">
                <div class="skeleton-image"></div>
              </div>
            </div>
            <div class="search-bar__item-info">
              <div class="skeleton-paragraph">
                <div class="skeleton-text"></div>
                <div class="skeleton-text"></div>
              </div>
            </div>
          </div>
          <div class="search-bar__result-item search-bar__result-item--skeleton">
            <div class="search-bar__image-container">
              <div class="aspect-ratio aspect-ratio--square">
                <div class="skeleton-image"></div>
              </div>
            </div>
            <div class="search-bar__item-info">
              <div class="skeleton-paragraph">
                <div class="skeleton-text"></div>
                <div class="skeleton-text"></div>
              </div>
            </div>
          </div>
          <div class="search-bar__result-item search-bar__result-item--skeleton">
            <div class="search-bar__image-container">
              <div class="aspect-ratio aspect-ratio--square">
                <div class="skeleton-image"></div>
              </div>
            </div>
            <div class="search-bar__item-info">
              <div class="skeleton-paragraph">
                <div class="skeleton-text"></div>
                <div class="skeleton-text"></div>
              </div>
            </div>
          </div>
        </div>
        <div class="search-bar__results-inner"></div>
      </div>
    </div>
  </div>
</form>

Name: loginPOST /account/login

<form method="post" action="/account/login" id="header_customer_login" accept-charset="UTF-8" name="login" class="form"><input type="hidden" name="form_type" value="customer_login"><input type="hidden" name="utf8" value="✓">
  <header class="popover__header">
    <h2 class="popover__title heading">Login to my account</h2>
    <p class="popover__legend">Enter your e-mail and password:</p>
  </header>
  <div class="form__input-wrapper form__input-wrapper--labelled">
    <input type="email" id="login-customer[email]" class="form__field form__field--text" name="customer[email]" required="required">
    <label for="login-customer[email]" class="form__floating-label">Email</label>
  </div>
  <div class="form__input-wrapper form__input-wrapper--labelled">
    <input type="password" id="login-customer[password]" class="form__field form__field--text" name="customer[password]" required="required" autocomplete="current-password">
    <label for="login-customer[password]" class="form__floating-label">Password</label>
  </div>
  <button type="submit" class="form__submit button button--primary button--full">Login</button>
</form>

Name: recoverPOST /account/recover

<form method="post" action="/account/recover" accept-charset="UTF-8" name="recover" class="form"><input type="hidden" name="form_type" value="recover_customer_password"><input type="hidden" name="utf8" value="✓">
  <header class="popover__header">
    <h2 class="popover__title heading">Recover password</h2>
    <p class="popover__legend">Enter your email:</p>
  </header>
  <div class="form__input-wrapper form__input-wrapper--labelled">
    <input type="email" id="recover-customer[recover_email]" class="form__field form__field--text" name="email" required="required">
    <label for="recover-customer[recover_email]" class="form__floating-label">Email</label>
  </div>
  <button type="submit" class="form__submit button button--primary button--full">Recover</button>
</form>

Name: createPOST /account

<form method="post" action="/account" id="create_customer" accept-charset="UTF-8" name="create" class="form"><input type="hidden" name="form_type" value="create_customer"><input type="hidden" name="utf8" value="✓">
  <header class="popover__header">
    <h2 class="popover__title heading">Create my account</h2>
    <p class="popover__legend">Please fill in the information below:</p>
  </header>
  <div class="form__input-wrapper form__input-wrapper--labelled">
    <input type="text" id="customer[first_name]" class="form__field form__field--text" name="customer[first_name]" autocomplete="given-name" required="required">
    <label for="customer[first_name]" class="form__floating-label">First name</label>
  </div>
  <div class="form__input-wrapper form__input-wrapper--labelled">
    <input type="text" id="customer[last_name]" class="form__field form__field--text" name="customer[last_name]" autocomplete="family-name" required="required">
    <label for="customer[last_name]" class="form__floating-label">Last name</label>
  </div>
  <div class="form__input-wrapper form__input-wrapper--labelled">
    <input type="email" id="register-customer[email]" class="form__field form__field--text" name="customer[email]" required="required">
    <label for="register-customer[email]" class="form__floating-label">Email</label>
  </div>
  <div class="form__input-wrapper form__input-wrapper--labelled">
    <input type="password" id="register-customer[password]" class="form__field form__field--text" name="customer[password]" required="required" autocomplete="new-password">
    <label for="register-customer[password]" class="form__floating-label">Password</label>
  </div>
  <button type="submit" class="form__submit button button--primary button--full">Create my account</button>
</form>

POST /cart

<form method="post" action="/cart" id="mini-cart" class="mini-cart pf-form-processed" aria-hidden="true" novalidate="novalidate" data-item-count="0" data-product-options-initialized="true">
  <input type="hidden" name="attributes[collection_products_per_page]" value="">
  <input type="hidden" name="attributes[collection_layout]" value=""><svg focusable="false" class="icon icon--nav-triangle-borderless" viewBox="0 0 20 9" role="presentation">
    <path d="M.47108938 9c.2694725-.26871321.57077721-.56867841.90388257-.89986354C3.12384116 6.36134886 5.74788116 3.76338565 9.2467995.30653888c.4145057-.4095171 1.0844277-.40860098 1.4977971.00205122L19.4935156 9H.47108938z" fill="#ffffff"></path>
  </svg>
  <div class="mini-cart__content mini-cart__content--empty">
    <p class="alert alert--tight alert--center text--strong">Spend <span>$49.00</span> more and get free shipping!</p>
    <div class="mini-cart__empty-state"><svg focusable="false" width="81" height="70" viewBox="0 0 81 70">
        <g transform="translate(0 2)" stroke-width="4" stroke="#27426e" fill="none" fill-rule="evenodd">
          <circle stroke-linecap="square" cx="34" cy="60" r="6"></circle>
          <circle stroke-linecap="square" cx="67" cy="60" r="6"></circle>
          <path d="M22.9360352 15h54.8070373l-4.3391876 30H30.3387146L19.6676025 0H.99560547"></path>
        </g>
      </svg>
      <p class="heading h4">Your cart is empty</p>
    </div>
    <a href="/collections/all" class="button button--primary button--full">Shop our products</a>
  </div><input type="hidden" name="discount" value=""><input type="hidden" name="clear_discount" value="1">
</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="form__input-wrapper form__input-wrapper--labelled">
    <input type="email" id="footer[footer][contact][email]" name="contact[email]" class="form__field form__field--text" required="">
    <label for="footer[footer][contact][email]" class="form__floating-label">Your email</label>
  </div>
  <button type="submit" class="form__submit form__submit--tight button button--primary">Subscribe</button>
</form>

<form class="needsclick klaviyo-form klaviyo-form-version-cid_1 kl-private-reset-css-Xuajs1" data-testid="klaviyo-form-XKrFSp" novalidate="" tabindex="-1"
  style="display: flex; flex-direction: row; box-sizing: border-box; overflow: hidden; width: 600px; min-width: 200px; max-width: 1000px; border-radius: 2px; border-style: none; border-width: 0px; border-color: rgb(0, 0, 0); background-color: rgb(255, 255, 255); background-repeat: no-repeat; background-position-y: 50%; padding: 20px;">
  <div class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: column; width: 100%; margin: 0px; padding: 0px; justify-content: center;">
    <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 6px; position: relative; flex: 0 1 auto; margin: 0px auto;">
        <div class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; align-items: center; width: 100%; height: auto;">
          <div class="needsclick  kl-private-reset-css-Xuajs1" style="position: relative; display: flex; align-items: center; width: 100%; height: auto;"><img
              src="https://d3k81ch9hvuctc.cloudfront.net/company/WP42sM/images/6fdea8ca-60bb-4251-a67b-d83dfd57a782.png" tabindex="-1" class="needsclick  kl-private-reset-css-Xuajs1"
              style="max-width: 100%; width: 100px; height: auto; cursor: initial;"></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 6px; position: relative; flex: 1 0 0px;">
        <div class="kl-private-reset-css-Xuajs1 kl-private-quill-wrapper-Lkqws1" style="width: 100%;">
          <div class="ql-snow ql-container ql-disabled">
            <div class="ql-editor" data-gramm="false" contenteditable="false">
              <p style="text-align: center;"><strong style="font-size: 24px;">Stay in touch!</strong></p>
              <p style="text-align: center;"><br></p>
              <p style="text-align: center;"><span style="font-size: 16px;">Sign Up and New Customers Save $10 Off You Next Order of $100 or More</span></p>
            </div>
            <div class="ql-clipboard" contenteditable="true" tabindex="-1"></div>
          </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 6px; 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;"><label class="needsclick  kl-private-reset-css-Xuajs1"
            style="color: rgb(0, 0, 0); font-family: Arial, &quot;Helvetica Neue&quot;, Helvetica, sans-serif; font-size: 16px; font-weight: 700; letter-spacing: 0px; padding-bottom: 6px;">First Name</label><input
            class="needsclick go1889483518 kl-private-reset-css-Xuajs1" type="text" tabindex="0" placeholder="First Name" aria-label="First Name" aria-invalid="false" options="[object Object]"
            style="box-sizing: border-box; border-radius: 2px; padding: 0px 0px 0px 16px; height: 38px; text-align: left; color: rgb(0, 0, 0); font-family: 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(180, 187, 195);">
          <div class="needsclick  kl-private-reset-css-Xuajs1" style="width: 100%; position: relative;"></div>
        </div>
      </div>
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 10px 6px; 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;"><label class="needsclick  kl-private-reset-css-Xuajs1"
            style="color: rgb(0, 0, 0); font-family: Arial, &quot;Helvetica Neue&quot;, Helvetica, sans-serif; font-size: 16px; font-weight: 700; letter-spacing: 0px; padding-bottom: 6px;">Last Name</label><input
            class="needsclick go1889483518 kl-private-reset-css-Xuajs1" type="text" tabindex="0" placeholder="Last Name" aria-label="Last Name" aria-invalid="false" options="[object Object]"
            style="box-sizing: border-box; border-radius: 2px; padding: 0px 0px 0px 16px; height: 38px; text-align: left; color: rgb(0, 0, 0); font-family: 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(180, 187, 195);">
          <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 6px; 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;"><label class="needsclick  kl-private-reset-css-Xuajs1"
            style="color: rgb(0, 0, 0); font-family: Arial, &quot;Helvetica Neue&quot;, Helvetica, sans-serif; font-size: 16px; font-weight: 700; letter-spacing: 0px; padding-bottom: 6px;">Email</label><input
            class="needsclick go1889483518 kl-private-reset-css-Xuajs1" type="email" name="email" tabindex="0" placeholder="Enter your email address" aria-label="Email" aria-invalid="false" options="[object Object]"
            style="box-sizing: border-box; border-radius: 2px; padding: 0px 0px 0px 16px; height: 38px; text-align: left; color: rgb(0, 0, 0); font-family: 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(180, 187, 195);">
          <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 6px; position: relative; flex: 1 0 0px;">
        <div class="kl-private-reset-css-Xuajs1 kl-private-quill-wrapper-Lkqws1" style="width: 100%;">
          <div class="ql-snow ql-container ql-disabled">
            <div class="ql-editor" data-gramm="false" contenteditable="false">
              <p><span style="color: rgb(0, 0, 0); font-size: 16px;">How would you like to hear from us? (please select at least one option)</span></p>
            </div>
            <div class="ql-clipboard" contenteditable="true" tabindex="-1"></div>
          </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 6px; position: relative; flex: 1 0 0px;">
        <div class="needsclick go2171984413 kl-private-reset-css-Xuajs1" style="align-self: flex-end; display: block;">
          <div role="group" aria-labelledby="kl_%24consent__6_label" class="needsclick  kl-private-reset-css-Xuajs1" style="display: block;"><input tabindex="0" type="checkbox" id="%24consent__6__8" name="%24consent__6" aria-invalid="false"
              aria-label="Email" aria-describedby="kl_%24consent__6_label" class="needsclick  kl-private-reset-css-Xuajs1" style="position: absolute; width: 0px; opacity: 0;"><label for="%24consent__6__8"
              class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; align-items: center; flex: 1 0 100%; padding-bottom: 8px; word-break: break-word; max-width: 100%; cursor: pointer;"><svg class="go1877307045" width="20px"
                height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" style="stroke: rgb(180, 187, 195); margin-right: 8px; min-width: 20px; width: auto; height: auto;">
                <g>
                  <g>
                    <rect stroke-width="1" x="0.5" y="0.5" width="19" height="19" rx="2.22222222" fill="#FFFFFF"></rect>
                  </g>
                </g>
              </svg><svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" style="cursor: pointer; display: none; position: absolute; margin: 0px;">
                <defs></defs>
                <g id="checkboxInner" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
                  <g id="checkbox_on" transform="translate(3.000000, 4.000000)" fill="#303B43">
                    <polygon id="Shape" fill="#000000" points="4.45454545 9.20149254 1.11363636 5.75373134 0 6.90298507 4.45454545 11.5 14 1.64925373 12.8863636 0.5"></polygon>
                  </g>
                </g>
              </svg>
              <div class="needsclick  kl-private-reset-css-Xuajs1"
                style="cursor: pointer; color: rgb(0, 0, 0); font-family: Arial, &quot;Helvetica Neue&quot;, Helvetica, sans-serif; font-size: 16px; font-weight: 400; letter-spacing: 0px; margin-right: 24px; display: flex; position: relative; top: 1px;">
                Email</div>
            </label></div>
          <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 6px; position: relative; flex: 1 0 0px;">
        <div class="kl-private-reset-css-Xuajs1 kl-private-quill-wrapper-Lkqws1" style="width: 100%;">
          <div class="ql-snow ql-container ql-disabled">
            <div class="ql-editor" data-gramm="false" contenteditable="false">
              <p><span style="font-size: 12px;">We use email and targeted online advertising to send you product and services updates, promotional offers, newsletters and other marketing communications based on the information we collect about you,
                  such as your email address, general location, and purchase and website browsing history.</span></p>
              <p><br></p>
              <p><span style="color: rgb(0, 0, 0); background-color: transparent; font-size: 12px;">We process your personal data as stated in our
                </span><a href="https://ultra-bright-lightz.myshopify.com/policies/privacy-policy" target="_blank" style="color: rgb(0, 0, 0); background-color: transparent; font-size: 12px;">Privacy Policy</a><span
                  style="color: rgb(0, 0, 0); background-color: transparent; font-size: 12px;">. You may withdraw your consent or manage your preferences at any time by clicking the unsubscribe link at the bottom of any of our marketing emails, or by
                  emailing us at info@ultrabrightlightz.com.</span></p>
            </div>
            <div class="ql-clipboard" contenteditable="true" tabindex="-1"></div>
          </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 6px; position: relative; flex: 1 0 0px;"><button
          class="needsclick go332817621 kl-private-reset-css-Xuajs1" type="button" tabindex="0"
          style="background: rgb(48, 59, 67); border-radius: 2px; border-style: none; border-color: rgb(0, 0, 0); border-width: 0px; color: rgb(255, 255, 255); font-family: Arial, &quot;Helvetica Neue&quot;, Helvetica, sans-serif; font-size: 16px; font-weight: 700; letter-spacing: 0px; line-height: 1; white-space: normal; padding-top: 11px; padding-bottom: 11px; text-align: center; word-break: break-word; align-self: flex-end; cursor: pointer; height: auto; width: 100%;">Subscribe</button>
      </div>
    </div>
  </div><input type="submit" tabindex="-1" value="Submit" style="display: none;">
</form>

Text Content

Skip to content

$9.99 Flat Rate Shipping For All US Orders


 * Lighting
 * Flashers
 * Sirens/Controllers
 * Speakers
 * Accessories
 * Shop By Brand
 * Today's Deals
 * Wholesale
 * Gov't/Dept. Orders
 * Our Podcast

Need help?

Call us 1-888-562-5125
info@ultrabrightlightz.com

Follow Us

 * Facebook
 * Instagram
 * YouTube
 * TikTok
 * LinkedIn
 * Snapchat

Back
 * Lighting
 * Surface Mounts
 * Stick Lights
 * Visor Bars
 * Full Size Light Bars
 * Hide-Aways
 * Dash Lights
 * License Plate Kits
 * Mini Light Bars
 * Perimeter Lights
 * Intersection Lighting
 * Work & Scene Lights
 * Off-Road Lighting
 * Beacons
 * Interior Lights
 * New Products

Back
 * Flashers
 * Plug-N-Play
 * Hardwire Flashers

Back
 * Sirens/Controllers
 * Sirens
 * Controllers

Back
 * Accessories
 * Brackets & Mounting
 * Installs
 * Switches
 * Replacement Parts
 * Cleaning
 * Flashlights
 * Apparel
 * Coffee

Back
 * Shop By Brand
 * Z-Flash
 * UBL
 * Feniex
 * Whelen
 * Acari
 * Speed Turtle

Back
 * Today's Deals
 * Sales & Specials
 * Combo Packs
 * Bulk Packs
 * Warehouse Clearance

Back
 * Brackets & Mounting
 * Hide-Aways
 * Light Bars
 * Miscellaneous
 * Sirens/Controllers
 * Stick Lights
 * Surface Mounts
 * Visor Bars

Back
 * Installs
 * Tools
 * Wiring & Connectors
 * Fuses

Back
 * Replacement Parts
 * Microphones
 * Modules
 * Stickers
 * Suction Cups

Back
 * UBL
 * G3
 * ilumex
 * Sirens/Controllers
 * Speakers
 * U-Lite

Back
 * Feniex
 * Fusion
 * Fusion-S
 * Quad
 * Sirens/Controllers
 * Speakers
 * T3


ULTRA BRIGHT LIGHTZ

Clear
Close

Login / Signup
My account


LOGIN TO MY ACCOUNT

Enter your e-mail and password:

Email
Password
Login

New customer? Create your account

Lost password? Recover password


RECOVER PASSWORD

Enter your email:

Email
Recover

Remembered your password? Back to login


CREATE MY ACCOUNT

Please fill in the information below:

First name
Last name
Email
Password
Create my account

Already have an account? Login here

0
Cart

Spend $49.00 more and get free shipping!

Your cart is empty

Shop our products
 * Lighting
   * Surface Mounts
   * Stick Lights
   * Visor Bars
   * Full Size Light Bars
   * Hide-Aways
   * Dash Lights
   * License Plate Kits
   * Mini Light Bars
   * Perimeter Lights
   * Intersection Lighting
   * Work & Scene Lights
   * Off-Road Lighting
   * Beacons
   * Interior Lights
   * New Products
 * Flashers
   * Plug-N-Play
   * Hardwire Flashers
 * Sirens/Controllers
   * Sirens
   * Controllers
 * Speakers
 * Accessories
   * Brackets & Mounting
       
     * Hide-Aways
     * Light Bars
     * Miscellaneous
     * Sirens/Controllers
     * Stick Lights
     * Surface Mounts
     * Visor Bars
   * Installs
       
     * Tools
     * Wiring & Connectors
     * Fuses
   * Switches
   * Replacement Parts
       
     * Microphones
     * Modules
     * Stickers
     * Suction Cups
   * Cleaning
   * Flashlights
   * Apparel
   * Coffee
 * Shop By Brand
   * Z-Flash
   * UBL
       
     * G3
     * ilumex
     * Sirens/Controllers
     * Speakers
     * U-Lite
   * Feniex
       
     * Fusion
     * Fusion-S
     * Quad
     * Sirens/Controllers
     * Speakers
     * T3
   * Whelen
   * Acari
   * Speed Turtle
 * Today's Deals
   * Sales & Specials
   * Combo Packs
   * Bulk Packs
   * Warehouse Clearance
 * Wholesale
 * Gov't/Dept. Orders
 * Our Podcast

 1. 
 2. 
 3. 
 4. 
 5. 


SHOP BY CATEGORY

View all

Surface Mounts

Stick Lights

Visor Bars

Full Size Light Bars

Hide-Aways

Dash Lights

Mini Light Bars

Work & Scene Lights

Off-Road Lighting

Beacons

Interior Lights


SHOP BY COLOR


Amber LED Light Bars

Blue Warning Lights

Red Warning Lights

White Warning Lights

Green Warning Lights


LATEST BLOG POSTS

View all


THE BEST EMERGENCY LIGHTS FOR TRUCKS

Feb 14, 2022


2018 RAM 1500 INSTALL BY MOBILE MAX AUDIO AND UBL

Dec 07, 2021


TAKE A CLOSER LOOK AT OUR BLACK FRIDAY SALES!

Nov 23, 2021


LED POLICE LIGHTS, EMERGENCY LIGHT BARS, SIRENS & MORE!

Here at Ultra Bright Lightz, we offer an extraordinary range of LED warning
lights, plug-and-play flasher modules, police sirens, speakers, and controllers.
We’ve been providing our fellow servicemen and women with the highest quality
emergency vehicle lighting equipment since 2006. Whether you’re looking for
police lights, siren/speaker combos, fire truck lights, or amber light bars for
tow trucks and construction vehicles, our products are sure to meet and exceed
your exact specifications. Our catalog of emergency warning lights are powerful,
highly customizable, and come standard with innovative features that set them
far beyond the competition. They’re an excellent option for POVs, motorcycles,
utility trucks, police fleets, and even ATVs! Featuring the brightest LEDs and
next-generation optics, our products are exactly what you need to stay safe and
be seen by other drivers!


EMERGENCY LIGHTS FOR EVERY INDUSTRY AND APPLICATION

Regardless of your budget, product specifications, or vehicle application, we
have the right combination of high-performance equipment for your unique needs.
At Ultra Bright Lightz, we have an impressive catalog of amber warning lights
and traffic advisors for snow plows, tow trucks, cop cars, and security
vehicles. We also offer heavy-duty scene lights for work trucks and construction
vehicles. Need to outfit your off-road truck or SUV? We have flood and spot beam
lighting in all different shapes, sizes, and prices. Looking for SAE-rated
lights for your law enforcement vehicle? Our police lights offer stunning
brightness and advanced features that are designed for the demands of today’s
first responders. So whether you’re looking to set up an ambulance, fire truck,
motorcycle, ATV, or security vehicle, we guarantee you’ll find exactly what
you’re looking for.


SHOP THE INDUSTRY’S TOP BRANDS

Our catalog of products are carefully selected to meet the unique needs of our
first responders and public safety personnel. We stock LED grille lights, dash
lights, visor bars, and exterior emergency vehicle lighting equipment from the
industry’s most dependable manufacturers. Ultra Bright Lightz is one of the
largest suppliers of Feniex police light bars and sirens. We’ve earned our
Feniex five-star dealer status after many years of stellar customer service.
We’re also a proud supplier of Whelen light bars, Whelen LED strobe lights, and
more! (Ordering for your department or fleet? Contact our sales support team if
you have any questions about ordering your next Whelen lighting setup!)



Looking for a cost-effective solution? We also offer our own brand of
high-quality LED warning lights at an affordable price. Our line of U-Lite
products are perfect for first responders and volunteer firefighters who are
just beginning to outfit their vehicles and require a minimal setup. Our line of
ilumex products are the ideal combination of brightness and price; they’re built
with 3-watt LEDs and a durable, weatherproof housing. Plus, our U-Lite and
ilumex lights are all SAE rated for emergency response vehicles!


BRIGHT LIGHTS, EVEN BRIGHTER SERVICE!

Dependable and trustworthy LED warning lights are a necessity, especially when
your safety, and that of your employees, is involved. That’s why all of our
emergency light bars and LED police lights are exceptionally bright—day or
night, rain or shine. They’re incredibly customizable and can be configured to
meet a wide range of vehicle lighting applications. We stock surface mounts,
hide-away strobe lights, sticks lights, and more in amber, red, blue, white,
green, and even purple! All of our products are backed by reliable warranties,
and any unsatisfactory purchase can be returned within 30 days! After 15 years
of serving our country’s first responders, we’re very proud that our reputation
speaks for itself.


Here at Ultra Bright Lightz, we think that life-saving equipment should be
affordable and accessible, regardless of your application. That’s why we’re very
careful about keeping our prices competitive and cost-effective. Do you have a
budget in mind? Keep an eye out for our discounts and specials. We regularly
have police lights for sale, warehouse clearance items, as well as fantastic
promos on our entire product catalog!


TRUST ULTRA BRIGHT LIGHTZ FOR TOP-NOTCH SERVICE

Shop our wide selection of LED emergency light bars online, conveniently,
safely, and backed by the reliability of UBL. Ultra Bright Lightz has sold
emergency vehicle lighting equipment worldwide and we're extremely proud of how
far we’ve come over the last 15 years. Take advantage of our top rated customer
service by calling, live chatting, or emailing our sales support specialists,
and let us help you build the LED warning light bars package you've been looking
for!

Flat Rate Shipping

Get $9.99 flat rate shipping on all U.S. orders

30 Day Returns

Return most new or unused items within 30 days of delivery for a full refund
(less any shipping charges)

World Class Service

Take advantage of our top rated customer service by calling, live chat or
emailing us

Secure payments

Count on secure payments through a variety of options

Contact Us

40 Oser Ave, Suite 14
Hauppauge, NY 11788
United States of America

1-888-562-5125

info@UltraBrightLightz.com

Navigation
 * Contact Us
 * About Us
 * Submit a Video
 * Customer Reviews
 * Refund Policy
 * Shipping Policy
 * Terms of Service
 * Privacy Policy

Shop By Type
 * Amber Warning Lights
 * Blue Warning Lights
 * Red Warning Lights
 * Green Warning Lights
 * Police Lights
 * Emergency Vehicle Lights
 * Fire Truck Lights
 * Ambulance Warning Lights

Subscribe to our Newsletter

Get the latest updates on new products and upcoming sales

Your email
Subscribe

© 2022 Ultra Bright Lightz


Follow Us

 * 
 * 
 * 
 * 
 * 
 * 

We Accept

American Express Apple Pay Discover Google Pay Mastercard PayPal Shop Pay Visa

© 2022 Ultra Bright Lightz


 * Opens in a new window.




Worker Mode

Close form

Stay in touch!




Sign Up and New Customers Save $10 Off You Next Order of $100 or More


First Name

Last Name

Email


How would you like to hear from us? (please select at least one option)


Email


We use email and targeted online advertising to send you product and services
updates, promotional offers, newsletters and other marketing communications
based on the information we collect about you, such as your email address,
general location, and purchase and website browsing history.




We process your personal data as stated in our Privacy Policy. You may withdraw
your consent or manage your preferences at any time by clicking the unsubscribe
link at the bottom of any of our marketing emails, or by emailing us at
info@ultrabrightlightz.com.


Subscribe
United States to CanadaClose
Select your countryAlbaniaAlgeriaAmerican SamoaAndorraAngolaAnguillaAntigua &
BarbudaArgentinaArmeniaArubaAustraliaAustriaAzerbaijanBahamasBahrainBangladeshBarbadosBelarusBelgiumBelizeBeninBermudaBhutanBoliviaBonaire,
St.Eustatius & SabaBosnia & HerzegovinaBotswanaBrazilVirgin Islands
(British)Brunei DarussalamBulgariaBurkina
FasoBurundiCambodiaCameroonCanadaCanary Island, SpainCape VerdeCayman
IslandsCentral African RepublicChadChileChina, People's Republic
ofColombiaComorosCongoCook IslandsCosta RicaCroatiaCuraçaoCyprusCzech
RepublicDenmarkDjiboutiDominicaDominican RepublicTimor-LesteEcuadorEgyptEl
SalvadorEquatorial GuineaEritreaEstoniaEthiopiaFalkland Islands (Malvinas)Faroe
Islands (Denmark)FijiFinlandFranceFrench
GuianaGabonGambiaGeorgiaGermanyGibraltarGreeceGreenland
(Denmark)GrenadaGuadeloupeGuamGhanaGuatemalaGuernseyGuineaGuinea-BissauGuyanaHaitiHondurasHong
KongHungaryIcelandIndiaIndonesiaIraqIrelandIsle of ManIsraelItalyIvory
CoastJamaicaJapanJerseyJordanKazakhstanKenyaKiribatiKorea, The Republic
ofKuwaitKyrgyzstanLaosLatviaLebanonLesothoLiberiaLithuaniaLiechtensteinLuxembourgMacauMacedoniaMadagascarMalawiMalaysiaMaldivesMaliMaltaMarshall
IslandsMartiniqueMauritaniaMauritiusMayotteMexicoMoldovaMicronesia, Federated
States ofMonacoMongoliaMontenegroMontserratMoroccoMozambiqueMyanmarNamibiaNauru,
Republic OfNepalNetherlandsNew CaledoniaNew ZealandNicaraguaNigerNigeriaNiue
IslandNorfolk IslandNorthern Mariana
IslandsNorwayOmanPakistanPalestinePanamaPapua New
GuineaParaguayPalauPeruPhilippinesPolandPortugalPuerto
RicoQatarReunionRomaniaRussiaRwandaSan MarinoSao Tome & PrincipeSaudi
ArabiaSenegalSerbiaSeychellesSierra LeoneSingaporeSlovakiaSloveniaSolomon
IslandsSouth AfricaSouth SudanSpainSri LankaSt. BarthelemySt. Kitts and NevisSt.
LuciaSt. MartinSt. VincentSudanSurinameSwazilandSwedenSwitzerlandFrench
Polynesia (Tahiti)SyriaTaiwanTajikistanTanzaniaThailandTogoTongaTrinidad and
TobagoTunisiaTurkeyTurkmenistanTurks and Caicos IslandsTuvaluVirgin Islands
(U.S.)UgandaUkraineUnited Arab EmiratesUnited KingdomUnited
StatesUruguayUzbekistanVanuatuVenezuelaVietnamVatican CitySamoaWallis and
FutanaYemenZambiaZimbabwe
Welcome

Come here for information throughout the shopping experience to learn more about
what to expect when bringing goods into Canada.

Duties and Taxes

In Canada GST is 5% and due on any order above the following thresholds. You can
spend up to 20 CAD and not incur any duty or GST on your order. For courier
shipments originating in the United States or Mexico you can spend up to $150
CAD and not incur any duty and $40 CAD and not incur GST. In addition,
provincial taxes apply based on your location.

As you add items to your cart, you can return here to get more detailed
calculations on possible duty and GST

Powered by
fr | en