PRISM Studio Design Guide

The definitive reference for brand identity, design tokens, UI patterns, and creative standards.

πŸ“… v2.4 β€” Updated Oct 2025 πŸ‘₯ Design & Product Teams

Introduction

This document defines the visual and verbal identity of PRISM Studio. It serves as the single source of truth for all creative, product, and marketing deliverables.

Brand Philosophy

PRISM operates at the intersection of strategy, design, and technology. We believe in clarity over clutter, intention over trend, and craft over convenience. Every pixel, word, and interaction should reflect precision, creativity, and purpose.

Core Principles

  • Radical Clarity: Communicate with precision. Remove ambiguity.
  • Controlled Experimentation: Push boundaries within a disciplined framework.
  • Human-Centered: Design for people first, platforms second.
  • Future-Proof: Build systems that scale and adapt gracefully.

Color System

Our palette balances energetic creativity with professional restraint. Use primary colors for emphasis and brand moments, neutrals for structure, and semantic colors for functional states.

Primary & Accent

PRISM Purple
#a855f7
Neon Rose
#f472b6
Electric Sky
#38bdf8

Neutrals

Dark Base
#0b0b0f
Light Base
#f8f9fc
Mid Gray
#6b7280

πŸ’‘ Usage: Primary purple is reserved for CTAs, key highlights, and brand moments. Use gradients sparingly (max 30% of interface). Dark mode is the default context for web products.

Typography

We use a dual-font system: Syne for expressive display headings, and Space Grotesk for UI/body text. Both prioritize readability, modern character, and digital clarity.

Display Heading (Syne 800)

font-size: 3.5rem | line-height: 1.05 | letter-spacing: -0.03em

Section Title (Syne 700)

font-size: 2.25rem | line-height: 1.15 | letter-spacing: -0.02em

Card/Component Title (Syne 600)

font-size: 1.35rem | line-height: 1.25

Body text uses Space Grotesk Regular (400) for optimal readability at 16px base. Line height 1.6. Used for paragraphs, UI labels, and navigation.

font-size: 1rem | line-height: 1.6 | font-weight: 400

Type Scale & Weights

  • 800 / 700: Headlines, key metrics, emphasis
  • 600: Component titles, buttons, active states
  • 500: Labels, navigation, secondary info
  • 400: Body copy, descriptions, captions

Grid & Spacing

All spacing, sizing, and layout decisions follow an 8px base grid. This ensures visual rhythm and cross-platform consistency.

8px
16px
24px
32px
48px
64px
96px

Layout Tokens

Spacing Scale
4 / 8 / 16 / 24 / 32 / 48 / 64 / 96 / 128
Border Radius
sm: 6px / md: 10px / lg: 16px
Max Content Width
1200px (desktop) / 100% (mobile)

Imagery & Iconography

Visual assets should feel intentional, modern, and aligned with our brand ethos. Avoid stock clichΓ©s; prioritize authenticity and artistic direction.

Photography Style

  • Lighting: High contrast, directional, natural or neon-accented
  • Composition: Asymmetrical balance, negative space prioritized
  • Subject: Human-centric but abstracted; focus on process, tools, and environments
  • Processing: Minimal retouching. Apply subtle grain or duotone overlays (purple/blue) only for editorial use.

Icon System

Use a 2px stroke, rounded caps/joins line icon set. Icons must align to the 8px grid and maintain consistent visual weight across states. Never mix solid and outline styles in the same context.

UI Components

Standardized interactive elements ensure consistency across web, app, and marketing materials.

Buttons

Radius: 10px | Padding: 0.6rem 1.4rem | Font: Space Grotesk 600

Inputs & Forms

Border: 1.5px solid #eef0f4 | Focus: 3px ring #a855f7 @ 15% opacity

Voice & Tone

Our written communication is confident, precise, and approachable. We avoid corporate jargon and speak directly to the human behind the screen.

Confident, Not Arrogant

State facts clearly. Avoid hyperbole.

❌ "We revolutionize everything."
βœ… "We design systems that scale with your ambition."

Precise, Not Clinical

Be specific, but keep it human.

❌ "Utilize synergistic paradigms."
βœ… "We align strategy with execution."

Direct, Not Demanding

Guide, don't command. Use active voice.

❌ "Submit your assets immediately."
βœ… "Share your files when ready, and we'll handle the rest."

Accessibility

Inclusive design isn't optional. All deliverables must meet WCAG 2.1 AA standards as a baseline.

  • Contrast: Minimum 4.5:1 for body text, 3:1 for large text/UI components
  • Focus States: Visible, non-color-dependent indicators (3px ring)
  • Typography: No all-caps for body text. Maintain adjustable font scaling.
  • Color Usage: Never rely on color alone to convey meaning. Add icons or text labels.
  • Alt Text: Descriptive, contextual, and concise. Decorative images use `alt=""`.

Implementation

Translating this guide into code and design files requires strict token mapping and version control.

CSS Variable Mapping

:root { --color-primary: #a855f7; --color-secondary: #f472b6; --color-accent: #38bdf8; --font-display: 'Syne', sans-serif; --font-body: 'Space Grotesk', sans-serif; --space-md: 1rem; --radius-md: 10px; }

Design File Structure

  • πŸ“ PRISM_Design_System_2025.fig
  • β”œβ”€ 🎨 Colors / Typography / Effects
  • β”œβ”€ 🧩 Components (Buttons, Inputs, Cards)
  • β”œβ”€ πŸ“ Layouts & Grids
  • └─ πŸ“ Documentation & Usage Notes

πŸ“Œ Final Note: When in doubt, refer to this guide. Consistency builds trust. Break rules only with documented approval from the Creative Director.

Copied to clipboard