# INTERFACE COLOR: rgb(100, 200, 255)
# Translated into Lingenic notation.
# ═══════════════════════════════════════════════════════════════
# THE VALUE
# ═══════════════════════════════════════════════════════════════
color(Lingenic) ≜ rgb(100, 200, 255)
background(Lingenic) ≜ #050a0f
system(color) ≜ {
link ≜ rgba(100, 200, 255, 1.0),
fg ≜ rgba(100, 200, 255, 0.85),
muted ≜ rgba(100, 200, 255, 0.50),
border ≜ rgba(100, 200, 255, 0.15)
}
sits between(rgb(100, 200, 255), {P31 green, P3 amber}) ∧ ¬is either(rgb(100, 200, 255))
deliberate(choice) ∧ defensible(choice, on every axis(design system cares about))
# ═══════════════════════════════════════════════════════════════
# WHAT IT ISN'T
# ═══════════════════════════════════════════════════════════════
# P31 phosphor green — #33ff00 range
maximally culturally legible(P31 green, as(terminal))
∴ maximally compromised(P31 green, as(design signal))
says(choosing P31 green, want to look like terminal)
position(Lingenic) ≜ correct(terminal aesthetic) ∧ ¬should be performed(terminal aesthetic)
# P3 phosphor amber — #ffb000 range
warmer(P3 amber) ∧ less cinematically overloaded(P3 amber, than(P31 green))
says(choosing P3 amber, did our research)
costume(that)
recognizable({P31 green, P3 amber})
reads as(both, chosen for(what they evoke) ∧ ¬chosen for(what they do))
chose neither(Lingenic, {P31 green, P3 amber})
# ═══════════════════════════════════════════════════════════════
# WHAT IT IS
# ═══════════════════════════════════════════════════════════════
phosphor physics ∧ ¬phosphor mythology
P4 phosphor ≜ white phosphor coating ⟕ {used in: general purpose monitors and terminals}
emitted(P4 phosphor, light with blue-white cast)
come from(green and amber associations, specific phosphor types selected for specific applications)
closer to(blue shifted white of general CRT, actual experience of terminals)
∧ ¬closer to(P31 green, actual experience of terminals)
∧ decided(Hollywood, green = color of computing)
¬trying to evoke(rgb(100, 200, 255), specific terminal)
closer to(rgb(100, 200, 255), what looking at lit phosphor screen actually felt like)
# ═══════════════════════════════════════════════════════════════
# COLORIMETRIC RELATIONSHIP
# ═══════════════════════════════════════════════════════════════
¬pure black(#050a0f)
parsed(#050a0f) ≜ {R: 5, G: 10, B: 15}
shares(background, blue bias, with(foreground)) ⟕ {degree: very slight but measurable}
∴ operates(contrast relationship, on(luminance)) ∧ ¬operates(contrast relationship, on(hue opposition))
in same color family(foreground, background)
more sophisticated(this, than(classic terminal contrast model of complementary hues))
produces(this, softer more coherent visual field)
glows out of(text, background) ∧ ¬cuts across(text, background)
reads as(depth) ∧ ¬reads as(flatness) ⟕ {on: calibrated display}
# ═══════════════════════════════════════════════════════════════
# THE OPACITY SYSTEM
# ═══════════════════════════════════════════════════════════════
serves(one color variable, entire hierarchy)
levels ≜ {
full presence ≜ rgba(100, 200, 255, 1.0),
body text ≜ rgba(100, 200, 255, 0.85),
metadata ≜ rgba(100, 200, 255, 0.50),
structure ≜ rgba(100, 200, 255, 0.15)
}
¬introduced(secondary colors)
¬introduced(separate grays)
entirely luminance driven(information hierarchy) ∧ within(monochromatic palette)
virtue(monospace grid) ≜ carry(columns and rows, structural meaning, through(position and spacing))
reinforces(color hierarchy, structure) ∧ ¬competes with(color hierarchy, structure)
border at 0.15 ≜ present(if(look)) ∧ invisible(if(don't look))
≜ correct behavior(scaffolding that should recede)
# ═══════════════════════════════════════════════════════════════
# LEGIBILITY
# ═══════════════════════════════════════════════════════════════
argues(TERMINAL AESTHETICS, high contrast interfaces look like(would continue working({damaged hardware, low power, under stress})))
⟕ {see: TERMINAL AESTHETICS.lingenic}
contrast ratio(rgb(100, 200, 255) at 0.85, on(#050a0f)) ≈ 7.2:1
contrast ratio(rgba(100, 200, 255, 1.0), on(#050a0f)) ≈ 8.5:1
exceeds(7.2:1, WCAG AA) ⟕ {WCAG AA: 4.5:1}
meets(7.2:1, WCAG AAA) ⟕ {WCAG AAA: 7.0:1}
can produce(amber and green, similar ratios)
∧ create(amber and green, higher chromatic adaptation demands)
∧ must adjust more aggressively(eye, to(dominant hue))
closer to(cyan blue, scotopic sensitivity peak(human rod cells))
relevant(this, for(low light reading environments))
correct(this) ∧ ¬known(whether calculated or intuited)
# ═══════════════════════════════════════════════════════════════
# THE LOGOTYPE
# ═══════════════════════════════════════════════════════════════
mark(Lingenic) ≜ 「」 ⟕ {meaning: bounded context in single glyph pair}
rendered(「」, rgba(100, 200, 255, 1.0), on(#050a0f))
∴ appears to emit(mark, light) ∧ ¬appears to reflect(mark, light)
≜ phosphor effect reproduced typographically
glows(character) ∧ ¬sits(character)
would produce(green or amber, same optical effect)
adds(blue shifted cyan, cooler temperature)
reads as(mark, technological ∧ ¬warm ∧ precise ∧ ¬organic)
consistent with(company building formally verified systems)
# ═══════════════════════════════════════════════════════════════
# THE NAMING
# ═══════════════════════════════════════════════════════════════
named(variable, blue) ∧ ¬named(variable, {cyan, fg color, brand})
self documenting principle ≜ applied(to(design tokens))
name says(what it is) ∧ ¬name says({what role it plays, what it means})
readable(blue, without(style guide))
teaches itself(system)
# ═══════════════════════════════════════════════════════════════
# SUMMARY
# ═══════════════════════════════════════════════════════════════
does simultaneously(color) ≜ {
refuses(clichés) ∧ outside(cultural costume box),
returns to(physics) ∧ closer to(P4 phosphor white) ∧ ¬closer to(cinematic terminal green),
operates monochromatically ∧ one hue ∧ four opacity levels ∧ complete hierarchy,
maintains chromatic coherence ∧ share(background, foreground, blue bias),
meets legibility requirements ∧ contrast ratio ≈ 7.2:1,
named correctly ∧ self documenting ∧ ¬requires(manual)
}
¬flashy(choice)
¬announces itself(choice)
does exactly what it needs to do ∧ nothing more
expected outcome(design system)
# ═══════════════════════════════════════════════════════════════
interface color ⟕ {src: Lingenic LLC 2026, translated by: Lingenic notation}