color-palette
Use this skill when creating, evaluating, or documenting color palettes for brands, products, or design systems. Trigger phrases: 'create a color palette', 'what colors should I use', 'brand colors for', 'accessible color scheme'. Do NOT use for image editing, photo color correction, or print production color matching.
What this skill does
# Color Palette ## Overview This skill helps you create purposeful, accessible, and cohesive color palettes for digital products and brands. Color is one of the highest-leverage design decisions you can make—it communicates brand personality, guides user attention, conveys meaning, and determines whether your product is usable by people with visual impairments. This skill covers brand palette creation, semantic color systems (primary, secondary, neutral, semantic), accessibility validation against WCAG standards, and design token documentation. The output is a structured, ready-to-use color system, not a mood board. ## When to Use - Creating a color palette for a new brand, product, or design system - Extending an existing brand palette for digital use - Auditing an existing palette for accessibility issues - Defining semantic color roles (primary, danger, success, warning, neutral) - Generating color token documentation for developer handoff - Choosing colors for a specific context (dark mode, data visualization, illustration) ## When NOT to Use - Photo editing or color grading (use dedicated image editing tools) - Print production color matching (CMYK and Pantone matching requires specialized tools) - Interior design or physical product color specification - Fashion or textile color selection ## Quick Reference | Task | Approach | |------|----------| | Brand palette | Start with 1 primary hue, add 1–2 accent hues, build neutrals | | Accessibility | Text on background must meet 4.5:1 (AA) or 7:1 (AAA) contrast ratio | | Semantic colors | Map roles: primary, secondary, success (#22c55e range), warning (#f59e0b range), danger (#ef4444 range) | | Neutral scale | Generate 9–11 shades (50–950) from near-white to near-black | | Dark mode | Don't invert; remap semantic roles to dark-optimized values | | Data viz | Use categorical (distinct hues) or sequential (single hue, varying lightness) palettes | | Token naming | Use semantic names: `color.brand.primary`, `color.feedback.error`, not hex values | | Tints and shades | Generate 9 steps per color; 500 = base, 100 = lightest, 900 = darkest | ## Instructions 1. **Gather brand context before choosing any color.** Identify: industry, audience, competitors, brand personality keywords (e.g., "trustworthy, modern, approachable"), any existing brand colors that must be retained, and primary use case (web app, marketing site, mobile app). Color choices must serve the brand, not just look nice in isolation. 2. **Choose the primary hue strategically.** One hue anchors the entire system. Consider industry conventions (blue for trust/tech, green for health/finance, orange for energy/creativity), then differentiate. Generate a full 9-step scale for the primary hue (50, 100, 200, 300, 400, 500, 600, 700, 800, 900). The 500 step is typically the base brand color; 600–700 are used for hover and interactive states. 3. **Add secondary and accent colors with intention.** Secondary colors extend the palette for components, illustrations, and charts. Use color theory to select harmonious relationships: analogous (adjacent hues), complementary (opposite hues), or triadic (three evenly spaced hues). Limit to 1–2 secondary hues to avoid visual noise. 4. **Build the neutral scale.** Neutrals carry the most visual weight in a digital product (backgrounds, text, borders, dividers). Generate 9–11 steps from near-white to near-black. Slightly warm or cool the neutrals to complement your primary hue — pure gray often feels sterile. 5. **Define semantic color roles.** Map functional meaning to colors: primary (brand actions), secondary (alternative actions), success (completion, positive), warning (caution, needs attention), danger/error (destructive actions, failures), info (neutral information). Each semantic role needs a background, text, and border value at minimum. 6. **Validate all combinations against WCAG accessibility standards.** Every color combination used for text must meet WCAG 2.1 AA (4.5:1 contrast ratio for normal text, 3:1 for large text ≥18pt or 14pt bold). UI components and focus indicators must meet 3:1 against adjacent colors. Document the passing and failing combinations explicitly. 7. **Plan for dark mode if required.** Dark mode is not an inversion of the light palette. Remap your semantic tokens to dark-optimized values: reduce saturation on large surfaces, use lighter neutrals for text, and ensure the same contrast ratios hold. Background levels in dark mode typically use 900, 800, 700 steps rather than white. 8. **Document as design tokens.** Name every color using semantic, role-based names rather than descriptive names. `color.brand.primary.500` is better than `blue-medium`. Provide hex, RGB, and HSL values. Group tokens by category: brand, semantic/feedback, neutral, data visualization. ## Examples ### Example 1: SaaS Product Color Palette — FinTech App **Input:** "Create a color palette for a fintech budgeting app called 'Vault'. Brand personality: trustworthy, calm, modern. Target users: millennials managing personal finances. Must be accessible." **Output:** #### Brand Strategy Vault needs to signal financial trustworthiness (blue family) while feeling modern and approachable rather than cold and corporate. Primary: a confident teal-blue. Neutrals: cool-gray with a slight blue cast. Accents: a muted green for positive financial states, a warm amber for warnings. #### Primary Palette — Vault Blue | Token | Hex | Use | |-------|-----|-----| | `brand.primary.50` | `#eff6ff` | Light backgrounds, hover states | | `brand.primary.100` | `#dbeafe` | Tinted surface backgrounds | | `brand.primary.200` | `#bfdbfe` | Borders, dividers on tinted surfaces | | `brand.primary.400` | `#60a5fa` | Icons, secondary interactive | | `brand.primary.500` | `#2563eb` | **Base brand color** | | `brand.primary.600` | `#1d4ed8` | Button hover, active states | | `brand.primary.700` | `#1e40af` | Pressed states, emphasis | | `brand.primary.900` | `#1e3a8a` | Dark text on light backgrounds | #### Semantic Colors | Role | Hex | Contrast on white | Use | |------|-----|-------------------|-----| | Success | `#16a34a` | 5.1:1 ✅ AA | Positive balance, completed goals | | Warning | `#d97706` | 4.6:1 ✅ AA | Upcoming bills, low balance | | Danger | `#dc2626` | 5.8:1 ✅ AA | Overspent, failed transaction | | Info | `#0284c7` | 4.7:1 ✅ AA | Tips, informational messages | #### Neutral Scale — Cool Gray | Token | Hex | Use | |-------|-----|-----| | `neutral.50` | `#f8fafc` | App background | | `neutral.100` | `#f1f5f9` | Card backgrounds | | `neutral.200` | `#e2e8f0` | Borders, dividers | | `neutral.400` | `#94a3b8` | Placeholder text, icons | | `neutral.600` | `#475569` | Secondary body text | | `neutral.800` | `#1e293b` | **Primary body text** — 16.7:1 on white ✅ AAA | | `neutral.900` | `#0f172a` | Headings, high-emphasis text | #### Accessibility Validation | Combination | Contrast | WCAG | |-------------|----------|------| | `neutral.800` on `neutral.50` | 16.7:1 | ✅ AAA | | `brand.primary.500` on white | 5.1:1 | ✅ AA | | `brand.primary.600` on white | 6.4:1 | ✅ AA | | White on `brand.primary.500` | 5.1:1 | ✅ AA (large text) | | `neutral.400` on white | 2.5:1 | ❌ Fail — use only for decorative, non-essential elements | --- ### Example 2: Accessible Color Scheme Audit — Existing Palette **Input:** "Audit this color palette for accessibility. Primary: #7c3aed (purple), Secondary: #f472b6 (pink), Text: #6b7280 (gray), Background: #ffffff (white), Error: #ef4444 (red). Fix any failures." **Output:** #### Audit Results | Combination | Contrast | Result | Fix Required? | |-------------|----------|--------|---------------| | Text `#6b7280` on white | 4.1:1 | ❌ Fails AA (needs 4.5:1) | Yes | | Primary `#7c3aed` on white | 5.9:1 | ✅ AA Pass | No | | White on Primary `#7c3aed` | 5.9:1 | ✅ AA Pass | No | | Secondary `#f472b6` on white | 2.5:1 | ❌ Fails AA | Yes | | White on Error `#ef4444` | 4.1:1 | ❌ Fails AA | Yes |
Related in Ads & Marketing
ads
IncludedMulti-platform paid advertising audit and optimization skill. Analyzes Google, Meta, YouTube, LinkedIn, TikTok, Microsoft, and Apple Ads. 250+ checks with scoring, parallel agents, industry templates, and AI creative generation.
banana
IncludedAI image generation Creative Director powered by Google Gemini Nano Banana models. Use this skill for ANY request involving image creation, editing, visual asset production, or creative direction. Triggers on: generate an image, create a photo, edit this picture, design a logo, make a banner, visual for my anything, and all /banana commands. Handles text-to-image, image editing, multi-turn creative sessions, batch workflows, and brand presets.
rpg-migration-analyzer
IncludedAnalyzes legacy RPG (Report Program Generator) programs from AS/400 and IBM i systems for migration to modern Java applications. Extracts business logic from RPG III/IV/ILE source code, identifies data structures (D-specs), file operations (F-specs), program dependencies (CALLB/CALLP), and converts RPG constructs to Java equivalents. Generates migration reports, complexity estimates, and Java implementation strategies with POJO classes, JPA entities, and service methods. Use when modernizing AS/400 or IBM i legacy systems, analyzing RPG source files (.rpg, .rpgle, .RPGLE), converting RPG to Java, mapping data specifications to Java classes, planning legacy system migration, or when user mentions RPG analysis, Report Program Generator, RPG III/IV/ILE, AS/400 modernization, IBM i migration, packed decimal conversion, or mainframe application rewrite.
brand-library-architect
IncludedBuild a complete brand library for a product — visual asset render pipeline, brand documentation set (BRAND, COPY, MANIFESTO, BIOS, FAQ, GLOSSARY, TONE, PRICING), open-source convention files (README, CONTRIBUTING, SECURITY, CODE_OF_CONDUCT), and a self-contained press kit. This skill should be used when the user asks to "build a brand library / brand kit / press kit / brand assets" for a product, "set up a brand library workflow," "create a positioning manifesto plus visual identity," or any combination of brand documentation + visual asset pipeline. Apply phase-by-phase or run end-to-end. Templates are product-agnostic and use {{TOKEN}} placeholders the skill prompts the user to fill.
writing-tech-post
IncludedAuthors engineering blog posts end-to-end: launch deep-dives, incident postmortems, architecture migrations, performance case studies, tutorials, AI/agent system writeups, security disclosures, and research-to-product translations. Picks the correct archetype, plans the abstraction ladder, enforces an evidence cadence (diagrams, benchmarks, profiles, traces, code, ablations), tunes voice against publisher house styles (Datadog, Vercel, GitHub, AWS, Meta, Cloudflare, Jane Street), and runs a pre-publish gate for narrative momentum and disclosure ethics. Use when drafting a new engineering post, restructuring a draft that feels flat, deciding which evidence form belongs where, validating that depth and product context are balanced, or preparing a postmortem, migration, or performance narrative for external publication. Do not use for API reference documentation, README authoring, marketing copy, release notes, generic SEO content, ghost-written executive thought leadership, or non-engineering long-form essays.
blog-google
IncludedGoogle API integration for blog performance: PageSpeed Insights, CrUX Core Web Vitals with 25-week history, Search Console performance, URL Inspection, Indexing API, GA4 organic traffic, NLP entity analysis for E-E-A-T, YouTube video search for embedding, and Google Ads Keyword Planner. Progressive feature availability based on credential tier (API key, OAuth/service account, GA4, Ads). Shares config with claude-seo at ~/.config/claude-seo/google-api.json. Use when user says "google data", "page speed", "core web vitals", "search console", "indexation", "GA4", "keyword research", "nlp entities", "blog performance", "youtube search", "google api setup".