Primary Violet
var(--landing-violet)- HEX
- #7C58FF
- RGB
- 124, 88, 255
- HSL
- 253°, 100%, 67%
- OKLCH
- 0.61 0.25 286
Primary actions, active navigation, focus and brand emphasis.
Official brand reference
FOBLO helps brands, agencies and professional creators move opportunities into clear, well-run collaborations.
This page is the source of truth for FOBLO’s visual identity.
“Opens doors.” is the current brand idea—not a mandatory product tagline or logo lockup. Product messaging should stay specific to its context.
Built for real operational work.
Current, useful and intentional.
Clear language and considerate details.
Hierarchy before decoration.
Direct without becoming loud.
Every surface helps people move forward.
01 / Logo
Violet is the primary brand treatment. Near-black is the neutral treatment. White is the inverse treatment. Choose by surface and contrast—not personal preference.
Use consistently for the surface—not as a screen-by-screen stylistic choice.
Use consistently for the surface—not as a screen-by-screen stylistic choice.
Use consistently for the surface—not as a screen-by-screen stylistic choice.
Minimum digital size: 24px
Use the F icon when the full name cannot fit or the FOBLO context is already established.
Keep clear space approximately equal to the height of the “F”. Minimum wordmark width: 80px.
02 / Color
Aim for roughly 80% neutral surfaces and 20% accent. Violet directs attention; it should not compete with itself.
var(--landing-violet)Primary actions, active navigation, focus and brand emphasis.
var(--landing-indigo)Depth, supporting accents and approved gradients.
var(--landing-ink)Dark navigation, high-contrast text and inverse surfaces.
var(--card)Cards, clean fields and inverse marks.
var(--landing-cool)Quiet page bands and secondary surfaces.
var(--muted-foreground)Supporting copy, metadata and subdued labels.
var(--success)Positive and completed states only.
var(--warning)Attention and approaching-deadline states.
var(--destructive)Errors and destructive actions only.
Use sparingly in public emphasis and small brand moments—not as a default page background.
Primary Indigo → Electric VioletPrimary Violet → Primary Indigo03 / Typography
Use Sora for headings and brand moments. Use Manrope for body copy and interface text. Do not introduce another brand typeface without approval.
SORA · HEADINGS
Open the right door.
Weights 600–800. Short, direct lines. Letter spacing stays at 0.
MANROPE · BODY & UI
Run creator opportunities with clear applications, collaboration progress and communication in one place.
Weights 400–700. Sentence case. Prioritize scanability.
| Role | Size | Weight | Example |
|---|---|---|---|
| Display | 56–72px | 700–800 | FOBLO opens doors. |
| Page title | 36–48px | 700 | Creator applications |
| Section title | 28–36px | 700 | Active collaborations |
| Card title | 16–20px | 600–700 | Sushi 7 Food Creators |
| Body | 14–16px | 400–600 | Relevant information stays concise. |
| Label | 12–14px | 600–700 | APPLICATION STATUS |
04 / Foundations
Primitive values feed semantic tokens, and semantic tokens feed components. New product work must reuse that chain rather than hardcoding visual values.
4px8px12px16px24px32px48px64pxCards use defined, generous radii. Pills are reserved for compact statuses, tags and binary choices.
None
Use only when elevation communicates hierarchy.
Subtle card
Use only when elevation communicates hierarchy.
Floating
Use only when elevation communicates hierarchy.
TOKEN FLOW
oklch(0.61 0.25 286) → --primary / --brand → Button05 / Components
These examples use the same components and semantic tokens as the product. Interaction states must remain recognizable, accessible and calm.
Hover each enabled control to inspect its real hover state. Visible focus rings are mandatory for keyboard use.
OPPORTUNITY
Cards group one meaningful item. Avoid cards inside cards and decorative containers around whole page sections.
Color supports the label; it never replaces it. Keep semantic colors restrained and consistent.
Use Lucide icons with consistent stroke weight. Prefer familiar symbols; label unfamiliar actions with a tooltip or visible text.
06 / Product surfaces
FOBLO remains recognizable across operational workspaces and public moments, while density and emphasis respond to the audience.
Business Workspace
Near-black sidebar, light content, violet active states, compact operational density.
FOBLO
Welcome back, Anna
Professional, personal, mobile-first and calm. Use universal language where participant types differ.
Clear opportunity.
Clear next step.
Brand-led hierarchy, one primary action, real imagery and no fabricated proof or generic stock.
Lead with the real brand, person, opportunity or product—not an abstract promise.
Keep the next section visible and the primary action obvious on every screen size.
Use real product fragments and verified information. Never fabricate metrics or testimonials.
Protect privacy by default. Public pages expose only explicitly approved information.
07 / Motion & imagery
Motion should reinforce hierarchy or feedback. Imagery should show the actual person, brand, product or work whenever inspection matters.
Fast feedback, gentle entrance, clear state change. Avoid constant decorative motion.
@media (prefers-reduced-motion: reduce)Use current FOBLO interface captures, authentic creator work and real campaign imagery. Avoid generic stock, fake dashboards and invented performance claims.
08 / Voice & terminology
Write for people doing real work. Say what happened, what is needed and what comes next.
DO
Your application was submitted.
We’ll show any status changes here.
AVOID
Amazing! Your journey has begun 🚀
Avoid hype, ambiguity and decorative language in operational moments.
| Use | Meaning | Avoid |
|---|---|---|
| FOBLO | Official brand name | FOBLA, Foblo |
| Opportunity | A brand or agency brief open to creators | Job, gig, listing |
| Application | A creator’s response to an Opportunity | Bid, entry |
| Collaboration | Selected work between a business and creator | Deal, contract |
| Personal Workspace | A participant’s private FOBLO environment | Creator portal |
| FOBLO Network | Consent-based private discovery | Marketplace, directory |
09 / Assets
These are the brand assets currently available in the product. No placeholder downloads or reconstructed source files are presented as official.

Source-file note
Full FOBLO wordmark files in SVG and PNG are not currently present, so they are not offered here. Request approved master artwork before producing partner files, print work or lockups.
Use existing semantic tokens. Do not copy a visual value into a component.
:root {
--landing-violet: oklch(0.61 0.25 286);
--landing-ink: oklch(0.18 0.02 277);
}
.public-page {
--primary: oklch(0.61 0.25 286);
font-family: var(--font-landing);
}
h1 { font-family: var(--font-landing-heading); }