HomeStylesTemplates
StyleKit
StylesTemplates
  1. Home
  2. /Styles
  3. /Soft Utility
Style Catalog/Soft Utility

Soft Utility

柔和工具风

D
52/100Poor

A soft utility style for frequently used mobile tools, balancing efficiency and warmth with calm surfaces, clear state colors, and friendly hierarchy.

utility appmobile appproductivitystatus colorssoft hierarchyfrequent use
View Full Showcase →Templates

Best For

utility app / mobile app / productivity

Primary Move

使用深青色作为主行动色,保证按钮和正文可读

Watch Out

不要用低对比度文字承载关键任务信息

Showcase Entry

Live preview of the showcase page. Click to explore the full experience.

View Full Showcase →

Color Palette

Primary

#2d5b63

Secondary

#f4f8f6

Accent 1

#a9d8cc

Accent 2

#f3c98b

Accent 3

#e6b7b0

Accent 4

#b8c9ed

AI ImplementationRatings & FeedbackComponent PreviewReadinessFAQExports

AI Implementation

Copy the Hard Prompt first, then use the spec when needed

Use the Hard Prompt by default to generate UI. Use the Design Spec to understand, modify, and review the style. Use the Creative Brief for early exploration.

Hard Prompt

Use this by default: copy it, append the concrete requirement, and let AI generate consistent production UI.

When to use

  • -When AI should generate UI directly
  • -When repeated outputs must stay consistent
  • -When style drift is the main risk

How to use

  • -Copy the full prompt
  • -Append the concrete requirement
  • -Review against forbidden rules and UI states
STYLEKIT_STYLE_REFERENCE
style_name: Soft Utility
style_slug: soft-utility
style_source: /styles/soft-utility

# Hard Prompt

## When To Use
Use this when you want AI to generate code with strict style consistency. It is the safest default for production UI.

## How To Use
- Copy the full prompt into ChatGPT, Claude, Cursor, or another coding assistant.
- Append the concrete product/page requirement after the prompt.
- After generation, check the forbidden rules and interaction states before accepting the output.

Strictly follow the style rules below and maintain consistency. No style drift allowed.

## Requirements

- Prioritize style consistency first, then creative extension.
- When conflicts arise, treat prohibitions as the highest priority.
- Self-check before output: verify colors, typography, spacing, and interactions still match this style.

## Style Rules

STYLE: Soft Utility

MUST USE:
- Deep teal primary actions with pale surfaces and distinct state colors
- Rounded-xl to rounded-2xl controls that preserve information density
- Mobile-first bottom action bars and thumb-reachable primary actions
- Explicit default, focus, success, error, disabled, and loading states
- Status colors paired with text or icons; never communicate meaning by color alone
- Fast, restrained motion that supports task completion

MUST AVOID:
- Low-contrast text for task-critical information
- Turning a tool screen into a decorative card gallery
- Removing boundaries or state feedback in the name of softness
- Bouncy animations that slow down repeated actions

INTERACTION:
- Use 160-240ms transitions and scale-[0.98] on press
- Keep primary controls in a consistent location across screens
- Provide undo or confirmation for destructive actions

COLOR ROLES:
- Surface: #f4f8f6
- Text: #203b40
- Primary: #2d5b63
- Success/support: #a9d8cc
- Notice: #f3c98b
- Secondary states: #e6b7b0 and #b8c9ed

## Self-Check (Verify Before Shipping)

If any item fails, the style has drifted — fix before shipping.

- [ ] No purple-to-blue gradients
- [ ] No overused fonts (Inter, Roboto, Geist, Fraunces, Plus Jakarta Sans)
- [ ] No nested cards (cards inside cards)
- [ ] No gray text on colored backgrounds
- [ ] Body text contrast meets WCAG AA (>= 4.5:1)
- [ ] No bounce or elastic easing curves
- [ ] Animations have a prefers-reduced-motion fallback
- [ ] Body text line length capped at 65-75 characters
- [ ] No side-stripe accent borders (border-left/right > 1px)
- [ ] No gradient text (background-clip: text)
- [ ] No glassmorphism used as the default surface treatment
- [ ] No tiny uppercase tracked eyebrow labels above every section heading

Community

Ratings & Feedback

Sign in to rate
0 comments
Sign in to post a comment. Sign In

Component Templates

Component Preview

Button

Button component in this style.

Frontend Readiness

Dark Mode, States, Motion, and Accessibility

This layer tracks whether the style is ready for real websites: theme modes, state feedback, keyboard access, and performance constraints.

Overall

51%

Fallback

Dark Mode

0%

Missing

UI States

79%

Partial

Motion

70%

Partial

A11y

70%

Partial

Performance

35%

Fallback

Key State Coverage

light
HoverFocus VisibleDisabledLoadingEmptyErrorSuccess

Button

Default / Hover / Focus Visible / Active / Disabled

Input

Default / Hover / Focus Visible / Disabled / Error

Card

Default / Hover / Focus Visible / Loading / Skeleton

Form

Default / Focus Visible / Disabled / Loading / Error

Implementation Notes

  • No curated dark-mode contract exists yet.
  • Check contrast in both light and dark modes.
  • Check heavy shadows, blur, large media, and scroll-linked effects manually.
  • No style-specific performance cost profile has been curated yet.

FAQ

Soft Utility — Frequently Asked Questions

