# Liquid glass specular: parameters and references

Source: https://meniscus.site/effects/specular · Updated 2026-09-27

**Looks like:** A thin bright line hugging the silhouette, brightest where the edge faces the key light (top-left): on a wide capsule the whole top edge and left cap; a dimmer counter-light along the bottom edge and right cap; a soft glow just inside the edge.

Also called: rim, highlight, fresnel, rim light, edge light, shine.

**Use in:** Every glass body; it separates glass from the backdrop on busy and on flat scenes.

**Avoid:** Uniform white border; thick glowing outlines; painted gloss stripes across the face; dark inner shadows (bevel/emboss).

**Parameters:** rim 1 px (1.5 on large panels); light: key 85–95 %, flanks 12–28 %, counter 45–60 %; dark: key 45–60 %, flanks 8–15 %, counter 25–35 %; inner glow 6–10 px, 40–70 % key / 20–35 % counter.

**Design tool:** Inner shadow x1.5 y1.5 blur0 spread−0.5 white 90 % (key) + inner shadow x−1.5 y−1.5 blur0 spread−0.5 white 50 % (counter) + 0.5 px inside stroke white 22 %; glow: inner shadows x2 y3 b8 s−4 white 70 % and x−2 y−3 b8 s−4 white 35 %. Offset inner shadows follow the shape; a 135° gradient stroke does not (it lights only the left end of a wide capsule). Figma Glass: Light angle −45°, intensity 50–80 %.

**Web:** Rim: offset inset box-shadows (key +1.5/+1.5, counter −1.5/−1.5, spread −0.5, plus a 0.5 px hairline) on a layer above the optic; glow: blurred inset shadows. Both below the content.

**Shader:** `facing = dot(normal, normalize(vec2(-1,-1))); rim = 1 - smoothstep(0, 1.5, -sdf); add rim * mix(0.5, 0.9, max(facing, 0)) and a glow that fades over the outer 35 % of the bezel.`

## References

![A clear glass capsule over a night skyline, lit by a bright key rim at the top.](https://meniscus.site/gallery/specular-dark-studio.webp)

## Use it with your assistant

This spec is what the Meniscus MCP server's `get_effect_spec` tool returns for `specular`. Materials, colours, light and composition rules that apply to every effect are in the [liquid glass guide](https://meniscus.site/liquid-glass). Connect: `claude mcp add --transport http meniscus https://meniscus.site/mcp` — setup for every client: https://meniscus.site/docs
