Brand Guidelines Creation
Build coherent brand identity systems that express a company's values, personality, and positioning through visual and verbal language.
Brand Identity Components
A complete brand guideline covers:
- Brand Foundation — mission, values, personality, positioning
- Logo System — primary mark, variations, clear space, minimum sizes, misuse
- Color Palette — primary, secondary, neutral, and semantic colors with hex/RGB/CMYK
- Typography Scale — typefaces, weights, sizes, line heights, hierarchy rules
- Imagery & Iconography — photography direction, illustration style, icon system
- Voice & Tone — brand personality, writing principles, do/don't examples
- Usage Examples — applying the system across touchpoints
Process
Step 1: Brand Discovery
Before creating visual systems, understand the brand foundation:
- Mission & Values: What does the brand stand for? What problem does it solve?
- Audience: Who is the primary and secondary audience? What do they care about?
- Personality: If the brand were a person, how would they speak and act? (e.g., confident but approachable, innovative but trustworthy)
- Competitive context: How should this brand differentiate visually and verbally?
- Existing assets: Are there any locked assets (logo, colors) that must be preserved?
Step 2: Color Palette
Build a systematic palette:
Primary Color
- Primary 500 (main brand color): #hex
- Primary 400 (lighter, hover states): #hex
- Primary 600 (darker, pressed states): #hex
Secondary Color
- Secondary 500: #hex
- Secondary 400: #hex
- Secondary 600: #hex
Neutrals
- Gray 50 (backgrounds): #hex
- Gray 100–900 (body text, borders, surfaces): #hex values
Semantic Colors
- Success: #hex
- Warning: #hex
- Error: #hex
- Info: #hex
Color rules to define:
- Minimum contrast ratios (WCAG AA: 4.5:1 for body text)
- When to use primary vs secondary vs neutral
- Dark mode variants if applicable
Step 3: Typography Scale
Select 1–2 typefaces and define the complete scale:
Display (headings h1–h3):
Font: [Typeface Name], [Weight]
Sizes: 48px / 36px / 28px
Line height: 1.1–1.2
Body:
Font: [Typeface Name], Regular / Medium
Sizes: 16px (base), 14px (small), 12px (caption)
Line height: 1.5–1.6
Monospace (code):
Font: [Monospace Font]
Size: 14px
Step 4: Voice & Tone Guidelines
Define the brand's verbal personality:
Brand personality traits (pick 3–5):
- e.g., Direct, Warm, Expert, Playful, Trustworthy
Writing principles:
- Use active voice
- Keep sentences under 20 words for key messages
- [Brand-specific rules]
Tone variations by context:
- Customer support: more warm, empathetic
- Marketing copy: more energetic, aspirational
- Product UI: more direct, helpful, brief
Do/Don't examples:
✅ "Get started in 5 minutes" (direct, benefit-focused)
❌ "Users are able to begin the onboarding process" (passive, wordy)
✅ "Something went wrong. Let's try again." (warm, collaborative)
❌ "Error 500: Internal Server Error" (cold, technical)
Step 5: Logo System Guidelines
Document logo usage rules:
- Primary logo: full color on white/light backgrounds
- Reversed logo: white on brand-color or dark backgrounds
- Monochrome: single-color version for constrained contexts
- Clear space: minimum clear space = [X] height of logo
- Minimum size: [X]px digital / [X]mm print
- Misuse: show 5–6 common errors (don't stretch, don't rotate, don't add effects)
Output Format
Deliver brand guidelines as a structured markdown document with:
- Section headers for each component
- Color swatches shown with hex codes
- Typography examples with visual hierarchy
- Do/Don't tables for voice/logo usage
- Clear, scannable layout for design and marketing teams
1---2name: brand-guidelines3description: Creates comprehensive brand identity systems including logo concepts, color palettes, typography scales, imagery direction, and voice/tone guidelines. Use when establishing a new brand, evolving an existing brand identity, or creating brand standards documentation. Do NOT use for general graphic design without a brand strategy context.4license: MIT5---6# Brand Guidelines Creation78Build coherent brand identity systems that express a company's values, personality, and positioning through visual and verbal language.910---1112## Brand Identity Components1314A complete brand guideline covers:15161. **Brand Foundation** — mission, values, personality, positioning172. **Logo System** — primary mark, variations, clear space, minimum sizes, misuse183. **Color Palette** — primary, secondary, neutral, and semantic colors with hex/RGB/CMYK194. **Typography Scale** — typefaces, weights, sizes, line heights, hierarchy rules205. **Imagery & Iconography** — photography direction, illustration style, icon system216. **Voice & Tone** — brand personality, writing principles, do/don't examples227. **Usage Examples** — applying the system across touchpoints2324---2526## Process2728### Step 1: Brand Discovery2930Before creating visual systems, understand the brand foundation:3132- **Mission & Values**: What does the brand stand for? What problem does it solve?33- **Audience**: Who is the primary and secondary audience? What do they care about?34- **Personality**: If the brand were a person, how would they speak and act? (e.g., confident but approachable, innovative but trustworthy)35- **Competitive context**: How should this brand differentiate visually and verbally?36- **Existing assets**: Are there any locked assets (logo, colors) that must be preserved?3738### Step 2: Color Palette3940Build a systematic palette:4142```43Primary Color44 - Primary 500 (main brand color): #hex45 - Primary 400 (lighter, hover states): #hex46 - Primary 600 (darker, pressed states): #hex4748Secondary Color49 - Secondary 500: #hex50 - Secondary 400: #hex51 - Secondary 600: #hex5253Neutrals54 - Gray 50 (backgrounds): #hex55 - Gray 100–900 (body text, borders, surfaces): #hex values5657Semantic Colors58 - Success: #hex59 - Warning: #hex60 - Error: #hex61 - Info: #hex62```6364Color rules to define:65- Minimum contrast ratios (WCAG AA: 4.5:1 for body text)66- When to use primary vs secondary vs neutral67- Dark mode variants if applicable6869### Step 3: Typography Scale7071Select 1–2 typefaces and define the complete scale:7273```74Display (headings h1–h3):75 Font: [Typeface Name], [Weight]76 Sizes: 48px / 36px / 28px77 Line height: 1.1–1.27879Body:80 Font: [Typeface Name], Regular / Medium81 Sizes: 16px (base), 14px (small), 12px (caption)82 Line height: 1.5–1.68384Monospace (code):85 Font: [Monospace Font]86 Size: 14px87```8889### Step 4: Voice & Tone Guidelines9091Define the brand's verbal personality:9293**Brand personality traits** (pick 3–5):94- e.g., Direct, Warm, Expert, Playful, Trustworthy9596**Writing principles:**97- Use active voice98- Keep sentences under 20 words for key messages99- [Brand-specific rules]100101**Tone variations by context:**102- Customer support: more warm, empathetic103- Marketing copy: more energetic, aspirational104- Product UI: more direct, helpful, brief105106**Do/Don't examples:**107```108✅ "Get started in 5 minutes" (direct, benefit-focused)109❌ "Users are able to begin the onboarding process" (passive, wordy)110111✅ "Something went wrong. Let's try again." (warm, collaborative)112❌ "Error 500: Internal Server Error" (cold, technical)113```114115### Step 5: Logo System Guidelines116117Document logo usage rules:118119- **Primary logo**: full color on white/light backgrounds120- **Reversed logo**: white on brand-color or dark backgrounds121- **Monochrome**: single-color version for constrained contexts122- **Clear space**: minimum clear space = [X] height of logo123- **Minimum size**: [X]px digital / [X]mm print124- **Misuse**: show 5–6 common errors (don't stretch, don't rotate, don't add effects)125126---127128## Output Format129130Deliver brand guidelines as a structured markdown document with:131- Section headers for each component132- Color swatches shown with hex codes133- Typography examples with visual hierarchy134- Do/Don't tables for voice/logo usage135- Clear, scannable layout for design and marketing teams