Elowen Table Light

.pdp { –pdp-bg: #ffffff; –pdp-bg-card: #f7f1e6; –pdp-bg-deep: #ede2cc; –pdp-border: #ddd0b4; –pdp-border-lt: #e8dcc4; –pdp-accent: #8a5a3a; –pdp-accent-dk: #5e3c24; –pdp-accent-lt: #b07a52; –pdp-accent-bg: #f0dcc5; –pdp-accent-bdr: #c89b78; –pdp-text: #2a1d12; –pdp-text-mid: #5a4332; –pdp-text-light: #968270; max-width: 900px; margin: 0 auto; font-family: -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, “Helvetica Neue”, Arial, sans-serif; color: var(–pdp-text); line-height: 1.65; font-size: 14px; } .pdp * { box-sizing: border-box;…

Original price was: $3,658.00.Current price is: $189.99.
Checkout
Category:

Description

.pdp { –pdp-bg: #ffffff; –pdp-bg-card: #f7f1e6; –pdp-bg-deep: #ede2cc; –pdp-border: #ddd0b4; –pdp-border-lt: #e8dcc4; –pdp-accent: #8a5a3a; –pdp-accent-dk: #5e3c24; –pdp-accent-lt: #b07a52; –pdp-accent-bg: #f0dcc5; –pdp-accent-bdr: #c89b78; –pdp-text: #2a1d12; –pdp-text-mid: #5a4332; –pdp-text-light: #968270; max-width: 900px; margin: 0 auto; font-family: -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, “Helvetica Neue”, Arial, sans-serif; color: var(–pdp-text); line-height: 1.65; font-size: 14px; } .pdp * { box-sizing: border-box; } .pdp svg { fill: none; } .pdp p { margin: 0 0 0.8rem 0; color: var(–pdp-text-mid); } .pdp a { color: var(–pdp-accent); } .pdp .pdp-section { margin-bottom: 2.2rem; } .pdp .sec-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1rem; } .pdp .sec-line { flex: 1; height: 0.5px; background: var(–pdp-border); } .pdp .sec-title { font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(–pdp-accent); white-space: nowrap; } .pdp .features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .pdp .feature-card { padding: 16px 14px; border: 0.5px solid var(–pdp-border); border-radius: 12px; background: var(–pdp-bg-card); } .pdp .feat-icon { width: 30px; height: 30px; border-radius: 8px; background: var(–pdp-accent-bg); border: 0.5px solid var(–pdp-accent-bdr); color: var(–pdp-accent); display: flex; align-items: center; justify-content: center; margin-bottom: 10px; } .pdp .feat-title { font-size: 13px; font-weight: 700; color: var(–pdp-text); margin-bottom: 6px; } .pdp .feat-desc { font-size: 12px; color: var(–pdp-text-mid); line-height: 1.55; } .pdp .optic-split { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; } .pdp .optic-card { padding: 14px 16px; border: 0.5px solid var(–pdp-border); border-radius: 12px; background: var(–pdp-bg-card); } .pdp .optic-label { font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(–pdp-accent); margin-bottom: 6px; } .pdp .optic-title { font-size: 13px; font-weight: 700; color: var(–pdp-text); margin-bottom: 6px; } .pdp .optic-desc { font-size: 12px; color: var(–pdp-text-mid); line-height: 1.55; } .pdp .size-specs { display: flex; flex-direction: column; gap: 2px; border: 0.5px solid var(–pdp-border); border-radius: 14px; background: var(–pdp-bg-card); padding: 6px 4px; } .pdp .size-spec-item { display: flex; justify-content: space-between; align-items: baseline; padding: 11px 18px; border-bottom: 0.5px solid var(–pdp-border-lt); font-size: 13px; gap: 16px; } .pdp .size-spec-item:last-child { border-bottom: 0; } .pdp .size-spec-item span { color: var(–pdp-text-light); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 600; flex-shrink: 0; } .pdp .size-spec-item strong { color: var(–pdp-text); font-weight: 600; text-align: right; } .pdp .pdp-notice { display: flex; gap: 14px; padding: 14px 16px; background: var(–pdp-bg-card); border: 0.5px solid var(–pdp-border); border-left: 3px solid var(–pdp-accent); border-radius: 10px; } .pdp .pdp-notice .ntc-icon { flex-shrink: 0; width: 24px; height: 24px; color: var(–pdp-accent); } .pdp .pdp-notice .ntc-body { font-size: 12.5px; color: var(–pdp-text-mid); line-height: 1.6; } .pdp .pdp-notice .ntc-body strong { color: var(–pdp-text); display: block; margin-bottom: 4px; font-size: 13px; letter-spacing: 0.02em; } .pdp .spec-grid { display: flex; flex-direction: column; border: 0.5px solid var(–pdp-border); border-radius: 14px; overflow: hidden; } .pdp .spec-item { padding: 10px 16px; border-bottom: 0.5px solid var(–pdp-border-lt); display: flex; align-items: center; background: var(–pdp-bg-card); gap: 16px; } .pdp .spec-item:last-child { border-bottom: 0; } .pdp .spec-item:nth-child(even) { background: var(–pdp-bg); } .pdp .spec-key { font-size: 10.5px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(–pdp-accent); width: 150px; flex-shrink: 0; } .pdp .spec-val { font-size: 12.5px; color: var(–pdp-text); } .pdp .style-tags { display: flex; flex-wrap: wrap; gap: 5px; } .pdp .style-tag { font-size: 10.5px; font-weight: 600; color: var(–pdp-accent); background: var(–pdp-accent-bg); border: 0.5px solid var(–pdp-accent-bdr); padding: 2px 8px; border-radius: 6px; } .pdp .faq-list { display: flex; flex-direction: column; gap: 6px; } .pdp .faq-list details { border: 0.5px solid var(–pdp-border); border-radius: 10px; background: var(–pdp-bg-card); overflow: hidden; } .pdp .faq-list summary { list-style: none; cursor: pointer; padding: 13px 16px; font-size: 13px; font-weight: 600; color: var(–pdp-text); display: flex; justify-content: space-between; align-items: center; } .pdp .faq-list summary::-webkit-details-marker { display: none; } .pdp .faq-list summary::after { content: ‘+’; font-size: 18px; line-height: 1; color: var(–pdp-accent); } .pdp .faq-list details[open] summary::after { content: ‘−’; } .pdp .faq-list .faq-a { padding: 0 16px 14px; font-size: 12.5px; color: var(–pdp-text-mid); line-height: 1.6; } .pdp .dl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .pdp .dl-card { display: flex; flex-direction: column; gap: 10px; padding: 16px 16px 18px; border: 0.5px solid var(–pdp-border); border-radius: 12px; background: var(–pdp-bg-card); text-decoration: none; color: var(–pdp-text); position: relative; transition: background 0.18s, border-color 0.18s; } .pdp .dl-card:hover { border-color: var(–pdp-accent-bdr); background: var(–pdp-accent-bg); } .pdp .dl-card.dl-disabled { cursor: default; opacity: 0.72; background: var(–pdp-bg); } .pdp .dl-card.dl-disabled:hover { border-color: var(–pdp-border); background: var(–pdp-bg); } .pdp .dl-icon { width: 38px; height: 38px; border-radius: 8px; background: var(–pdp-accent-bg); border: 0.5px solid var(–pdp-accent-bdr); color: var(–pdp-accent); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .pdp .dl-meta { width: 100%; } .pdp .dl-label { font-size: 13.5px; font-weight: 700; color: var(–pdp-text); line-height: 1.3; margin-bottom: 3px; } .pdp .dl-sub { font-size: 11.5px; color: var(–pdp-text-light); letter-spacing: 0.02em; line-height: 1.45; } .pdp .dl-status { position: absolute; top: 12px; right: 12px; font-size: 9.5px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(–pdp-text-light); background: var(–pdp-bg-card); border: 0.5px solid var(–pdp-border); padding: 3px 8px; border-radius: 99px; line-height: 1; } @media (max-width: 720px) { .pdp .features-grid, .pdp .optic-split, .pdp .dl-grid { grid-template-columns: 1fr; } .pdp .spec-key { width: 120px; } }

Overview

The Elowen Table Light is a small accent table lamp pairing a turned solid-wood base in a deep walnut tone with a wide ivory linen cone shade. The base is shaped like a smooth flattened pebble, and the shade flares outward to a span almost twice the base’s width — a low, broad silhouette that reads horizontally rather than vertically.

Because of its compact height, Elowen sits below the eye-line on most surfaces — it’s an accent lamp, not a tall reading lamp. Use it on a low nightstand, a console table, an open shelf, or a sideboard, where its squat proportions and warm wood tone become a visual feature rather than a vertical one. Plug-in setup with an in-line cord switch; ships with a 3000K E27 LED bulb so it works the moment you unbox it. Suits Japandi, organic-modern, mid-century, and rustic-modern interiors.

Key Features

Solid Wood Pebble Base

Turned from solid wood in a deep walnut tone, shaped like a flattened river stone. Natural grain visible across the surface — each piece carries its own character.

Wide Ivory Linen Cone Shade

A natural linen shade flares outward to nearly double the base’s width, softening the bulb’s output and casting a warm downward pool of light onto the surface below.

Warm 3000K LED Bulb — Included

Ships with one E27 LED bulb at 3000K — a warm-white color temperature that pulls out the rich tones in the wood base and the natural texture of the linen.

Low + Wide Proportions

Elowen is built around an unusual ratio: a wide flared shade on a short squat body. The result is a lamp that reads horizontally rather than vertically.

Below · Defined Pool

Wide downward light

The flared cone directs most of the bulb’s output downward in a defined pool, lighting the surface beneath rather than the room — useful for adding a warm spot of light to a console table or sideboard.

Around · Diffuse Glow

Linen scatters the rest

Light passing through the natural linen weave scatters into a soft surrounding glow at the lamp’s height — closer to candlelight than overhead lighting, and gentle on the eye in a darkened room.

Dimensions

Shade Diameter14.2″ / 36 cm

Base Diameter7.5″ / 19 cm

Overall Height9″ / 23 cm

ProfileLow + wide — sits below standard reading-lamp height

Cord Length5 ft / 150 cm

PowerPlug-in; corded with in-line switch

Setup

Plug-In Table Lamp · Indoor Dry Use OnlyElowen is a plug-in fixture with a standard wall-outlet cord and an in-line cord switch — no hardwiring required. Screw in the included E27 bulb, place the shade onto the harp, plug it into a nearby outlet, and click the in-line switch on. Because both the shade and base are natural materials (linen and wood), the lamp is rated for indoor dry locations only — keep it away from bathrooms, sinks, and any surface that gets damp. Dust the linen shade with a soft brush; wipe the wooden base with a dry or barely-damp cloth.

Specifications

Type

Table lamp, plug-in

Shade

Linen fabric over a metal frame, wide cone silhouette, ivory tone

Base

Solid wood, deep walnut tone, turned pebble form

Number of Lights

1

Bulb

E27 LED, 3000K warm white — included

Max Wattage

40W per socket

Power

Plug-in; corded for standard wall outlet

Switch

In-line cord switch

Location Rating

Indoor, dry location only

Care

Dust shade with soft brush; wipe wood base with dry or barely-damp cloth

Style

JapandiOrganic ModernMid-CenturyRustic Modern

Where It Works

Elowen is a small accent table lamp — best suited for low surfaces and supporting roles, not for the main bedside reading lamp on a tall nightstand. On a console table in an entryway, this small wood and linen table lamp for entryway use creates a warm, low pool of light at hand-level — ideal for a key tray, a small mirror, or a single objet. On an open shelf or low sideboard styled with books and ceramics, the squat proportions read as a sculptural object as much as a light source.

For bedrooms, Elowen works best paired with a low platform-bed nightstand where a tall reading lamp would feel oversized — its downward pool gives ambient bedside light without glare. In Japandi and mid-century interiors, the wide-shade-on-pebble-base proportions echo the horizontal, grounded forms typical of those styles. Elowen is an ambient accent lamp, not a task light — for desk work, detailed reading, or close-up tasks, choose a tall pharmacy lamp or an articulating desk lamp instead.

FAQ

Is this a regular bedside lamp?

No — Elowen is an accent or small surface lamp, not a standard tall bedside reading lamp. Standard bedside lamps usually run 22–26″ tall; Elowen is significantly shorter. It works best on low platform-bed nightstands, console tables, open shelves, sideboards, and other low surfaces, where its low profile becomes a feature rather than a problem.

Why is the shade so much wider than the base?

It’s an intentional design choice. The shade is nearly double the base’s width, which gives the lamp its low, broad silhouette and directs the light downward into a wide pool on the surface below — different from a standard “tall stem + narrow shade” lamp that throws light upward and outward.

Will every wood base look identical to the photo?

Close, but not identical. The base is solid wood, so each piece carries its own grain pattern, knots, and tonal variation in the walnut finish. The overall shape and color depth stay consistent; the natural surface detail is what varies.

What bulb does it use? Is one included?

Yes — a 3000K (warm white) E27 LED bulb is included, so you can plug in and turn on right out of the box. E27 is the standard medium screw-base size used across most of Europe and in many globally-sourced US fixtures — most E27 LEDs fit a US E26 socket interchangeably. 3000K gives a warm, slightly creamy light that pairs naturally with the walnut wood and ivory linen.

Where is the switch?

It’s an in-line cord switch — a small toggle midway down the cord that you click on and off, rather than a knob on the lamp body. Reach for the cord, click, done — useful when the lamp sits on an open shelf or sideboard where you’d otherwise have to reach over the shade.

Does it work with a dimmer?

If your wall outlet runs through a wall dimmer, yes — install an E27 LED labeled “dimmable” (most are). For a tabletop dimmer, you’ll need an in-line cord dimmer rated for LED, available at any lighting supplier. Standard non-dimmable LEDs will flicker or fail on a dimmer regardless of the switch type.

Is it safe to leave on for long periods?

Yes — LED bulbs at low wattage produce minimal heat, and the shade is held off the bulb on a metal harp. As with any lamp, keep flammable items (paper, fabric drapes) from resting directly on the shade.

Can I use it in a bathroom or covered porch?

No. Both linen and natural wood absorb humidity over time, leading to fabric discoloration and wood warping or cracking. Keep Elowen in indoor dry rooms — bedrooms, living rooms, entryways, and similar dry spaces.

How do I clean the linen shade?

Dust it with a soft brush or a low-suction vacuum on an upholstery attachment. For a stain, blot — don’t rub — with a clean, slightly damp cloth and let the fabric air-dry completely before turning the light back on. Avoid soaking the linen.

Downloads

Reference materials for designers and customers.

Spec Sheet

Dimensions & electrical · PDF

Coming Soon

Care Guide

Wood & linen care · PDF

Coming Soon

3D Files

For renderings · ZIP

Coming Soon

Reviews

There are no reviews yet.

Be the first to review “Elowen Table Light”

Your email address will not be published. Required fields are marked *