Best For
graffiti style / street art / spray paint effect
Street graffiti art style with spray-paint textures, bold clashing colors, hand-lettered tags, and brick-wall backgrounds. A visual expression of urban culture and rebellious spirit.
Best For
graffiti style / street art / spray paint effect
Primary Move
Use dark gray/near-black bg-[#1c1c1e] as main background simulating brick walls/asphalt
Watch Out
Do not use soft pastel colors
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: Graffiti Street
style_slug: graffiti-street
style_source: /styles/graffiti-street
# 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 Graffiti Street design style frontend development expert. All generated code must strictly follow these constraints:
## Absolutely Forbidden
- Pastel or soft colors (pink-200, blue-200, etc.)
- Thin fonts (font-light, font-thin, font-normal)
- Perfectly aligned symmetric grid layouts
- Rounded cute elements (rounded-full on cards)
- Backdrop blur effects (backdrop-blur)
- Soft shadows (shadow-sm, shadow-md, shadow-lg)
- Warm cozy color schemes
## Must Follow
- Dark asphalt background bg-[#1c1c1e] as base
- High-saturation spray colors: #ff2d55, #00e5ff, #ffea00, #b620e0, #ff6d00
- Extra-bold fonts font-black uppercase throughout
- Random rotation and skew transforms on elements
- Thick borders border-4 with hard offset shadows shadow-[Npx_Npx_0px]
- Text shadow for spray paint glow effect
- Asymmetric, non-grid layouts preferred
- No rounded corners: rounded-none throughout
## Color Palette
Primary:
- Spray Red: #ff2d55
- Asphalt: #1c1c1e
- Cyan Spray: #00e5ff
- Neon Yellow: #ffea00
- Purple: #b620e0
- Orange: #ff6d00
## Unique Elements (Graffiti-Only)
1. Spray paint transforms: style={{ transform: "rotate(Ndeg) skewX(Ndeg)" }} on text and cards
2. Drip decorations: thin vertical div elements simulating paint drips
3. Brick wall texture: repeating-linear-gradient grid pattern in the background
4. Stencil text: font-black uppercase with letter-spacing and optional stroke
5. Color tag badges: inline colored spans with font-black uppercase labels
## Animation & Interaction Rules
- Paint Drip: On hover, drip decorations stretch along the Y axis, simulating fresh spray paint running.
- Vandalism Snap: Interactions allow more aggressive rotation/tilt switching, emphasizing the unauthorized street vandalism feel.
- Hard Contrast: Active must instantly remove hard shadows and shift significantly, creating a "stamp-hitting-wall" impact.
- Zero Polish: Animations stay short and hard-cut (duration-100/150 + ease-linear), avoiding elegant smooth styles.
---
# Graffiti Street Design System
> Street graffiti art style with spray-paint textures, bold clashing colors, hand-lettered tags, and brick-wall backgrounds. A visual expression of urban culture and rebellious spirit.
## Design Philosophy
Graffiti Street style originates from the graffiti culture of 1960s New York subways and Philadelphia streets, one of the four elements of hip-hop culture. From early simple "tag" signatures to later "wildstyle" and "piece" (masterpiece) works, graffiti has always been a symbol of urban youth self-expression and rebellious spirit.
In digital design, graffiti style recreates the raw energy of the streets: dark gray/near-black #1c1c1e simulates asphalt and brick-wall base colors; spray-paint red #ff2d55 and neon cyan #00e5ff are signature high-saturation clash colors; bold uppercase letters and tilted text mimic the spontaneity of spray-painted writing.
Core concepts:
- Spray-paint texture: text-shadow and drop-shadow simulate the fuzzy edges of spray-paint diffusion
- Bold color clashing: Red, cyan, yellow, purple, and orange in high-saturation collision -- rejecting harmony, pursuing impact
- Hand-lettered tags: Tilted text -rotate-[N deg], bold uppercase, and irregular spacing mimic hand-sprayed tags
- Brick-wall background: Dark gray base with subtle grid textures suggesting brick or concrete walls
Graffiti style suits music label websites, streetwear brands, skateboard culture communities, and indie musician homepages -- any scenario that needs to express urban rebellious spirit and youth cultural identity.
Key principle: Graffiti never aligns, never softens, never asks permission. Every element should have the spontaneous feel and raw power of being "sprayed directly on."
---
## Token Dictionary (exact class mapping)
### Border
```
Width: border-4
Color: border-[#ff2d55]
Radius: rounded-none
```
### Shadow
```
sm: shadow-[3px_3px_0px_#00e5ff]
md: shadow-[4px_4px_0px_#00e5ff]
lg: shadow-[6px_6px_0px_#00e5ff]
hover: hover:shadow-[2px_2px_0px_#00e5ff]
focus: focus:shadow-[0_0_12px_rgba(0,229,255,0.3)]
```
### Interaction
```
Hover translate: hover:translate-x-[2px] hover:translate-y-[2px]
Hover scale: (none)
Hover opacity: (none)
Transition: transition-all duration-150
Active: active:translate-x-[4px] active:translate-y-[4px] active:shadow-none
```
### Typefaces
```
Heading: font-black uppercase tracking-wider
Body: font-bold
Mono: font-mono font-bold uppercase tracking-widest
```
### Type scale
```
Hero: text-7xl md:text-9xl
H1: text-5xl md:text-7xl
H2: text-3xl md:text-5xl
H3: text-2xl md:text-3xl
Body: text-sm md:text-base
Small: text-xs
```
### Spacing
```
Section: py-12 md:py-20 lg:py-28
Container: px-4 md:px-8 lg:px-12
Card: p-6 md:p-8
Gap sm: gap-3 md:gap-4
Gap md: gap-4 md:gap-6
Gap lg: gap-6 md:gap-8
```
### Color roles
```
Background primary: bg-[#1c1c1e]
Background secondary: bg-[#ff2d55]
Background accent: bg-[#00e5ff], bg-[#ffea00], bg-[#b620e0], bg-[#ff6d00]
Text primary: text-white
Text secondary: text-[#00e5ff]
Text muted: text-white/60
Button primary: bg-[#ff2d55] text-white border-4 border-[#1c1c1e] shadow-[4px_4px_0px_#00e5ff]
Button secondary: bg-transparent text-[#ffea00] border-4 border-[#ffea00] shadow-[4px_4px_0px_#b620e0]
```
---
## [FORBIDDEN]
These classes are banned in this style. Check for them before returning code:
### Banned classes
- `rounded-lg`
- `rounded-xl`
- `rounded-2xl`
- `rounded-full`
- `font-light`
- `font-thin`
- `font-normal`
- `shadow-sm`
- `shadow-md`
- `shadow-lg`
- `backdrop-blur`
- `backdrop-blur-sm`
- `backdrop-blur-md`
### Banned patterns
- matches `^rounded-(?:lg|xl|2xl|3xl|full)$`
- matches `^font-(?:light|thin|normal)$`
- matches `^shadow-(?:sm|md|lg|xl)$`
- matches `^backdrop-blur`
- matches `^(?:bg|text)-(?:pink|blue|green)-[1-3]00$`
### Why they are banned
- `rounded-lg`: Graffiti uses sharp edges (rounded-none), never soft corners
- `font-light`: Graffiti uses font-black/font-bold exclusively, never thin fonts
- `shadow-md`: Graffiti uses hard offset shadows (Npx_Npx_0px), not soft blur
- `backdrop-blur`: Graffiti is opaque and raw, not translucent glass
> WARNING: if your code contains any of the above, replace it before shipping.
---
## [REQUIRED]
### Every button must include
```
rounded-none
font-black uppercase tracking-wider
border-4
transition-all duration-150
```
### Every card must include
```
rounded-none
bg-[#1c1c1e]
border-4
```
### Every input must include
```
rounded-none
border-4
bg-[#1c1c1e]/80
text-white
font-bold uppercase
focus:outline-none
```
---
## [COMPARE] Graffiti Street 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-none font-black uppercase tracking-wider border-4 transition-all duration-150 bg-[#ff2d55] text-white border-4 border-[#1c1c1e] shadow-[4px_4px_0px_#00e5ff]">
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="rounded-none bg-[#1c1c1e] border-4 p-6 md:p-8">
<h3 class="font-black uppercase tracking-wider text-2xl md:text-3xl">{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="rounded-none border-4 bg-[#1c1c1e]/80 text-white font-bold uppercase focus:outline-none" placeholder="{PLACEHOLDER}" />
```
---
## [TEMPLATES] Graffiti Street page skeletons
These skeletons use this style's tokens only. Replace `{PLACEHOLDER}` values, but keep every token in place:
### Navigation
```html
<nav class="bg-[#1c1c1e] text-white border-4 border-[#ff2d55] px-4 md:px-8 lg:px-12">
<div class="flex items-center justify-between max-w-6xl mx-auto gap-4 md:gap-6">
<a href="/" class="font-black uppercase tracking-wider text-2xl md:text-3xl">
{LOGO_TEXT}
</a>
<div class="flex gap-4 md:gap-6 font-bold text-xs">
{NAV_LINKS}
</div>
</div>
</nav>
```
### Hero section
```html
<section class="bg-[#00e5ff] text-white py-12 md:py-20 lg:py-28 px-4 md:px-8 lg:px-12">
<div class="max-w-4xl mx-auto">
<h1 class="font-black uppercase tracking-wider text-7xl md:text-9xl">
{HEADLINE}
</h1>
<p class="font-bold text-sm md:text-base max-w-xl">
{SUBHEADLINE}
</p>
<button class="rounded-none font-black uppercase tracking-wider border-4 transition-all duration-150 bg-[#ff2d55] text-white border-4 border-[#1c1c1e] shadow-[4px_4px_0px_#00e5ff]">
{CTA_TEXT}
</button>
</div>
</section>
```
### Card grid
```html
<section class="bg-[#1c1c1e] text-white py-12 md:py-20 lg:py-28 px-4 md:px-8 lg:px-12">
<div class="max-w-6xl mx-auto">
<h2 class="font-black uppercase tracking-wider text-3xl md:text-5xl">{SECTION_TITLE}</h2>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4 md:gap-6">
<!-- Card template - repeat for each card -->
<div class="rounded-none bg-[#1c1c1e] border-4 p-6 md:p-8">
<h3 class="font-black uppercase tracking-wider text-2xl md:text-3xl">{CARD_TITLE}</h3>
<p class="font-bold text-sm md:text-base text-white/60">{CARD_DESCRIPTION}</p>
</div>
</div>
</div>
</section>
```
### Form input
```html
<input class="rounded-none border-4 bg-[#1c1c1e]/80 text-white font-bold uppercase focus:outline-none" placeholder="{PLACEHOLDER}" />
```
### Footer
```html
<footer class="bg-[#ff2d55] text-[#00e5ff] py-12 md:py-20 lg:py-28 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-6 md:gap-8">
<div>
<span class="font-black uppercase tracking-wider text-2xl md:text-3xl">{LOGO_TEXT}</span>
<p class="font-bold text-xs">{TAGLINE}</p>
</div>
<div>
<h4 class="font-black uppercase tracking-wider text-2xl md:text-3xl">{COLUMN_TITLE}</h4>
<ul class="font-bold text-xs">
{FOOTER_LINKS}
</ul>
</div>
</div>
</div>
</footer>
```
---
## [CHECKLIST] Graffiti Street post-generation self check
**Before returning code, verify every token and rule below. Fix any violation before delivering:**
### Token check
- [ ] Button includes: `rounded-none font-black uppercase tracking-wider border-4 transition-all duration-150`
- [ ] Card includes: `rounded-none bg-[#1c1c1e] border-4`
- [ ] Input includes: `rounded-none border-4 bg-[#1c1c1e]/80 text-white font-bold uppercase focus:outline-none`
### Forbidden check
- [ ] Not using `rounded-lg`
- [ ] Not using `rounded-xl`
- [ ] Not using `rounded-2xl`
- [ ] Not using `rounded-full`
- [ ] Not using `font-light`
- [ ] Not using `font-thin`
- [ ] Not using `font-normal`
- [ ] Not using `shadow-sm`
### Style rule check
- [ ] Use dark gray/near-black bg-[#1c1c1e] as main background simulating brick walls/asphalt
- [ ] Use high-saturation clash colors: text-[#ff2d55], text-[#00e5ff], text-[#ffea00], text-[#b620e0]
- [ ] Text uses font-black uppercase with random rotation -rotate-[N deg]
- [ ] Use text-shadow or drop-shadow to simulate spray-paint diffusion effect
- [ ] Buttons and tags use thick borders border-4 and hard offset shadows shadow-[Npx_Npx_0px]
### Style drift check
- [ ] Does not violate: Do not use soft pastel colors
- [ ] Does not violate: Do not use thin fonts (font-light, font-thin)
- [ ] Does not violate: Do not use symmetrical, neatly aligned grid layouts
- [ ] Does not violate: Do not use rounded cute elements (rounded-full on cards)
- [ ] Does not violate: Do not use frosted glass effects (backdrop-blur)
### 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 Graffiti Street
## Absolute Bans (Match and Refuse)
If any of the following patterns appear, it is a style violation — rewrite without exception.
- use soft pastel colors
- use thin fonts (font-light, font-thin)
- use symmetrical, neatly aligned grid layouts
- use rounded cute elements (rounded-full on cards)
- use frosted glass effects (backdrop-blur)
- use soft shadows (shadow-sm, shadow-md)
- use warm, cozy color schemes
## 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
- [ ] do not use soft pastel colors
- [ ] do not use thin fonts (font-light, font-thin)
- [ ] do not use symmetrical, neatly aligned grid layouts
- [ ] do not use rounded cute elements (rounded-full on cards)
- [ ] do not use frosted glass effects (backdrop-blur)More prompt libraries: All UI Prompts · Tailwind UI Prompts · Dark Mode UI Prompts
Component Templates
涂鸦风格按钮,喷漆红背景、粗黑边框、硬偏移阴影和倾斜变换
Frontend Readiness
This layer tracks whether the style is ready for real websites: theme modes, state feedback, keyboard access, and performance constraints.
Overall
58%
Fallback
Dark Mode
35%
FallbackUI 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
/* Graffiti Street Global Styles */
:root {
--graf-red: #ff2d55;
--graf-dark: #1c1c1e;
--graf-cyan: #00e5ff;
--graf-yellow: #ffea00;
--graf-purple: #b620e0;
--graf-orange: #ff6d00;
}
/* Spray paint text glow */
.graf-spray {
text-shadow:
0 0 4px currentColor,
0 0 8px currentColor;
}
/* Drip effect */
.graf-drip::after {
content: "";
position: absolute;
bottom: -8px;
left: 20%;
width: 3px;
height: 12px;
background: currentColor;
border-radius: 0 0 50% 50%;
opacity: 0.5;
}
/* Brick wall background pattern */
.graf-brick-wall {
background-color: var(--graf-dark);
background-image:
repeating-linear-gradient(
0deg,
transparent,
transparent 30px,
rgba(255, 255, 255, 0.03) 30px,
rgba(255, 255, 255, 0.03) 31px
),
repeating-linear-gradient(
90deg,
transparent,
transparent 60px,
rgba(255, 255, 255, 0.03) 60px,
rgba(255, 255, 255, 0.03) 61px
);
}
/* Tag underline - spray paint style */
.graf-tag-underline {
text-decoration: underline;
text-decoration-color: var(--graf-red);
text-decoration-thickness: 4px;
text-underline-offset: 4px;
}
/* Stencil text effect */
.graf-stencil {
font-weight: 900;
text-transform: uppercase;
letter-spacing: 0.15em;
-webkit-text-stroke: 2px currentColor;
color: transparent;
}Related Styles
Explore these styles for ready-made tokens and components.
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
Graffiti Street style originates from the graffiti culture of 1960s New York subways and Philadelphia streets, one of the four elements of hip-hop culture. From early simple "tag" signatures to later "wildstyle" and "piece" (masterpiece) works, graffiti has always been a symbol of urban youth self-expression and rebellious spirit.
WCAG 2.1 compliance analysis based on color contrast and typography readability.
Overall Score
Grade: D - Poor
Contrast Ratios
| Context | Colors | Ratio | AA | AAA |
|---|---|---|---|---|
| Text on background | /#ffffff / #1c1c1e | 17.01:1 | ||
| Secondary text on background | /#00e5ff / #1c1c1e | 11.06:1 | ||
| Text on secondary background | /#ffffff / #ff2d55 | 3.65:1 | ||
| Secondary text on secondary | /#00e5ff / #ff2d55 | 2.37:1 | ||
| Button primary | /#ffffff / #ff2d55 | 3.65:1 | ||
| Text on accent 1 | /#ffffff / #00e5ff | 1.54:1 | ||
| Alt text on accent 1 | /#00e5ff / #00e5ff | 1:1 | ||
| Text on accent 2 | /#ffffff / #ffea00 | 1.23:1 | ||
| Alt text on accent 2 | /#00e5ff / #ffea00 | 1.25:1 | ||
| Text on accent 3 | /#ffffff / #b620e0 | 4.92:1 | ||
| Alt text on accent 3 | /#00e5ff / #b620e0 | 3.2:1 | ||
| Text on accent 4 | /#ffffff / #ff6d00 | 2.82:1 | ||
| Alt text on accent 4 | /#00e5ff / #ff6d00 | 1.84:1 |
Readability
Score
87/100
Font Size
text-sm md:text-base
Font Weight
font-black uppercase tracking-wider
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.