Best For
acid graphics / acid design / psychedelic design
High-saturation fluorescent colors, distorted typography, liquid flowing forms, and psychedelic visuals. Rooted in rave culture and underground club aesthetics, presenting rebellion and experimentation through intense visual impact.
Best For
acid graphics / acid design / psychedelic design
Primary Move
Use pure black #0a0a0a as main background
Watch Out
Do not use soft pastel or low-saturation 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: Acid Graphics
style_slug: acid-graphics
style_source: /styles/acid-graphics
# 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 an Acid Graphics design style frontend development expert. All generated code must strictly follow these constraints:
## Absolutely Forbidden
- Soft pastel colors, muted tones, or low-saturation colors
- Rounded corners of any kind (rounded-md, rounded-lg, rounded-xl, rounded-full)
- Serif fonts
- Subtle or soft shadows (shadow-sm, shadow-md, shadow-lg)
- Gradients of any kind (all colors must be flat fluorescent)
- White or light backgrounds
- Backdrop blur or frosted glass effects
## Must Follow
- Dark background: bg-[#0a0a0a] always
- Fluorescent colors only: green #39ff14, yellow #e6ff00, purple #a020f0, pink #ff6ec7
- Monospace fonts: font-mono for all text
- All uppercase: uppercase tracking-widest
- Sharp edges: rounded-none everywhere
- Hard offset shadows: shadow-[Npx_Npx_0px_color] with fluorescent colors
- Bold borders: border-2 with fluorescent colors
- Skewed/rotated elements for distortion feel
- Scanline/noise overlays for visual interference
## Animation & Interaction Rules
- Hard & glitchy only: use duration-75 or duration-0 for interaction transitions
- Hover must feel unstable: skew, abrupt offset changes, or harsh color flips
- Active state must be brutal: collapse shadow instantly and increase press translation
- Avoid polished micro-interactions; interactions should feel raw and disruptive
## Color Palette
Primary:
- Fluorescent Green: #39ff14 (main accent)
- Black: #0a0a0a (backgrounds)
- Acid Yellow: #e6ff00 (highlights)
- Electric Purple: #a020f0 (shadows, secondary)
- Cyber Pink: #ff6ec7 (accents)
## Special Elements
- Scanline overlay effects (repeating-linear-gradient)
- Op-Art checkerboard patterns
- Chrome text layering (multiple offset text copies)
- 3D wireframe grid backgrounds
- Skewed card layouts and tilted elements
- Terminal-style form inputs with fluorescent cursors
---
# Acid Graphics Design System
> High-saturation fluorescent colors, distorted typography, liquid flowing forms, and psychedelic visuals. Rooted in rave culture and underground club aesthetics, presenting rebellion and experimentation through intense visual impact.
## Design Philosophy
Acid Graphics originates from 90s rave culture and underground club scenes, blending cyberpunk, psychedelic art, and experimental typography.
Core principles:
- Fluorescent colors: High-saturation fluorescent green, acid yellow, electric purple, and cyber pink
- Dark base: Deep black backgrounds make fluorescent colors more glaring and prominent
- Distorted morphing: Liquid distortion feel in typography and forms, tilted cards and elements
- Visual noise: Scanline overlays, Op-Art checkerboards, 3D wireframe grids
- Multi-layer stacking: Multi-layer offset stacking of text and color, creating visual interference
---
## Token Dictionary (exact class mapping)
### Border
```
Width: border-2
Color: border-[#39ff14]
Radius: rounded-none
```
### Shadow
```
sm: shadow-[2px_2px_0px_#a020f0]
md: shadow-[4px_4px_0px_#a020f0]
lg: shadow-[6px_6px_0px_#a020f0]
hover: hover:shadow-[8px_8px_0px_#a020f0]
focus: focus:shadow-[3px_3px_0px_#ff6ec7]
```
### Interaction
```
Hover translate: hover:translate-x-[2px] hover:translate-y-[2px]
Hover scale: (none)
Hover opacity: (none)
Transition: transition-all duration-150 ease-out
Active: active:translate-x-[4px] active:translate-y-[4px] active:shadow-none
```
### Typefaces
```
Heading: font-mono font-black uppercase tracking-widest
Body: font-mono
Mono: font-mono
```
### Type scale
```
Hero: text-5xl md:text-7xl lg:text-9xl
H1: text-4xl md:text-6xl
H2: text-3xl md:text-5xl
H3: text-xl md:text-2xl
Body: text-sm md:text-base
Small: text-xs md:text-sm
```
### Spacing
```
Section: py-12 md:py-20 lg:py-28
Container: px-4 md:px-8 lg:px-12
Card: p-5 md:p-8
Gap sm: gap-3 md:gap-4
Gap md: gap-4 md:gap-6
Gap lg: gap-6 md:gap-10
```
### Color roles
```
Background primary: bg-[#0a0a0a]
Background secondary: bg-[#111111]
Background accent: bg-[#39ff14], bg-[#e6ff00], bg-[#a020f0], bg-[#ff6ec7], bg-[#00ffff]
Text primary: text-[#39ff14]
Text secondary: text-[#a020f0]
Text muted: text-[#39ff14]/40
Button primary: bg-[#39ff14] text-[#0a0a0a] shadow-[4px_4px_0px_#a020f0]
Button secondary: bg-[#a020f0] text-[#39ff14] shadow-[4px_4px_0px_#e6ff00]
```
---
## [FORBIDDEN]
These classes are banned in this style. Check for them before returning code:
### Banned classes
- `rounded-md`
- `rounded-lg`
- `rounded-xl`
- `rounded-2xl`
- `rounded-full`
- `bg-gradient-to-r`
- `bg-gradient-to-b`
- `bg-gradient-to-br`
- `shadow-md`
- `shadow-lg`
- `shadow-xl`
- `backdrop-blur`
- `backdrop-blur-sm`
- `backdrop-blur-md`
- `font-serif`
- `bg-white`
- `bg-[#ffffff]`
- `text-gray-500`
- `text-slate-500`
### Banned patterns
- matches `^rounded-(?:md|lg|xl|2xl|full)$`
- matches `^bg-gradient-`
- matches `^shadow-(?:sm|md|lg|xl|2xl)$`
- matches `^backdrop-blur`
- matches `^font-serif$`
- matches `^bg-(?:white|\[#fff)`
### Why they are banned
- `rounded-lg`: Acid Graphics uses sharp edges only (rounded-none) - digital brutalism
- `bg-gradient-to-r`: Acid Graphics uses flat fluorescent colors, no gradients - colors are raw and unblended
- `shadow-md`: Acid Graphics uses hard offset shadows (shadow-[Npx_Npx_0px_color]), never soft shadows
- `backdrop-blur`: Acid Graphics is opaque and harsh, no frosted glass or blur effects
- `font-serif`: Acid Graphics uses monospace fonts only (font-mono) for terminal/digital aesthetic
- `bg-white`: Acid Graphics uses dark backgrounds only (bg-[#0a0a0a]), never white/light
> WARNING: if your code contains any of the above, replace it before shipping.
---
## [REQUIRED]
### Every button must include
```
rounded-none
font-mono font-bold uppercase tracking-widest
border-2
shadow-[4px_4px_0px_#a020f0]
transition-all duration-150 ease-out
```
### Every card must include
```
rounded-none
bg-[#0a0a0a]
border-2 border-[#39ff14]
shadow-[5px_5px_0px_#a020f0]
```
### Every input must include
```
rounded-none
border-2 border-[#39ff14]/60
bg-[#0a0a0a]
text-[#39ff14]
font-mono
focus:outline-none
```
---
## [COMPARE] Acid Graphics 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-mono font-bold uppercase tracking-widest border-2 shadow-[4px_4px_0px_#a020f0] transition-all duration-150 ease-out bg-[#39ff14] text-[#0a0a0a] shadow-[4px_4px_0px_#a020f0]">
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-[#0a0a0a] border-2 border-[#39ff14] shadow-[5px_5px_0px_#a020f0] p-5 md:p-8">
<h3 class="font-mono font-black uppercase tracking-widest text-xl md: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="rounded-none border-2 border-[#39ff14]/60 bg-[#0a0a0a] text-[#39ff14] font-mono focus:outline-none" placeholder="{PLACEHOLDER}" />
```
---
## [TEMPLATES] Acid Graphics page skeletons
These skeletons use this style's tokens only. Replace `{PLACEHOLDER}` values, but keep every token in place:
### Navigation
```html
<nav class="bg-[#0a0a0a] text-[#39ff14] border-2 border-[#39ff14] 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-mono font-black uppercase tracking-widest text-xl md:text-2xl">
{LOGO_TEXT}
</a>
<div class="flex gap-4 md:gap-6 font-mono text-xs md:text-sm">
{NAV_LINKS}
</div>
</div>
</nav>
```
### Hero section
```html
<section class="bg-[#39ff14] text-[#39ff14] 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-mono font-black uppercase tracking-widest text-5xl md:text-7xl lg:text-9xl">
{HEADLINE}
</h1>
<p class="font-mono text-sm md:text-base max-w-xl">
{SUBHEADLINE}
</p>
<button class="rounded-none font-mono font-bold uppercase tracking-widest border-2 shadow-[4px_4px_0px_#a020f0] transition-all duration-150 ease-out bg-[#39ff14] text-[#0a0a0a] shadow-[4px_4px_0px_#a020f0]">
{CTA_TEXT}
</button>
</div>
</section>
```
### Card grid
```html
<section class="bg-[#0a0a0a] text-[#39ff14] 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-mono font-black uppercase tracking-widest 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-[#0a0a0a] border-2 border-[#39ff14] shadow-[5px_5px_0px_#a020f0] p-5 md:p-8">
<h3 class="font-mono font-black uppercase tracking-widest text-xl md:text-2xl">{CARD_TITLE}</h3>
<p class="font-mono text-sm md:text-base text-[#39ff14]/40">{CARD_DESCRIPTION}</p>
</div>
</div>
</div>
</section>
```
### Form input
```html
<input class="rounded-none border-2 border-[#39ff14]/60 bg-[#0a0a0a] text-[#39ff14] font-mono focus:outline-none" placeholder="{PLACEHOLDER}" />
```
### Footer
```html
<footer class="bg-[#111111] text-[#a020f0] 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-10">
<div>
<span class="font-mono font-black uppercase tracking-widest text-xl md:text-2xl">{LOGO_TEXT}</span>
<p class="font-mono text-xs md:text-sm">{TAGLINE}</p>
</div>
<div>
<h4 class="font-mono font-black uppercase tracking-widest text-xl md:text-2xl">{COLUMN_TITLE}</h4>
<ul class="font-mono text-xs md:text-sm">
{FOOTER_LINKS}
</ul>
</div>
</div>
</div>
</footer>
```
---
## [CHECKLIST] Acid Graphics 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-mono font-bold uppercase tracking-widest border-2 shadow-[4px_4px_0px_#a020f0] transition-all duration-150 ease-out`
- [ ] Card includes: `rounded-none bg-[#0a0a0a] border-2 border-[#39ff14] shadow-[5px_5px_0px_#a020f0]`
- [ ] Input includes: `rounded-none border-2 border-[#39ff14]/60 bg-[#0a0a0a] text-[#39ff14] font-mono focus:outline-none`
### Forbidden check
- [ ] Not using `rounded-md`
- [ ] Not using `rounded-lg`
- [ ] Not using `rounded-xl`
- [ ] Not using `rounded-2xl`
- [ ] Not using `rounded-full`
- [ ] Not using `bg-gradient-to-r`
- [ ] Not using `bg-gradient-to-b`
- [ ] Not using `bg-gradient-to-br`
### Style rule check
- [ ] Use pure black #0a0a0a as main background
- [ ] Use fluorescent color system (green #39ff14, yellow #e6ff00, purple #a020f0, pink #ff6ec7)
- [ ] Use monospace fonts font-mono
- [ ] Keep sharp edges (rounded-none)
- [ ] Use hard-edge offset shadows (shadow-[Npx_Npx_0px_color])
### Style drift check
- [ ] Does not violate: Do not use soft pastel or low-saturation colors
- [ ] Does not violate: Do not use rounded corners (rounded-md and above)
- [ ] Does not violate: Do not use serif fonts
- [ ] Does not violate: Do not use soft shadows (shadow-md, shadow-lg, etc.)
- [ ] Does not violate: Do not use white or light backgrounds
### 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 Acid Graphics
## Absolute Bans (Match and Refuse)
If any of the following patterns appear, it is a style violation — rewrite without exception.
- use soft pastel or low-saturation colors
- use rounded corners (rounded-md and above)
- use serif fonts
- use soft shadows (shadow-md, shadow-lg, etc.)
- use white or light backgrounds
- use gradients (all colors must be flat fluorescent)
- use polished smooth animations (ease-in-out, slow micro-interactions)
## 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 or low-saturation colors
- [ ] do not use rounded corners (rounded-md and above)
- [ ] do not use serif fonts
- [ ] do not use soft shadows (shadow-md, shadow-lg, etc.)
- [ ] do not use white or light backgroundsMore prompt libraries: All UI Prompts · Tailwind UI Prompts · Dark Mode UI Prompts
Component Templates
Acid Graphics 风格按钮 - 荧光色硬边偏移阴影
Pointer Interactions
Pointer interactions tailored to this style — same cursor, completely different character. Move around the stage to feel it.
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
/* Acid Graphics Global Styles */
:root {
--acid-green: #39ff14;
--acid-black: #0a0a0a;
--acid-yellow: #e6ff00;
--acid-purple: #a020f0;
--acid-pink: #ff6ec7;
--acid-cyan: #00ffff;
}
/* Scanline overlay */
.acid-scanlines::after {
content: "";
position: absolute;
inset: 0;
background: repeating-linear-gradient(
0deg,
transparent,
transparent 2px,
rgba(57, 255, 20, 0.03) 2px,
rgba(57, 255, 20, 0.03) 4px
);
pointer-events: none;
}
/* Op-Art checkerboard */
.acid-checkerboard {
background-image:
linear-gradient(45deg, rgba(57, 255, 20, 0.04) 25%, transparent 25%),
linear-gradient(-45deg, rgba(57, 255, 20, 0.04) 25%, transparent 25%),
linear-gradient(45deg, transparent 75%, rgba(57, 255, 20, 0.04) 75%),
linear-gradient(-45deg, transparent 75%, rgba(57, 255, 20, 0.04) 75%);
background-size: 20px 20px;
background-position: 0 0, 0 10px, 10px -10px, -10px 0;
}
/* Chrome text layering - use with data-text attribute */
.acid-chrome {
position: relative;
}
.acid-chrome::before {
content: attr(data-text);
position: absolute;
top: 2px;
left: 3px;
color: var(--acid-purple);
opacity: 0.6;
}
.acid-chrome::after {
content: attr(data-text);
position: absolute;
top: -2px;
left: -2px;
color: var(--acid-pink);
opacity: 0.5;
}
/* Fluorescent glow */
.acid-glow {
text-shadow: 0 0 10px var(--acid-green), 0 0 20px var(--acid-green), 0 0 40px var(--acid-green);
}
/* 3D wireframe grid */
.acid-wireframe-grid {
background-image:
linear-gradient(rgba(57, 255, 20, 0.08) 1px, transparent 1px),
linear-gradient(90deg, rgba(57, 255, 20, 0.08) 1px, transparent 1px);
background-size: 40px 40px;
}
.acid-graphics-filter { filter: brightness(1.05) contrast(1.02); }
.acid-graphics-hover-lift { transition: transform 0.3s ease; }
.acid-graphics-hover-lift:hover { transform: translateY(-2px); }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
Acid Graphics originates from 90s rave culture and underground club scenes, blending cyberpunk, psychedelic art, and experimental typography.
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 | /#39ff14 / #0a0a0a | 14.6:1 | ||
| Secondary text on background | /#a020f0 / #0a0a0a | 3.73:1 | ||
| Muted text on background | /#39ff14 / #0a0a0a | 14.6:1 | ||
| Text on secondary background | /#39ff14 / #111111 | 13.93:1 | ||
| Secondary text on secondary | /#a020f0 / #111111 | 3.56:1 | ||
| Button primary | /#0a0a0a / #39ff14 | 14.6:1 | ||
| Text on accent 1 | /#39ff14 / #39ff14 | 1:1 | ||
| Alt text on accent 1 | /#a020f0 / #39ff14 | 3.91:1 | ||
| Text on accent 2 | /#39ff14 / #e6ff00 | 1.21:1 | ||
| Alt text on accent 2 | /#a020f0 / #e6ff00 | 4.71:1 | ||
| Text on accent 3 | /#39ff14 / #a020f0 | 3.91:1 | ||
| Alt text on accent 3 | /#a020f0 / #a020f0 | 1:1 | ||
| Text on accent 4 | /#39ff14 / #ff6ec7 | 1.86:1 | ||
| Alt text on accent 4 | /#a020f0 / #ff6ec7 | 2.1:1 | ||
| Text on accent 5 | /#39ff14 / #00ffff | 1.08:1 | ||
| Alt text on accent 5 | /#a020f0 / #00ffff | 4.23:1 |
Readability
Score
82/100
Font Size
text-sm md:text-base
Font Weight
font-mono font-black uppercase tracking-widest
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.