Is blue light making you blue?

Photo courtesy of Family Flavours magazine
test

By Ruba Al Far
Pharmacist

In its natural form, your body uses blue light from the sun to regulate your natural sleep and wake cycles. Artificial sources of blue light, such as electronic devices, can have a profound, harmful effect on many aspects of our health.

Artificial sources of blue light

We all expose ourselves to indoor blue light through our television, computer, laptop, smartphone, tablet as well as indoor lighting (fluorescent and LED lights). If you search for blue light photos over the Internet, the most common picture is someone holding a smartphone in the dark.

Why be concerned?

In its natural state, blue light is beneficial. Your body uses blue light to regulate your natural sleep and wake cycles and it boosts mood and alertness. With mobile and digital devices attached to our hands all the time, physicians, researchers and health policymakers are sounding the alarm on this growing public health concern.

What you need to know

Blue light affects the skin: We are all serious about protecting our skin from Ultraviolet A (UVA) and Ultraviolet B (UVB) rays but what about protecting our skin indoors? Potential long-term harmful effect is associated with blue light emitted from mobile devices that penetrate the dermis in the skin where collagen and elastin are present, leading to skin ageing. Blue light affects eye and vision: Our eyes’ natural filters do not provide sufficient protection against blue light. Prolonged exposure may lead to retinal damage and vision disturbances.

Blue light may lead to digital eye strain: We blink about 15 times per minute, but while reading, watching or playing on the screen, we blink less, leading to digital eye strain, dry and irritated eyes, blurred vision and headaches.

Blue light affects sleep: Night exposure to blue light may disrupt our sleep cycle and affect our sleep

Blue light affects mood: Prolonged exposure to blue light, especially at night, may lead to depression, disrupt alertness and may also lead to food cravings.

How to protect yourself

• Limiting the use of smartphones before sleep

• Some studies suggest putting away our devices one hour before sleep

• Using the night mode light

• Using computer filters or glasses

While we connect to the world through our digital devices, let us also be serious about protecting our health. We can be wise in our use of technology and reduce the harmful effects of blue light; let’s prevent the harmful effects of blue light to safeguard the health of our children, and ours too!

Reprinted with permission from Family Flavours magazine

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });