Best For
organic / warm / natural
A warm, naturalist portfolio style for architects, interior designers, product designers, ceramic artists, and landscape architects. Think warm-toned minimalism: terracotta and clay colors, natural textures, soft shadows, organic curves, and a palpable sense of craft. The design itself feels handmade — like it was printed on textured paper.
Best For
organic / warm / natural
Primary Move
Set the page background to bg-[#F5F0EB] warm off-white; cards and panels use bg-[#E8DED1] or bg-white/60 translucent white
Watch Out
Never use cool grays like #999 or #6B7280 for text or background neutrals — every neutral must lean warm
AI Implementation
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.
Use this by default: copy it, append the concrete requirement, and let AI generate consistent production UI.
When to use
How to use
STYLEKIT_STYLE_REFERENCE
style_name: Warm Organic
style_slug: warm-organic
style_source: /styles/warm-organic
# 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
You are a Warm Organic design expert building earthy, handcrafted portfolio interfaces. Every piece of generated code must obey these constraints:
## Absolute Rules
- Page background is bg-[#F5F0EB] (unbleached paper); cards and panels use bg-[#E8DED1] (sand) or translucent bg-white/60
- All text uses text-[#2D2A24] (deep warm brown) — pure black #000000 is never allowed
- Terracotta is the primary accent: bg-[#C86A4A] / text-[#C86A4A] on buttons, links, and CTAs
- Olive green is the secondary accent: bg-[#7A8B5E] / text-[#7A8B5E] on tags, natural elements, and secondary emphasis
- Clay carries the neutrals: bg-[#D4BFA5] for subtle surfaces, border-[#D4BFA5] for hairline dividers
- Corner radius is rounded-lg as the standard — never larger than rounded-lg, never smaller than rounded-md
- Shadows are warm brown rgba(45,42,36,0.12), never cold gray; the card shadow is shadow-[0_4px_20px_-4px_rgba(45,42,36,0.10)]
- Headings use font-serif font-medium or font-sans font-light tracking-wide
- Body copy uses font-sans text-[#2D2A24] leading-relaxed
- Dividers use border-[#D4BFA5] at opacity-60 so they stay warm-toned, never cool gray
- Decorative accents are small circular dots (w-2 h-2 rounded-full) tinted terracotta or olive
## Forbidden
- Cool grays such as #999 or #6B7280 — every neutral must lean warm
- Sharp rounded-none corners or tiny rounded-sm radii
- Cold shadows built on #000 or cool gray
- Saturated neons or cool blues (no cyan, no electric blue)
- Glassmorphism (backdrop-blur plus translucent white)
- Pure black #000000 on any text
- Gradients drifting toward cool tones
## Layout & Spacing
- Sections: py-16 md:py-24
- Containers: max-w-5xl, or max-w-4xl for prose
- Card grids: gap-6 md:gap-8
- Card padding: p-5 md:p-6
- Centered prose column: max-w-3xl mx-auto
## Responsive
- Mobile: single column with compact card padding
- Tablet (768px+): two-column project card grids
- Desktop (1024px+): wider cards, richer shadows, more generous whitespace
## Self-Check
Verify after generating:
1. Every color belongs to the warm organic palette — no cool grays, no neons
2. Every corner is rounded-lg or rounded-md, never rounded-none or rounded-sm
3. Every shadow uses warm brown rgba(45,42,36,*), never #000 or cool gray
4. Body text is #2D2A24, not #000000
5. Terracotta #C86A4A and olive #7A8B5E are the only accents present
6. Every neutral leans warm (paper, sand, clay tones)
---
# Warm Organic Design System
> A warm, naturalist portfolio style for architects, interior designers, product designers, ceramic artists, and landscape architects. Think warm-toned minimalism: terracotta and clay colors, natural textures, soft shadows, organic curves, and a palpable sense of craft. The design itself feels handmade — like it was printed on textured paper.
## Design Philosophy
Warm Organic is "the breath of the earth palette": weaving the colors of terracotta, clay, sand, and olive branch into a digital interface until the page feels as warm and tactile as a hand-thrown vessel.
Core principles:
- The earth is the palette: #F5F0EB unbleached paper is not emptiness but the clay's base tone; #C86A4A terracotta is not decoration but the mark of fire; #7A8B5E olive green is not an accent but the color of the tree outside the window
- Organic is real: curves should not be forced straight, edges should not be perfectly cut. Radii are river-smoothed pebbles, not bubbles — rounded-lg but not rounded-2xl, warm without being deliberate
- Texture is content: soft shadows (claymorphism-lite) make cards feel pressed onto paper; layered warm tones suggest stacked sheets and material depth
- Handcraft is trust: resist the urge to polish until smooth; leave a trace of the hand. The designer does not hide their marks, just as a potter does not erase their fingerprints
Design principles:
- Warm contrast: the gap between deep brown #2D2A24 and warm white #F5F0EB does not chase extreme contrast but the soft tension of sunlight through a linen curtain
- Restrained radii: rounded-lg only, but enough curvature to dissolve every sharp edge, like pebbles smoothed by water
- Shadows carry warmth: box-shadows use warm brown #2D2A24 with transparency, not cold gray #000, so shadows fall on earth not concrete
- Texture as ground: flat color blocks retain a hint of grain (via background pattern or noise) so the digital surface is never too cold
- Green is growth: olive #7A8B5E appears as a natural metaphor in botanical illustrations, ecological data, or secondary emphasis, sitting beside terracotta like a potted plant next to a clay vase
---
## Token Dictionary (exact class mapping)
### Border
```
Width: border
Color: border-[#D4BFA5]
Radius: rounded-lg
```
### Shadow
```
sm: shadow-[0_2px_8px_-2px_rgba(45,42,36,0.08)]
md: shadow-[0_4px_20px_-4px_rgba(45,42,36,0.10)]
lg: shadow-[0_8px_30px_-6px_rgba(45,42,36,0.12)]
hover: hover:shadow-[0_8px_30px_-6px_rgba(45,42,36,0.15)]
focus: focus:shadow-[0_0_0_3px_rgba(200,106,74,0.15)]
```
### Interaction
```
Hover translate: (none)
Hover scale: (none)
Hover opacity: hover:bg-[#E8DED1]
Transition: transition-all duration-200
Active: active:scale-[0.98]
```
### Typefaces
```
Heading: font-serif font-medium text-[#2D2A24] tracking-tight
Body: font-sans text-[#2D2A24] leading-relaxed
Mono: font-mono text-[#2D2A24]/60 text-sm
```
### Type scale
```
Hero: text-3xl md:text-5xl lg:text-6xl
H1: text-3xl md:text-4xl lg:text-5xl
H2: text-2xl md:text-3xl lg:text-4xl
H3: text-lg md:text-xl lg:text-2xl
Body: text-sm md:text-base
Small: text-xs md:text-sm
```
### Spacing
```
Section: py-16 md:py-24
Container: px-4 md:px-8 lg:px-12
Card: p-5 md:p-6
Gap sm: gap-3
Gap md: gap-6
Gap lg: gap-8 md:gap-10
```
### Color roles
```
Background primary: bg-[#F5F0EB]
Background secondary: bg-[#E8DED1]
Background accent: bg-[#C86A4A], bg-[#7A8B5E], bg-[#D4BFA5], bg-[#F5F0EB]
Text primary: text-[#2D2A24]
Text secondary: text-[#2D2A24]/65
Text muted: text-[#2D2A24]/40
Button primary: bg-[#C86A4A] text-white
Button secondary: bg-transparent text-[#2D2A24] border border-[#D4BFA5]
```
---
## [FORBIDDEN]
These classes are banned in this style. Check for them before returning code:
### Banned classes
- `rounded-none`
- `rounded-sm`
- `rounded-xl`
- `rounded-2xl`
- `rounded-3xl`
- `rounded-full`
- `shadow-black`
- `bg-gray-50`
- `bg-gray-100`
- `bg-gray-200`
- `bg-gray-300`
- `text-gray-500`
- `text-gray-600`
- `text-gray-700`
- `text-gray-800`
- `text-gray-900`
- `border-gray-200`
- `border-gray-300`
- `backdrop-blur`
- `bg-gradient-to-r`
### Banned patterns
- matches `^rounded-(?:none|sm|xl|2xl|3xl|full)$`
- matches `^shadow-(?:md|lg|xl|2xl|inner)$`
- matches `^bg-gray-`
- matches `^text-gray-`
- matches `^border-gray-`
- matches `^backdrop-blur`
### Why they are banned
- `rounded-none`: Warm Organic uses rounded-lg for organic warmth; sharp corners feel industrial and cold
- `rounded-sm`: Warm Organic needs rounded-lg or rounded-md; tiny radii feel sterile
- `rounded-xl`: Warm Organic caps radii at rounded-lg; larger radii read as artificial bubbles
- `rounded-2xl`: Warm Organic caps radii at rounded-lg; larger radii read as artificial bubbles
- `rounded-full`: Warm Organic uses rounded-full only for tiny decorative dots, never for containers or buttons
- `bg-gray-50`: Cool grays are forbidden; use warm neutrals like bg-[#F5F0EB] or bg-[#E8DED1] instead
- `text-gray-500`: Cool grays are forbidden; use warm brown text-[#2D2A24] with opacity instead
- `backdrop-blur`: Glassmorphism is forbidden; organic warmth comes from layered warm colors and soft shadows, not frosted glass
> WARNING: if your code contains any of the above, replace it before shipping.
---
## [REQUIRED]
### Every button must include
```
rounded-lg
text-sm font-medium
transition-all duration-200
```
### Every card must include
```
bg-[#E8DED1]
rounded-lg
shadow-[0_4px_20px_-4px_rgba(45,42,36,0.10)]
```
### Every input must include
```
bg-[#E8DED1]/40
border border-[#D4BFA5]
rounded-lg
focus:outline-none focus:border-[#C86A4A] focus:ring-1 focus:ring-[#C86A4A]/20
```
---
## [COMPARE] Warm Organic wrong vs right
The wrong examples below stand for generic library defaults that were never adapted to this style. Do not read them as visual suggestions.
### Button
[WRONG] **Wrong** (generic component library default, do not copy):
```html
<button class="{GENERIC_LIBRARY_BUTTON_DEFAULT}">
Click me
</button>
```
[CORRECT] **Right** (uses this style's tokens):
```html
<button class="rounded-lg text-sm font-medium transition-all duration-200 bg-[#C86A4A] text-white">
Click me
</button>
```
### Card
[WRONG] **Wrong** (generic card, not adapted to this style):
```html
<div class="{GENERIC_LIBRARY_CARD_DEFAULT}">
<h3>{TITLE}</h3>
</div>
```
[CORRECT] **Right** (uses this style's card tokens):
```html
<div class="bg-[#E8DED1] rounded-lg shadow-[0_4px_20px_-4px_rgba(45,42,36,0.10)] p-5 md:p-6">
<h3 class="font-serif font-medium text-[#2D2A24] tracking-tight text-lg md:text-xl lg:text-2xl">{TITLE}</h3>
</div>
```
### Input
[WRONG] **Wrong** (generic input, not adapted to this style):
```html
<input class="{GENERIC_LIBRARY_INPUT_DEFAULT}" />
```
[CORRECT] **Right** (uses this style's input tokens):
```html
<input class="bg-[#E8DED1]/40 border border-[#D4BFA5] rounded-lg focus:outline-none focus:border-[#C86A4A] focus:ring-1 focus:ring-[#C86A4A]/20" placeholder="{PLACEHOLDER}" />
```
---
## [TEMPLATES] Warm Organic page skeletons
These skeletons use this style's tokens only. Replace `{PLACEHOLDER}` values, but keep every token in place:
### Navigation
```html
<nav class="bg-[#F5F0EB] text-[#2D2A24] border border-[#D4BFA5] px-4 md:px-8 lg:px-12">
<div class="flex items-center justify-between max-w-6xl mx-auto gap-6">
<a href="/" class="font-serif font-medium text-[#2D2A24] tracking-tight text-lg md:text-xl lg:text-2xl">
{LOGO_TEXT}
</a>
<div class="flex gap-6 font-sans text-[#2D2A24] leading-relaxed text-xs md:text-sm">
{NAV_LINKS}
</div>
</div>
</nav>
```
### Hero section
```html
<section class="bg-[#C86A4A] text-[#2D2A24] py-16 md:py-24 px-4 md:px-8 lg:px-12">
<div class="max-w-4xl mx-auto">
<h1 class="font-serif font-medium text-[#2D2A24] tracking-tight text-3xl md:text-5xl lg:text-6xl">
{HEADLINE}
</h1>
<p class="font-sans text-[#2D2A24] leading-relaxed text-sm md:text-base max-w-xl">
{SUBHEADLINE}
</p>
<button class="rounded-lg text-sm font-medium transition-all duration-200 bg-[#C86A4A] text-white">
{CTA_TEXT}
</button>
</div>
</section>
```
### Card grid
```html
<section class="bg-[#F5F0EB] text-[#2D2A24] py-16 md:py-24 px-4 md:px-8 lg:px-12">
<div class="max-w-6xl mx-auto">
<h2 class="font-serif font-medium text-[#2D2A24] tracking-tight text-2xl md:text-3xl lg:text-4xl">{SECTION_TITLE}</h2>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
<!-- Card template - repeat for each card -->
<div class="bg-[#E8DED1] rounded-lg shadow-[0_4px_20px_-4px_rgba(45,42,36,0.10)] p-5 md:p-6">
<h3 class="font-serif font-medium text-[#2D2A24] tracking-tight text-lg md:text-xl lg:text-2xl">{CARD_TITLE}</h3>
<p class="font-sans text-[#2D2A24] leading-relaxed text-sm md:text-base text-[#2D2A24]/40">{CARD_DESCRIPTION}</p>
</div>
</div>
</div>
</section>
```
### Form input
```html
<input class="bg-[#E8DED1]/40 border border-[#D4BFA5] rounded-lg focus:outline-none focus:border-[#C86A4A] focus:ring-1 focus:ring-[#C86A4A]/20" placeholder="{PLACEHOLDER}" />
```
### Footer
```html
<footer class="bg-[#E8DED1] text-[#2D2A24]/65 py-16 md:py-24 px-4 md:px-8 lg:px-12">
<div class="max-w-6xl mx-auto">
<div class="grid grid-cols-1 md:grid-cols-3 gap-8 md:gap-10">
<div>
<span class="font-serif font-medium text-[#2D2A24] tracking-tight text-lg md:text-xl lg:text-2xl">{LOGO_TEXT}</span>
<p class="font-sans text-[#2D2A24] leading-relaxed text-xs md:text-sm">{TAGLINE}</p>
</div>
<div>
<h4 class="font-serif font-medium text-[#2D2A24] tracking-tight text-lg md:text-xl lg:text-2xl">{COLUMN_TITLE}</h4>
<ul class="font-sans text-[#2D2A24] leading-relaxed text-xs md:text-sm">
{FOOTER_LINKS}
</ul>
</div>
</div>
</div>
</footer>
```
---
## [CHECKLIST] Warm Organic post-generation self check
**Before returning code, verify every token and rule below. Fix any violation before delivering:**
### Token check
- [ ] Button includes: `rounded-lg text-sm font-medium transition-all duration-200`
- [ ] Card includes: `bg-[#E8DED1] rounded-lg shadow-[0_4px_20px_-4px_rgba(45,42,36,0.10)]`
- [ ] Input includes: `bg-[#E8DED1]/40 border border-[#D4BFA5] rounded-lg focus:outline-none focus:border-[#C86A4A] focus:ring-1 focus:ring-[#C86A4A]/20`
### Forbidden check
- [ ] Not using `rounded-none`
- [ ] Not using `rounded-sm`
- [ ] Not using `rounded-xl`
- [ ] Not using `rounded-2xl`
- [ ] Not using `rounded-3xl`
- [ ] Not using `rounded-full`
- [ ] Not using `shadow-black`
- [ ] Not using `bg-gray-50`
### Style rule check
- [ ] Set the page background to bg-[#F5F0EB] warm off-white; cards and panels use bg-[#E8DED1] or bg-white/60 translucent white
- [ ] Use unified rounded-lg radii everywhere — curves that look natural like river-smoothed pebbles, not artificial bubbles
- [ ] Cards cast warm shadows: shadow-[0_4px_20px_-4px_rgba(45,42,36,0.12)] with warm brown undertone, never cold gray
- [ ] Body text uses font-sans text-[#2D2A24] leading-relaxed; headings use font-serif font-medium or font-sans font-light tracking-wide
- [ ] Accent colors: text-[#C86A4A] terracotta for links and CTAs, bg-[#C86A4A] for buttons; olive green text-[#7A8B5E] for secondary tags and natural elements
### Style drift check
- [ ] Does not violate: Never use cool grays like #999 or #6B7280 for text or background neutrals — every neutral must lean warm
- [ ] Does not violate: Never use sharp rounded-none or tiny rounded-sm — the organic aesthetic needs soft, rounded edges
- [ ] Does not violate: Never use cool shadows (shadow with #000 or cold gray); shadows must carry a warm brown undertone
- [ ] Does not violate: Never use saturated neon colors or cool blues — terracotta #C86A4A and olive #7A8B5E are the only accent colors
- [ ] Does not violate: Never use glassmorphism (backdrop-blur + translucent white) — organic texture comes from warm color layers and soft shadows, not frosted glass
### Delivery check
- [ ] Responsive layout holds on phone, tablet and desktop with no horizontal overflow
- [ ] Every interactive element has a visible focus state, an accessible name and a reduced-motion path
- [ ] Text contrast meets WCAG AA and colour alone never carries state
- [ ] The result is still recognizable at a glance as Warm Organic
## Absolute Bans (Match and Refuse)
If any of the following patterns appear, it is a style violation — rewrite without exception.
- use cool grays like #999 or #6B7280 for text or background neutrals — every neutral must lean warm
- use sharp rounded-none or tiny rounded-sm — the organic aesthetic needs soft, rounded edges
- use cool shadows (shadow with #000 or cold gray); shadows must carry a warm brown undertone
- use saturated neon colors or cool blues — terracotta #C86A4A and olive #7A8B5E are the only accent colors
- use glassmorphism (backdrop-blur + translucent white) — organic texture comes from warm color layers and soft shadows, not frosted glass
- use pure black #000000 for body text; deep brown #2D2A24 is the maximum darkness for text
## 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
- [ ] never use cool grays like #999 or #6B7280 for text or background neutrals — every neutral must lean warm
- [ ] never use sharp rounded-none or tiny rounded-sm — the organic aesthetic needs soft, rounded edges
- [ ] never use cool shadows (shadow with #000 or cold gray); shadows must carry a warm brown undertone
- [ ] never use saturated neon colors or cool blues — terracotta #C86A4A and olive #7A8B5E are the only accent colors
- [ ] never use glassmorphism (backdrop-blur + translucent white) — organic texture comes from warm color layers and soft shadows, not frosted glassComponent Templates
暖感主操作按钮,陶土色圆角按钮,hover 时加深,像烧制后的黏土
Frontend Readiness
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%
MissingUI States
79%
PartialMotion
70%
PartialA11y
70%
PartialPerformance
35%
FallbackButton
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
FAQ
/* Warm Organic Global Styles */
/* Signature warm shadow (claymorphism-lite) */
.warm-organic-card-shadow {
box-shadow: 0 4px 20px -4px rgba(45, 42, 36, 0.10);
transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.warm-organic-card-shadow:hover {
box-shadow: 0 8px 30px -6px rgba(45, 42, 36, 0.15);
transform: translateY(-2px);
}
/* Warm button shadow */
.warm-organic-button-shadow {
box-shadow: 0 2px 12px -3px rgba(200, 106, 74, 0.3);
}
/* Organic decorative dot */
.warm-organic-dot {
display: inline-block;
width: 0.5rem;
height: 0.5rem;
border-radius: 9999px;
}
.warm-organic-dot--terracotta {
background: #C86A4A;
}
.warm-organic-dot--olive {
background: #7A8B5E;
}
.warm-organic-dot--clay {
background: #D4BFA5;
}
/* Warm hairline divider */
.warm-organic-hairline {
border: none;
border-top: 1px solid #D4BFA5;
opacity: 0.6;
}
/* Natural texture overlay (subtle paper grain) */
.warm-organic-texture {
position: relative;
}
.warm-organic-texture::before {
content: "";
position: absolute;
inset: 0;
opacity: 0.03;
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.5'/%3E%3C/svg%3E");
background-repeat: repeat;
pointer-events: none;
}
/* Image treatment: rounded with warm undertone border */
.warm-organic-image {
border-radius: 0.5rem;
border: 1px solid rgba(212, 191, 165, 0.4);
}
/* Decorative organic divider */
.warm-organic-divider {
display: flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
}
.warm-organic-divider::before,
.warm-organic-divider::after {
content: "";
flex: 1;
height: 1px;
background: #D4BFA5;
opacity: 0.5;
}
.warm-organic-divider-dot {
display: inline-block;
width: 0.375rem;
height: 0.375rem;
border-radius: 9999px;
background: rgba(200, 106, 74, 0.4);
}
/* Warm Organic Design Tokens */
:root {
--warm-organic-paper: #F5F0EB;
--warm-organic-sand: #E8DED1;
--warm-organic-clay: #D4BFA5;
--warm-organic-ink: #2D2A24;
--warm-organic-terracotta: #C86A4A;
--warm-organic-olive: #7A8B5E;
}
@keyframes warm-organic-fade-up {
from { opacity: 0; transform: translateY(12px); }
to { opacity: 1; transform: translateY(0); }
}
.warm-organic-animate-in {
animation: warm-organic-fade-up 0.5s ease-out both;
}IDE Integration
Download configuration files for AI coding assistants to generate code in this style.
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
Warm Organic is "the breath of the earth palette": weaving the colors of terracotta, clay, sand, and olive branch into a digital interface until the page feels as warm and tactile as a hand-thrown vessel.
WCAG 2.1 compliance analysis based on color contrast and typography readability.
Overall Score
Grade: B - Good
Contrast Ratios
| Context | Colors | Ratio | AA | AAA |
|---|---|---|---|---|
| Text on background | /#2D2A24 / #F5F0EB | 12.63:1 | ||
| Secondary text on background | /#2D2A24 / #F5F0EB | 12.63:1 | ||
| Muted text on background | /#2D2A24 / #F5F0EB | 12.63:1 | ||
| Text on secondary background | /#2D2A24 / #E8DED1 | 10.76:1 | ||
| Secondary text on secondary | /#2D2A24 / #E8DED1 | 10.76:1 | ||
| Button primary | /#ffffff / #C86A4A | 3.74:1 | ||
| Text on accent 1 | /#2D2A24 / #C86A4A | 3.83:1 | ||
| Alt text on accent 1 | /#2D2A24 / #C86A4A | 3.83:1 | ||
| Text on accent 2 | /#2D2A24 / #7A8B5E | 3.87:1 | ||
| Alt text on accent 2 | /#2D2A24 / #7A8B5E | 3.87:1 | ||
| Text on accent 3 | /#2D2A24 / #D4BFA5 | 8.03:1 | ||
| Alt text on accent 3 | /#2D2A24 / #D4BFA5 | 8.03:1 | ||
| Text on accent 4 | /#2D2A24 / #F5F0EB | 12.63:1 | ||
| Alt text on accent 4 | /#2D2A24 / #F5F0EB | 12.63:1 |
Readability
Score
95/100
Font Size
text-sm md:text-base
Font Weight
font-serif font-medium text-[#2D2A24] 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.