{"id":7089,"date":"2026-08-02T23:09:51","date_gmt":"2026-08-03T03:09:51","guid":{"rendered":"https:\/\/www.visionpros.com\/pro\/?p=7089"},"modified":"2026-08-02T23:09:53","modified_gmt":"2026-08-03T03:09:53","slug":"can-your-eyes-get-sunburned-photokeratitis","status":"publish","type":"post","link":"https:\/\/www.visionpros.com\/pro\/can-your-eyes-get-sunburned-photokeratitis\/","title":{"rendered":"Can Your Eyes Get Sunburned? What to Know About Photokeratitis"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Can Your Eyes Get Sunburned? What to Know About Photokeratitis | VisionPros<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400;1,600&#038;family=Source+Serif+4:ital,opsz,wght@0,8..60,300;0,8..60,400;0,8..60,600;1,8..60,300;1,8..60,400&#038;family=DM+Sans:wght@400;500&#038;display=swap\" rel=\"stylesheet\">\n<style>\n  :root {\n    --text: #1a2236;\n    --text-muted: #4a5568;\n    --text-light: #7a8ba6;\n    --border: #c8d0e0;\n    --border-light: #d8dfe9;\n    --accent: #3a5f9e;\n    --accent-hover: #2c4a7c;\n    --accent-soft: #dde5f5;\n    --btn-dark: #1a2236;\n    --btn-dark-hover: #2c3e5a;\n    --pull-quote-border: #7a9fd4;\n    --max-w: 780px;\n    --card-radius: 6px;\n  }\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n  html { scroll-behavior: smooth; }\n  body {\n    color: var(--text);\n    font-family: 'Source Serif 4', Georgia, serif;\n    font-size: 18px;\n    line-height: 1.8;\n    -webkit-font-smoothing: antialiased;\n  }\n\n  \/* PROGRESS *\/\n  #progress {\n    position: fixed;\n    top: 0; left: 0;\n    height: 3px;\n    background: linear-gradient(90deg, #3a5f9e, #7a9fd4);\n    z-index: 9999;\n    width: 0%;\n    transition: width 0.08s linear;\n  }\n\n  \/* LAYOUT *\/\n  .article-wrap {\n    max-width: var(--max-w);\n    margin: 0 auto;\n    padding: 56px 28px 80px;\n  }\n\n  \/* ARTICLE HEADER *\/\n  .article-category {\n    font-family: 'DM Sans', sans-serif;\n    font-size: 0.72rem;\n    font-weight: 500;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    color: var(--accent);\n    margin-bottom: 18px;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n  .article-category::after {\n    content: '';\n    flex: 1;\n    height: 1px;\n    background: var(--border);\n    max-width: 60px;\n  }\n  .article-intro {\n    font-size: 1.05rem;\n    color: var(--text-muted);\n    line-height: 1.85;\n    margin-bottom: 18px;\n    font-weight: 300;\n  }\n  .article-meta {\n    display: flex;\n    align-items: center;\n    gap: 14px;\n    font-family: 'DM Sans', sans-serif;\n    font-size: 0.8rem;\n    color: var(--text-light);\n    padding-bottom: 28px;\n    border-bottom: 1px solid var(--border);\n    margin-bottom: 44px;\n    flex-wrap: wrap;\n  }\n  .meta-dot { color: var(--border); }\n\n  \/* TOC *\/\n  .article-toc {\n    border: 1px solid var(--border-light);\n    border-radius: var(--card-radius);\n    padding: 24px 28px;\n    margin-bottom: 52px;\n  }\n  .toc-title {\n    font-family: 'DM Sans', sans-serif;\n    font-size: 0.72rem;\n    font-weight: 500;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    color: var(--text-light);\n    margin-bottom: 14px;\n  }\n  .toc-list { list-style: none; display: flex; flex-direction: column; gap: 8px; }\n  .toc-list li { font-family: 'DM Sans', sans-serif; font-size: 0.88rem; }\n  .toc-list a {\n    color: var(--accent);\n    text-decoration: none;\n    display: flex;\n    align-items: baseline;\n    gap: 8px;\n  }\n  .toc-list a:hover { text-decoration: underline; }\n  .toc-num { font-size: 0.7rem; color: var(--text-light); min-width: 18px; }\n\n  \/* BODY TEXT *\/\n  .article-body h2 {\n    font-family: 'Playfair Display', Georgia, serif;\n    font-size: 1.75rem;\n    font-weight: 700;\n    line-height: 1.25;\n    color: var(--text);\n    margin: 56px 0 16px;\n    letter-spacing: -0.01em;\n  }\n  .article-body h3 {\n    font-family: 'Playfair Display', Georgia, serif;\n    font-size: 1.2rem;\n    font-weight: 600;\n    font-style: italic;\n    color: var(--text);\n    margin: 36px 0 12px;\n  }\n  .article-body p {\n    margin-bottom: 22px;\n    color: var(--text);\n    font-size: 1rem;\n    line-height: 1.85;\n    font-weight: 300;\n  }\n  .article-body a {\n    color: var(--accent);\n    text-decoration: underline;\n    text-underline-offset: 2px;\n  }\n  .article-body a:hover { color: var(--accent-hover); }\n  .divider {\n    border: none;\n    border-top: 1px solid var(--border-light);\n    margin: 52px 0;\n  }\n\n  \/* FULL-WIDTH IMAGE *\/\n  .article-image {\n    width: 100%;\n    border-radius: var(--card-radius);\n    display: block;\n    margin: 28px 0;\n  }\n\n  \/* PULL QUOTE *\/\n  .pull-quote {\n    border-left: 3px solid var(--pull-quote-border);\n    margin: 36px 0;\n    padding: 18px 28px;\n    border-radius: 0 var(--card-radius) var(--card-radius) 0;\n  }\n  .pull-quote p {\n    font-family: 'Playfair Display', Georgia, serif;\n    font-size: 1.15rem;\n    font-style: italic;\n    font-weight: 400;\n    color: var(--text-muted);\n    line-height: 1.7;\n    margin-bottom: 0;\n  }\n\n  \/* SYMPTOM LIST *\/\n  .symptom-list {\n    list-style: none;\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 8px;\n    margin: 20px 0 28px;\n  }\n  .symptom-list li {\n    font-family: 'DM Sans', sans-serif;\n    font-size: 0.87rem;\n    color: var(--text-muted);\n    border: 1px solid var(--border-light);\n    border-radius: 4px;\n    padding: 10px 14px;\n    display: flex;\n    align-items: flex-start;\n    gap: 8px;\n    line-height: 1.5;\n  }\n  .symptom-list li::before {\n    content: '\u00b7';\n    color: var(--accent);\n    font-weight: 700;\n    flex-shrink: 0;\n    font-size: 1.1rem;\n    line-height: 1.4;\n  }\n\n  \/* COMPARISON TABLE *\/\n  .table-scroll {\n    overflow-x: auto;\n    border: 1px solid var(--border);\n    border-radius: var(--card-radius);\n    font-size: 0.88rem;\n    margin: 24px 0 12px;\n  }\n  table { width: 100%; border-collapse: collapse; min-width: 480px; }\n  thead { border-bottom: 1px solid var(--border); }\n  thead th {\n    padding: 12px 16px;\n    text-align: left;\n    font-family: 'DM Sans', sans-serif;\n    font-size: 0.72rem;\n    font-weight: 500;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    color: var(--text-light);\n    white-space: nowrap;\n  }\n  tbody tr { border-bottom: 1px solid var(--border-light); }\n  tbody tr:last-child { border-bottom: none; }\n  tbody tr:hover { }\n  tbody td {\n    padding: 12px 16px;\n    vertical-align: top;\n    font-family: 'DM Sans', sans-serif;\n    font-size: 0.85rem;\n    line-height: 1.55;\n    color: var(--text);\n  }\n  tbody td:first-child { font-weight: 500; color: var(--text-light); width: 32%; }\n\n  \/* WHEN TO SEE DOCTOR LIST *\/\n  .warning-list {\n    list-style: none;\n    display: flex;\n    flex-direction: column;\n    gap: 8px;\n    margin: 16px 0 28px;\n  }\n  .warning-list li {\n    font-family: 'DM Sans', sans-serif;\n    font-size: 0.87rem;\n    color: var(--text-muted);\n    display: flex;\n    align-items: flex-start;\n    gap: 10px;\n    line-height: 1.55;\n  }\n  .warning-list li::before {\n    content: '\u2192';\n    color: var(--accent);\n    font-weight: 700;\n    flex-shrink: 0;\n    margin-top: 1px;\n  }\n\n  \/* FAQ *\/\n  .faq-item { border-bottom: 1px solid var(--border-light); }\n  .faq-btn {\n    width: 100%;\n    background: none;\n    border: none;\n    text-align: left;\n    padding: 20px 0;\n    font-family: 'Source Serif 4', Georgia, serif;\n    font-size: 1rem;\n    font-weight: 600;\n    color: var(--text);\n    cursor: pointer;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    gap: 16px;\n    line-height: 1.4;\n    transition: color 0.2s;\n  }\n  .faq-btn:hover { color: var(--accent); }\n  .faq-icon {\n    font-family: 'DM Sans', sans-serif;\n    font-size: 1.3rem;\n    color: var(--text-light);\n    flex-shrink: 0;\n    transition: transform 0.3s;\n    line-height: 1;\n  }\n  .faq-item.open .faq-icon { transform: rotate(45deg); color: var(--accent); }\n  .faq-answer {\n    max-height: 0;\n    overflow: hidden;\n    transition: max-height 0.4s ease;\n    font-size: 0.95rem;\n    color: var(--text-muted);\n    line-height: 1.8;\n    font-weight: 300;\n    font-family: 'DM Sans', sans-serif;\n  }\n  .faq-item.open .faq-answer { max-height: 500px; padding-bottom: 22px; }\n\n  \/* REFS *\/\n  .refs-list { list-style: none; display: flex; flex-direction: column; gap: 8px; margin-top: 18px; }\n  .refs-list li {\n    font-family: 'DM Sans', sans-serif;\n    font-size: 0.8rem;\n    color: var(--text-muted);\n    line-height: 1.65;\n    padding-left: 14px;\n    border-left: 2px solid var(--border);\n    word-break: break-all;\n    overflow-wrap: break-word;\n  }\n\n  \/* FOOTER *\/\n  .site-footer {\n    border-top: 1px solid var(--border);\n    padding: 32px 28px;\n    text-align: center;\n  }\n  .site-footer p {\n    font-family: 'DM Sans', sans-serif;\n    font-size: 0.78rem;\n    color: var(--text-light);\n    line-height: 1.7;\n  }\n  .site-footer a { color: var(--accent); text-decoration: none; }\n\n  \/* REVEAL *\/\n  .reveal {\n    opacity: 0;\n    transform: translateY(16px);\n    transition: opacity 0.55s ease, transform 0.55s ease;\n  }\n  .reveal.in { opacity: 1; transform: none; }\n\n  \/* PROMO BANNER *\/\n  .promo-banner {\n    border: 1px solid var(--border);\n    border-radius: 8px;\n    overflow: hidden;\n    margin: 48px 0;\n  }\n  .promo-inner {\n    display: flex;\n    align-items: stretch;\n    min-height: 320px;\n  }\n  .promo-text {\n    flex: 1;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    padding: 36px 40px;\n  }\n  .promo-eyebrow {\n    font-family: 'DM Sans', sans-serif;\n    font-size: 0.72rem;\n    font-weight: 700;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: #7ba9d1;\n    margin-bottom: 10px;\n  }\n  .promo-heading {\n    font-family: 'Playfair Display', Georgia, serif;\n    font-size: 2rem;\n    font-weight: 700;\n    color: #0e4773;\n    margin-bottom: 10px;\n    line-height: 1.3;\n  }\n  .promo-sub {\n    font-family: 'DM Sans', sans-serif;\n    font-size: 0.95rem;\n    color: #555;\n    margin-bottom: 24px;\n    line-height: 1.6;\n  }\n  .promo-btn {\n    display: inline-block;\n    font-family: 'DM Sans', sans-serif;\n    font-size: 0.85rem;\n    font-weight: 600;\n    color: #ffffff;\n    background: #3176b4;\n    text-decoration: none;\n    padding: 11px 24px;\n    border-radius: 4px;\n    letter-spacing: 0.03em;\n    width: fit-content;\n    transition: background 0.2s;\n  }\n  .promo-btn:hover { background: #255d94; }\n  .promo-image {\n    flex: 0 0 52%;\n    overflow: hidden;\n  }\n  .promo-image img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    object-position: center;\n    display: block;\n  }\n\n  @media (max-width: 640px) {\n    .article-wrap { padding: 36px 18px 60px; }\n    .article-body h2 { font-size: 1.45rem; margin: 40px 0 14px; }\n    .article-body h3 { font-size: 1.05rem; }\n    .pull-quote { padding: 14px 18px; }\n    .pull-quote p { font-size: 1rem; }\n    .symptom-list { grid-template-columns: 1fr; }\n    .article-toc { padding: 18px 18px; }\n    .article-meta { gap: 8px; }\n    .promo-inner { flex-direction: column; }\n    .promo-image { flex: 0 0 auto; height: 220px; }\n    .promo-text { padding: 28px 22px; }\n    .promo-heading { font-size: 1.5rem; }\n  }\n<\/style>\n<\/head>\n<body>\n\n<div id=\"progress\"><\/div>\n\n<main>\n<article class=\"article-wrap\">\n\n  <div class=\"article-category\">Eye Health &amp; UV Protection<\/div>\n\n  <p class=\"article-intro\">Picture this: You spend a bright afternoon at the beach, on a boat, or hiking through the snow. Everything feels fine when you head home. Then, several hours later, your eyes begin to burn. They turn red and watery, light suddenly feels unbearable, and blinking feels as though someone sprinkled sand beneath your eyelids.<\/p>\n  <p class=\"article-intro\">What happened? Your eyes might be sunburned.<\/p>\n  <p class=\"article-intro\">The medical name for this condition is photokeratitis, a painful injury caused by too much exposure to ultraviolet (UV) radiation. Much like a sunburn damages the surface of your skin, photokeratitis damages the exposed surface of your eyes. The condition is usually temporary, but that doesn&#8217;t make it harmless or pleasant.<\/p>\n\n  <div class=\"article-meta\">\n    <span>Eye Health &amp; UV Protection<\/span>\n    <span class=\"meta-dot\">\u00b7<\/span>\n    <span>VisionPros Editorial<\/span>\n  <\/div>\n\n  <div class=\"article-toc reveal\">\n    <div class=\"toc-title\">In This Article<\/div>\n    <ul class=\"toc-list\">\n      <li><a href=\"#can-eyes-sunburn\"><span class=\"toc-num\">01<\/span>Can Your Eyes Really Get Sunburned?<\/a><\/li>\n      <li><a href=\"#causes\"><span class=\"toc-num\">02<\/span>What Causes Photokeratitis?<\/a><\/li>\n      <li><a href=\"#symptoms\"><span class=\"toc-num\">03<\/span>What Do Sunburned Eyes Feel Like?<\/a><\/li>\n      <li><a href=\"#vs-solar\"><span class=\"toc-num\">04<\/span>Photokeratitis vs. Solar Retinopathy<\/a><\/li>\n      <li><a href=\"#what-to-do\"><span class=\"toc-num\">05<\/span>What Should You Do?<\/a><\/li>\n      <li><a href=\"#doctor\"><span class=\"toc-num\">06<\/span>When to Contact an Eye Doctor<\/a><\/li>\n      <li><a href=\"#prevention\"><span class=\"toc-num\">07<\/span>How to Prevent Photokeratitis<\/a><\/li>\n      <li><a href=\"#contacts\"><span class=\"toc-num\">08<\/span>Do UV-Blocking Contact Lenses Replace Sunglasses?<\/a><\/li>\n      <li><a href=\"#references\"><span class=\"toc-num\">09<\/span>References<\/a><\/li>\n    <\/ul>\n  <\/div>\n\n  <div class=\"article-body\">\n\n    <!-- CAN EYES SUNBURN -->\n    <section id=\"can-eyes-sunburn\">\n      <h2>Can Your Eyes Really Get Sunburned?<\/h2>\n      <p>Yes, although the word &#8220;sunburn&#8221; is a comparison rather than a description of your eye turning pink like sunburned skin.<\/p>\n      <p>Photokeratitis mainly affects the cornea, the clear, curved surface covering the front of your eye, and the conjunctiva, the thin membrane covering the white part of your eye and the inner eyelids. These tissues are directly exposed to light, so they can absorb damaging UV radiation when your eyes aren&#8217;t properly protected.<\/p>\n      <p>Think of the cornea as your eye&#8217;s transparent front window. It helps focus incoming light while shielding the delicate structures behind it. After a strong dose of UV radiation, cells on that window can become damaged and begin shedding. That process can trigger considerable pain, tearing, swelling, and sensitivity to light.<\/p>\n    <\/section>\n\n    <hr class=\"divider\">\n\n    <!-- CAUSES -->\n    <section id=\"causes\">\n      <h2>What Causes Photokeratitis?<\/h2>\n\n      <img decoding=\"async\" data-src=\"https:\/\/www.visionpros.com\/pro\/wp-content\/uploads\/2026\/08\/sources-of-UV.png\" src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" alt=\"Sources of UV radiation that can cause photokeratitis\" class=\"article-image reveal lazyload\"><noscript><img decoding=\"async\" src=\"https:\/\/www.visionpros.com\/pro\/wp-content\/uploads\/2026\/08\/sources-of-UV.png\" alt=\"Sources of UV radiation that can cause photokeratitis\" class=\"article-image reveal\"><\/noscript>\n\n      <p>The sun is the most familiar source, but direct sunlight isn&#8217;t the only way UV rays reach your eyes. Light can bounce off reflective surfaces and approach your eyes from below or from the side. Snow, ice, water, sand, pavement, and concrete can all reflect UV radiation. That means photokeratitis can happen during a day at the beach, a fishing trip, a mountain hike, or an afternoon spent skiing.<\/p>\n      <p>Snow-related photokeratitis is commonly called snow blindness. The name sounds dramatic, but it describes a real risk. Snow and ice reflect sunlight toward the eyes, while higher elevations can expose people to stronger UV levels. Skiers, snowboarders, mountain climbers, and hikers can experience eye damage even when the air feels cold and the sky looks cloudy.<\/p>\n      <p>Artificial sources can cause the condition as well. These include welding arcs, tanning beds and sunlamps, UV sterilizing equipment, certain medical lamps, damaged high-intensity halogen lights, and other equipment that produces concentrated UV radiation.<\/p>\n\n      <div class=\"pull-quote reveal\">\n        <p>Photokeratitis caused by welding is sometimes called welder&#8217;s flash or arc eye. Proper occupational eye protection is necessary because the injury can occur without a person staring directly at the light source.<\/p>\n      <\/div>\n    <\/section>\n\n    <hr class=\"divider\">\n\n    <!-- SYMPTOMS -->\n    <section id=\"symptoms\">\n      <h2>What Do Sunburned Eyes Feel Like?<\/h2>\n      <p>Photokeratitis can produce symptoms in one or both eyes, although both eyes are commonly affected after outdoor UV exposure. Possible symptoms include:<\/p>\n\n      <ul class=\"symptom-list reveal\">\n        <li>Burning or intense eye pain<\/li>\n        <li>Redness<\/li>\n        <li>Watery eyes<\/li>\n        <li>Swollen eyelids<\/li>\n        <li>Blurry or hazy vision<\/li>\n        <li>Strong sensitivity to light<\/li>\n        <li>A gritty, sandy feeling in the eye<\/li>\n        <li>Headaches<\/li>\n        <li>Halos around lights<\/li>\n        <li>Eyelid twitching or spasms<\/li>\n        <li>Temporary changes in vision<\/li>\n        <li>Rarely, temporary vision loss<\/li>\n      <\/ul>\n\n      <img decoding=\"async\" data-src=\"https:\/\/www.visionpros.com\/pro\/wp-content\/uploads\/2026\/08\/Sunburn-Hours-Later.png\" src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" alt=\"Photokeratitis symptoms can appear several hours after UV exposure\" class=\"article-image reveal lazyload\"><noscript><img decoding=\"async\" src=\"https:\/\/www.visionpros.com\/pro\/wp-content\/uploads\/2026\/08\/Sunburn-Hours-Later.png\" alt=\"Photokeratitis symptoms can appear several hours after UV exposure\" class=\"article-image reveal\"><\/noscript>\n\n      <div class=\"pull-quote reveal\">\n        <p>Here&#8217;s the tricky part: symptoms don&#8217;t always begin while you&#8217;re outside. Photokeratitis can have a delayed effect. Your eyes might feel normal immediately after the exposure, with pain and irritation developing several hours later.<\/p>\n      <\/div>\n\n      <p>That delay is one reason people don&#8217;t always connect their symptoms to a sunny afternoon, a welding project, or time spent near reflective snow or water. The severity of the symptoms can depend on the intensity and length of the UV exposure.<\/p>\n    <\/section>\n\n    <hr class=\"divider\">\n\n    <!-- VS SOLAR RETINOPATHY -->\n    <section id=\"vs-solar\">\n      <h2>Is Photokeratitis the Same as Looking at the Sun?<\/h2>\n      <p>No. Both involve light damage, but they can affect different parts of the eye.<\/p>\n\n      <div class=\"table-scroll reveal\">\n        <table>\n          <thead>\n            <tr>\n              <th><\/th>\n              <th>Photokeratitis<\/th>\n              <th>Solar Retinopathy<\/th>\n            <\/tr>\n          <\/thead>\n          <tbody>\n            <tr><td>Damaged area<\/td><td>Cornea<\/td><td>Retina<\/td><\/tr>\n            <tr><td>Usual cause<\/td><td>Reflected UV or welding<\/td><td>Looking at the sun<\/td><\/tr>\n            <tr><td>Main symptoms<\/td><td>Pain, redness, tearing, light sensitivity<\/td><td>Blind spots, distorted or reduced vision<\/td><\/tr>\n            <tr><td>Symptom timing<\/td><td>Commonly delayed<\/td><td>Can begin soon after exposure<\/td><\/tr>\n            <tr><td>Recovery<\/td><td>Often improves within 24\u201348 hours<\/td><td>Can cause lasting vision damage<\/td><\/tr>\n            <tr><td>Next step<\/td><td>Remove contacts and rest the eyes<\/td><td>Seek prompt eye care<\/td><\/tr>\n          <\/tbody>\n        <\/table>\n      <\/div>\n\n      <p>Photokeratitis injures the outer surface of the eye, especially the cornea. Looking directly at the sun can damage the retina, the light-sensitive tissue at the back of the eye. That condition is called solar retinopathy, and it can lead to lasting blind spots or reduced central vision. Never look directly at the sun, including during a solar eclipse, without certified eclipse-viewing protection.<\/p>\n      <p>Vision changes after looking at the sun require prompt examination by an eye care professional.<\/p>\n    <\/section>\n\n    <hr class=\"divider\">\n\n    <!-- WHAT TO DO -->\n    <section id=\"what-to-do\">\n      <h2>What Should You Do When Your Eyes Feel Sunburned?<\/h2>\n      <p>Move indoors and get away from the UV source. Resting in a dim room can reduce discomfort while your eyes begin recovering.<\/p>\n      <p>Contact lens wearers should remove their lenses and leave them out until an eye doctor says it&#8217;s safe to wear them again. Avoid rubbing your eyes, since rubbing can further irritate an already damaged surface.<\/p>\n      <p>A cool, clean compress placed over closed eyelids can provide relief. Preservative-free artificial tears can also help soothe irritation for some people. Sunglasses may make indoor or outdoor light more tolerable during recovery. An eye care provider can recommend appropriate pain relief or prescribe medication when needed.<\/p>\n\n      <div class=\"pull-quote reveal\">\n        <p>Don&#8217;t place leftover prescription drops, numbing drops, or another person&#8217;s medication in your eyes. The correct treatment depends on the cause and severity of the injury.<\/p>\n      <\/div>\n\n      <p>Most uncomplicated cases improve within 24 to 48 hours as the corneal surface repairs itself. Still, eye pain and blurry vision can have many causes, including infection, a corneal scratch, or inflammation inside the eye. An examination is the safest way to confirm what&#8217;s happening.<\/p>\n    <\/section>\n\n    <hr class=\"divider\">\n\n    <!-- WHEN TO SEE A DOCTOR -->\n    <section id=\"doctor\">\n      <h2>When Should You Contact an Eye Doctor?<\/h2>\n      <p>Contact an optometrist, ophthalmologist, or another medical professional after suspected UV exposure when you experience significant eye pain, light sensitivity, or changes in vision. Seek prompt medical attention when:<\/p>\n\n      <ul class=\"warning-list reveal\">\n        <li>Vision suddenly decreases or disappears<\/li>\n        <li>Pain is severe or continues to worsen<\/li>\n        <li>Symptoms last longer than one or two days<\/li>\n        <li>Only one eye has significant pain<\/li>\n        <li>You notice pus-like discharge<\/li>\n        <li>Something may be stuck in the eye<\/li>\n        <li>The exposure involved chemicals, heat, or an explosion<\/li>\n        <li>Symptoms began after staring directly at the sun<\/li>\n        <li>You can&#8217;t comfortably open your eyes<\/li>\n      <\/ul>\n\n      <p>An eye care professional can examine the cornea using magnification and a dye called fluorescein. The dye highlights areas of surface damage and helps the provider distinguish photokeratitis from other eye injuries.<\/p>\n    <\/section>\n\n    <hr class=\"divider\">\n\n    <!-- PREVENTION -->\n    <section id=\"prevention\">\n      <h2>How Can You Prevent Photokeratitis?<\/h2>\n      <p>The easiest sunburn to treat is the one that never happens.<\/p>\n      <p>Choose sunglasses labeled as blocking 99% to 100% of UVA and UVB radiation or providing UV400 protection. The color or darkness of the lenses doesn&#8217;t reliably show how much UV protection they provide, so check the label rather than judging the tint.<\/p>\n      <p>Wraparound frames provide additional coverage by reducing the amount of light that reaches your eyes from the sides. Pairing sunglasses with a wide-brimmed hat gives your eyes another layer of shade. Goggles designed for skiing and snow sports should also provide strong UV protection.<\/p>\n      <p>Keep your sunglasses on near water, snow, sand, and other reflective surfaces. Clouds don&#8217;t eliminate UV exposure, so eye protection still belongs in your routine on bright overcast days. Children need UV-blocking sunglasses as well because their eyes can also be damaged by ultraviolet radiation.<\/p>\n      <p>People working around welding equipment, UV lamps, or industrial light sources should use protective eyewear made for that exact job. Regular sunglasses aren&#8217;t designed to replace certified occupational safety equipment.<\/p>\n    <\/section>\n\n    <hr class=\"divider\">\n\n    <!-- CONTACT LENSES -->\n    <section id=\"contacts\">\n      <h2>Do UV-Blocking Contact Lenses Replace Sunglasses?<\/h2>\n      <p>Some contact lenses include UV-blocking features, but they don&#8217;t cover the entire eye or the skin surrounding it. They should be treated as an additional layer of protection rather than a substitute for UV-blocking sunglasses.<\/p>\n      <p>This point is easy to miss. A contact lens sits over the cornea, while UV rays can still reach the conjunctiva, eyelids, and surrounding tissues. Wearing quality sunglasses over your contact lenses provides broader coverage.<\/p>\n\n      <div class=\"pull-quote reveal\">\n        <p>Most people wouldn&#8217;t spend hours under strong sunlight without thinking about sunscreen. Your eyes deserve the same level of attention.<\/p>\n      <\/div>\n\n      <p>Photokeratitis can arrive quietly, with symptoms appearing hours after the UV exposure has ended. Fortunately, a pair of properly labeled sunglasses, a hat, and activity-specific protective eyewear can greatly reduce the risk. So before heading to the beach, the mountains, the lake, or a sunny outdoor event, remember one simple rule: protect the parts of your body that can&#8217;t apply their own sunscreen. Your eyes will thank you.<\/p>\n    <\/section>\n\n    <hr class=\"divider\">\n\n    <!-- PROMO BANNER -->\n    <div class=\"promo-banner reveal\">\n      <div class=\"promo-inner\">\n        <div class=\"promo-text\">\n          <p class=\"promo-eyebrow\">Your eye care destination<\/p>\n          <p class=\"promo-heading\">Everything your eyes<br>need, all in one place.<\/p>\n          <p class=\"promo-sub\">Shop top brands in contact lenses and sunglasses \u2014 all at trusted low prices.<\/p>\n          <a href=\"https:\/\/www.visionpros.com\/\" class=\"promo-btn\" target=\"_blank\">Shop VisionPros \u2192<\/a>\n        <\/div>\n        <div class=\"promo-image\">\n          <img decoding=\"async\" class=\"lazyload\" data-src=\"https:\/\/www.visionpros.com\/pro\/wp-content\/uploads\/2026\/06\/Sunglasses-Contact-Lenses.png\" src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" alt=\"Sunglasses and contact lenses flat lay\"><noscript><img decoding=\"async\" src=\"https:\/\/www.visionpros.com\/pro\/wp-content\/uploads\/2026\/06\/Sunglasses-Contact-Lenses.png\" alt=\"Sunglasses and contact lenses flat lay\"><\/noscript>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <hr class=\"divider\">\n\n    <!-- REFERENCES -->\n    <section id=\"references\">\n      <h2 style=\"font-size:1.3rem; margin-top:0; margin-bottom:4px;\">References<\/h2>\n      <ul class=\"refs-list\">\n        <li>Photokeratitis. Cleveland Clinic. https:\/\/my.clevelandclinic.org\/health\/diseases\/15763-photokeratitis. Last reviewed November 7, 2023.<\/li>\n        <li>What Is Photokeratitis, Including Snow Blindness? American Academy of Ophthalmology. https:\/\/www.aao.org\/eye-health\/diseases\/photokeratitis-snow-blindness. Updated June 30, 2026.<\/li>\n        <li>Photokeratitis Induced by Ultraviolet Radiation in Travelers. Izadi M, Jonaidi-Jafari N, Pourazizi M, Alemzadeh-Ansari MH, Hoseinpourfard MJ. Journal of Postgraduate Medicine. https:\/\/pmc.ncbi.nlm.nih.gov\/articles\/PMC5820813\/. Published 2018.<\/li>\n        <li>How to Watch an Eclipse, Safely. National Eye Institute. https:\/\/www.nei.nih.gov\/research-and-training\/research-news\/how-watch-eclipse-safely. Published March 26, 2024.<\/li>\n        <li>Solar Retinopathy: Symptoms, Causes &amp; Recovery. Cleveland Clinic. https:\/\/my.clevelandclinic.org\/health\/diseases\/solar-retinopathy. Last reviewed March 7, 2024.<\/li>\n        <li>Protecting Your Eyes From the Sun&#8217;s UV Light. National Eye Institute. https:\/\/www.nei.nih.gov\/research-and-training\/research-news\/protecting-your-eyes-suns-uv-light. Published July 5, 2022.<\/li>\n        <li>Radiation: Ultraviolet (UV) Radiation. World Health Organization. https:\/\/www.who.int\/news-room\/questions-and-answers\/item\/radiation-ultraviolet-%28uv%29. Published March 9, 2016.<\/li>\n        <li>Ultraviolet (UV) Protection. American Optometric Association. https:\/\/www.aoa.org\/healthy-eyes\/caring-for-your-eyes\/uv-protection. Accessed August 3, 2026.<\/li>\n      <\/ul>\n    <\/section>\n\n  <\/div>\n<\/article>\n<\/main>\n\n<footer class=\"site-footer\">\n  <p>\u00a9 2026 <a href=\"https:\/\/www.visionpros.com\/pro\/\" target=\"_blank\">VisionPros<\/a> \u00b7 Can Your Eyes Get Sunburned? What to Know About Photokeratitis \u00b7 For informational purposes only. Consult an eye care professional for personal eye health advice.<\/p>\n<\/footer>\n\n<script>\n  window.addEventListener('scroll', () => {\n    const p = document.getElementById('progress');\n    const total = document.documentElement.scrollHeight - window.innerHeight;\n    p.style.width = (window.scrollY \/ total * 100) + '%';\n  });\n\n  const obs = new IntersectionObserver(entries => {\n    entries.forEach(e => {\n      if (e.isIntersecting) { e.target.classList.add('in'); obs.unobserve(e.target); }\n    });\n  }, { threshold: 0.1 });\n  document.querySelectorAll('.reveal').forEach(el => obs.observe(el));\n\n  function toggleFaq(btn) {\n    const item = btn.closest('.faq-item');\n    const open = item.classList.contains('open');\n    document.querySelectorAll('.faq-item.open').forEach(i => i.classList.remove('open'));\n    if (!open) item.classList.add('open');\n  }\n<\/script>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Can Your Eyes Get Sunburned? What to Know About Photokeratitis | VisionPros Eye Health &amp; UV Protection Picture this: You spend a bright afternoon at the beach, on a boat, or hiking through the snow. Everything feels fine when you head home. Then, several hours later, your eyes begin to burn. They turn red and [&hellip;]<\/p>\n","protected":false},"author":8,"featured_media":7091,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"_themeisle_gutenberg_block_has_review":false,"footnotes":""},"categories":[7],"tags":[],"semantictags":[],"class_list":["post-7089","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-knowledge-center"],"_links":{"self":[{"href":"https:\/\/www.visionpros.com\/pro\/wp-json\/wp\/v2\/posts\/7089","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.visionpros.com\/pro\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.visionpros.com\/pro\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.visionpros.com\/pro\/wp-json\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"https:\/\/www.visionpros.com\/pro\/wp-json\/wp\/v2\/comments?post=7089"}],"version-history":[{"count":2,"href":"https:\/\/www.visionpros.com\/pro\/wp-json\/wp\/v2\/posts\/7089\/revisions"}],"predecessor-version":[{"id":7098,"href":"https:\/\/www.visionpros.com\/pro\/wp-json\/wp\/v2\/posts\/7089\/revisions\/7098"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.visionpros.com\/pro\/wp-json\/wp\/v2\/media\/7091"}],"wp:attachment":[{"href":"https:\/\/www.visionpros.com\/pro\/wp-json\/wp\/v2\/media?parent=7089"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.visionpros.com\/pro\/wp-json\/wp\/v2\/categories?post=7089"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.visionpros.com\/pro\/wp-json\/wp\/v2\/tags?post=7089"},{"taxonomy":"semantictags","embeddable":true,"href":"https:\/\/www.visionpros.com\/pro\/wp-json\/wp\/v2\/semantictags?post=7089"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}