01What is the Soft Utility design style?
A soft utility style for frequently used mobile tools, balancing efficiency and warmth with calm surfaces, clear state colors, and friendly hierarchy. Its core principle: Soft Utility 面向每天都会打开的工具型 App。它保留柔和色彩和圆润触感,但让状态、输入、筛选和确认拥有比装饰更高的权重。 核心原则: - 先让用户完成任务,再表达风格 - 颜色承担状态,不用颜色替代文字 - 控件有明确的默认、聚焦、完成和错误状态 - 主要动作固定在拇指容易到达的位置 - 信息密度适中,避免空洞的装饰
02What colors does Soft Utility use?
Soft Utility uses #2d5b63 as its primary color and #f4f8f6 as its secondary color, with accent colors #a9d8cc, #f3c98b, #e6b7b0, #b8c9ed. Every hex value can be copied from the palette on this page.
03How do I apply Soft Utility correctly?
Key practices: 使用深青色作为主行动色,保证按钮和正文可读. 用薄荷、杏色、蓝色区分状态和模块,而不是装饰性铺色. 在移动端采用底部操作栏和清晰的返回路径.
04What are common mistakes with Soft Utility?
Avoid: 不要用低对比度文字承载关键任务信息. 不要为了柔和而移除边界、分隔和状态反馈. 不要把工具型页面做成纯展示卡片墙.
05How do I prompt AI to generate Soft Utility UI?
Copy the ready-made AI prompt on this page — it bundles the design tokens and component rules — and paste it into ChatGPT, Claude, Cursor, or v0. Effective prompts include the keywords: utility app, mobile app, productivity, status colors.
Global Styles

Global CSS

css
:root { --utility-surface: #f4f8f6; --utility-ink: #203b40; --utility-primary: #2d5b63; --utility-mint: #a9d8cc; --utility-apricot: #f3c98b; }
.utility-status { min-height: 0.5rem; border-radius: 9999px; }
.utility-bottom-bar { padding-bottom: max(0.75rem, env(safe-area-inset-bottom)); }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; } }

IDE Integration

IDE Configuration Export

Download configuration files for AI coding assistants to generate code in this style.

Style Pack

Export Style Pack

Get complete machine-readable style assets including design tokens, Tailwind presets, CSS variables, and shadcn/ui themes.

Metadata

Style metadata including version information

Design Tokens

Compatible with Figma / Style Dictionary / Tokens Studio

Tailwind Preset

Tailwind CSS theme preset, import directly in config

Global CSS

CSS variables and base styles

shadcn Theme

shadcn/ui theme configuration

CSS Variables

Pure CSS variables, works with any project

SKILL.md

Loadable skill pack for Cursor / Claude Code / VS Code

Design Philosophy

Soft Utility 面向每天都会打开的工具型 App。它保留柔和色彩和圆润触感,但让状态、输入、筛选和确认拥有比装饰更高的权重。

Accessibility

Accessibility Score

WCAG 2.1 compliance analysis based on color contrast and typography readability.

52

Overall Score

Grade: D - Poor

Contrast Ratios

Score: 39/100Average Ratio: 3.42:1
AA FailAAA Fail
ContextColorsRatioAAAAA
Text on background
/#2d5b63 / #f4f8f6
7.03:1
Secondary text on background
/#a9d8cc / #f4f8f6
1.47:1
Text on secondary background
/#2d5b63 / #2d5b63
1:1
Secondary text on secondary
/#a9d8cc / #2d5b63
4.8:1
Button primary
/#ffffff / #2d5b63
7.53:1
Text on accent 1
/#2d5b63 / #a9d8cc
4.8:1
Alt text on accent 1
/#a9d8cc / #a9d8cc
1:1
Text on accent 2
/#2d5b63 / #f3c98b
4.86:1
Alt text on accent 2
/#a9d8cc / #f3c98b
1.01:1
Text on accent 3
/#2d5b63 / #e6b7b0
4.22:1
Alt text on accent 3
/#a9d8cc / #e6b7b0
1.14:1
Text on accent 4
/#2d5b63 / #b8c9ed
4.52:1
Alt text on accent 4
/#a9d8cc / #b8c9ed
1.06:1

Readability

Score

82/100

Font Size

text-sm md:text-base

Font Weight

font-semibold tracking-tight

Line Height

default

Scoring is based on WCAG 2.1 standards. AA requires 4.5:1 contrast for normal text, 3:1 for large text; AAA requires 7:1 for normal text, 4.5:1 for large text.

StyleKit

A curated web design style library to help AI generate better-looking websites.

FeedbackSupport Maintenance
Explore+
StylesTemplatesAnimationsResource LibraryPromptsCollections
Learn+
FoundationsGuideRecipesChangelogBlog
Trust+
AboutContactPrivacyTermsSupport UsRefunds

(c) 2026 StyleKit. Open source project.

闄旾CP澶?025065501鍙?3

Colophon/SK — 2026

Built with the Editorial style

01FeedbackTell us what could work better02Support MaintenanceIf StyleKit helps your workflow, voluntary support helps cover servers, domains, and ongoing upkeep.

StyleKit

A curated web design style library to help AI generate better-looking websites.

GitHub Repository

Explore

StylesTemplatesAnimationsResource LibraryPromptsCollections

Learn

FoundationsGuideRecipesChangelogBlog

Dispatch

Get notified when new styles, templates and tools ship.

Stay Updated

By subscribing, you agree to our Privacy Policy and Terms.

(c) 2026 StyleKit. Open source project.

AboutContactPrivacyTermsSupport UsRefunds/陕ICP备2025065501号-3

StyleKit