Chatbot
Help?

Check your insurance eligibility

Check your insurance eligibility

We accept most vision insurance plans online, saving you time and money. Add prescription lenses to see your benefits applied.Discover more

Add your Member ID to help us find you

We also accept out-of-network plans

This carrier is not currently accepted in-network online, please refer to the information below on how to submit an out-of-network claim for reimbursement from your insurance. Download form

You may also use out-of-network benefits at Oakley.com for most other vision insurance companies, like VSP and Spectera. You can submit the claim form directly to your insurance company. Download form

When you're ready to buy, click on the Live Chat link, or call 800-403-7449 to discuss options for using your out-of-network benefits.

For your security, your personal benefits information is only available during your session and will be erased when you close the browser.

Need Help?
Give us a call at 1-800-403-7449
FAQ RIACheck out our FAQs

Sit tight, we’re looking for you

We’re finding your insurance benefits information, this may take a few minutes.

Something went wrong

Too many failed attempts. For your security, we’ve temporarely blocked the insurance look up. Try again in 60 minutes.

Success! We found you!

See below for your available benefits.

RIA BENEFITSFrames
RIA BENEFITS SUCCESSBenefit available
Lenses
Benefit available
Skip to main content

No worries, we have free returns!*

*Custom products cannot be returned.

Oakley® Official Store: Sunglasses, Goggles & Apparel | Oakley®

UP TO $50 OFF

Don’t miss your chance for up to $50 off sunglasses worth $200 or more,
including Custom models.

UP TO $50 OFF  Don’t miss your chance for up to $50 off sunglasses worth $200 or more,<br/>including Custom models.
Francisco Lindor & Tiare Jennings in Sphaera™ Slash

FUTURE ON DECK

Discover the newest eyewear additions.

FUTURE ON DECK Francisco Lindor & Tiare Jennings in Sphaera™ Slash Discover the newest eyewear additions.
Diamond DeShields in Enigma Ink

NOW YOU SEE IT

Explore our latest drop and disruptive new designs. 

NOW YOU SEE IT Diamond DeShields in Enigma Ink Explore our latest drop and disruptive new designs. 

Choose your frame, add your details, etch your lens and include an Oakley Microbag or country flag Microbag.

shop by sport
J.R. Smith in Sphaera™ Slash

A NEW COURSE
IS CALLING

Discover the Oakley Golf Collection.

A NEW COURSE  IS CALLING J.R. Smith in Sphaera™ Slash Discover the Oakley Golf Collection.
Best Sellers
J.R. Smith & Francisco Lindor

time to meet
your next look

Discover the latest additions to the Oakley eyewear roster.

time to meet  your next look J.R. Smith & Francisco Lindor Discover the latest additions to the Oakley eyewear roster.
TOPWEAR  Shop the latest Oakley topwear arrivals.

TOPWEAR

Shop the latest Oakley topwear arrivals.

BOTTOMWEAR  Step into the season with the newest arrivals in bottomwear.

BOTTOMWEAR

Step into the season with the newest arrivals in bottomwear.

ACCESSORIES  Complete your look with our freshest Oakley gear.

ACCESSORIES

Complete your look with our freshest Oakley gear.

Meet your match

find your perfect frames

Try our frame advisor technology.

find your perfect frames Meet your match Try our frame advisor technology.
Virtual Mirror

TRY THEM ON

See how you’ll rock Oakley eyewear.

TRY THEM ON Virtual Mirror  See how you’ll rock Oakley eyewear.

OAKLEY 360 HUB

Get full visibility on everything Oakley.

OAKLEY 360 HUB  Get full visibility on everything Oakley.
OAKLEY PREMIUM SERVICES

Go the extra mile with the best delivery options and in-store experiences.

${modelName}
Is out of stock
`;else return`
${modelName}
${modelName}
${printPrice}
${shoppableModalTrad.cta[ct_LanguageAndCountry]}
`}).join("")};const ct_renderShoppableModal=(products,bannerIndex)=>{const productUpcsInBanner=shoppableSettingsJsonData[bannerIndex].products;const imageInBanner=shoppableSettingsJsonData[bannerIndex].image;const productsInBanner=[];productUpcsInBanner.forEach(productUpc=>{products[0].product.forEach((prod,index)=>{if(productUpc===products[0].product[index].upc)productsInBanner.push(prod)})});if(document.querySelectorAll("#ct_shoppable_modal__overlay").length==0)document.querySelector("body").insertAdjacentHTML("beforeend", `

${shoppableModalTrad.title[ct_LanguageAndCountry]}

${ct_printProductTiles(productsInBanner)}
`)};const ct_OpenModal=(allShoppableSettingsProducts,index)=>{ct_renderShoppableModal(allShoppableSettingsProducts,index);var shoppableOverlay=document.querySelector("#ct_shoppable_modal__overlay");var shoppablePopup=document.querySelector("#ct_shoppable_modal__popup");document.body.style.setProperty("overflow","hidden","important");shoppableOverlay.style.setProperty("display","flex");shoppablePopup.style.setProperty("display","flex");var shoppableClose=document.querySelector("#ct_shoppable_modal__close"); var shoppableCta=document.querySelector(".ct_shoppable_modal__cta");var shoppableOutline=document.querySelector(".ct_shoppable_modal__cta_outline");[shoppableOverlay,shoppableClose,shoppableCta,shoppableOutline].forEach(function(el){if(el)el.addEventListener("click",function(){shoppableOverlay.remove();shoppablePopup.remove();document.body.style.setProperty("overflow","auto","important")})})};const ct_HandleOnClickEvents=allShoppableSettingsProducts=>{shoppableBanners.forEach((banner,index)=>{console.log("BANNER", banner);console.log(banner.querySelector("img.img-media"));let dataShoppable=banner.getAttribute("data-settings").replace(/'/g,'"');let dataElementId=banner.getAttribute("data-element-id");let dataShoppableJson=JSON.parse(dataShoppable);let dataShoppableCtaId=`${dataElementId}_CTA${dataShoppableJson.ctaId}`;console.log(dataShoppableCtaId);let isFirstCta=dataShoppableJson.ctaId==="1";let targetCta=banner.querySelector(`[data-element-id='${dataShoppableCtaId}']`);let targetImg=banner.querySelector("img.img-media"); targetCta.addEventListener("click",function(e){e.preventDefault();e.stopPropagation();e.stopImmediatePropagation();ct_OpenModal(allShoppableSettingsProducts,index)});if(isFirstCta)targetImg.addEventListener("click",function(e){console.log("IMAGE CLICKED");e.preventDefault();e.stopPropagation();e.stopImmediatePropagation();ct_OpenModal(allShoppableSettingsProducts,index)})})};const ct_initShoppableImages=()=>{ct_parseSettings();if(ct_getServiceUrls().length>1)Promise.all(ct_getServiceUrls().map(url=> fetch(url).then(resp=>resp.json()))).then(datas=>{datasConcat=[];datas.forEach(element=>{datasConcat.push(element.products)});datasConcatFlat=datasConcat.flat();console.log(datasConcatFlat);ct_HandleOnClickEvents(datasConcatFlat)});else fetch(ct_getServiceUrls()[0]).then(response=>{response.json().then(data=>{ct_HandleOnClickEvents(data.products);console.log(data.products)})}).catch(error=>console.log("SHOPPABLE IMAGES FETCH ERROR ",error.message))};ct_initShoppableImages()};