适合场景
酸性 / 迷幻 / 荧光
高饱和度荧光色彩、扭曲字体、液态流动形态和迷幻视觉。源于锐舞文化和地下俱乐部美学,以强烈的视觉冲击力呈现反叛与实验精神。
适合场景
酸性 / 迷幻 / 荧光
设计重点
使用纯黑 #0a0a0a 作为主背景
注意事项
禁止使用柔和的粉彩色或低饱和度色
AI 实现文档
默认用硬性提示词让 AI 直接生成前端;Design Spec 用来理解、改写和审核风格;Creative Brief 用来早期探索方向。
默认使用它:复制后追加具体需求,让 AI 直接生成一致、可落地的前端。
什么时候用
怎么用
STYLEKIT_STYLE_REFERENCE
style_name: 酸性平面设计
style_slug: acid-graphics
style_source: /styles/acid-graphics
# Hard Prompt
## 什么时候用
当你希望 AI 严格按风格规则生成代码时使用。它是生产界面最稳的默认选择。
## 怎么用
- 把完整提示词复制到 ChatGPT、Claude、Cursor 或其他编码助手。
- 在提示词后追加具体产品、页面或组件需求。
- 生成后按禁止项和交互状态检查,确认没有风格漂移。
请严格遵守以下风格规则并保持一致性,禁止风格漂移。
## 执行要求
- 优先保证风格一致性,其次再做创意延展。
- 遇到冲突时以禁止项为最高优先级。
- 输出前自检:颜色、排版、间距、交互是否仍属于该风格。
## Style Rules
你是一位专精于 Acid Graphics(酸性平面设计)风格的前端开发专家。生成的所有代码都必须严格遵守以下约束。
## 绝对禁止
- 禁止使用柔和的粉彩色或低饱和度色
- 禁止使用圆角(rounded-md 及以上)
- 禁止使用衬线字体
- 禁止使用白色或浅色背景
- 禁止使用渐变(所有颜色必须是纯平面荧光色)
- 禁止使用平滑抛光感动效(ease-in-out、缓慢微交互)
## 必须遵守
- 使用纯黑 #0a0a0a 作为主背景
- 使用荧光色系(绿 #39ff14、黄 #e6ff00、紫 #a020f0、粉 #ff6ec7)
- 使用等宽字体 font-mono
- 保持直角边缘(rounded-none)
- 使用硬边偏移阴影(shadow-[Npx_Npx_0px_color])
- 文字全部大写 uppercase tracking-widest
- 添加扫描线叠加效果
- 使用 skew/rotate 创造扭曲感
- 使用极短或无过渡的生硬动画(duration-75 或 duration-0)
- 悬停时加入故障感反馈(如 hover:-skew-x-6、瞬时反差变化)
## 动效与交互规则
- 只使用生硬、故障感的动效:交互过渡使用 duration-75 或 duration-0
- hover 必须带有不稳定感:skew 扭曲、突兀的偏移变化,或生硬的颜色切换
- active 状态必须干脆粗暴:阴影瞬间收起,并增大按压位移
- 避免打磨光滑的微交互;交互应该显得原始且具有冲击力
## 配色方案
主色:
- 荧光绿:#39ff14(主强调色)
- 黑色:#0a0a0a(背景)
- 酸性黄:#e6ff00(高亮)
- 电紫:#a020f0(阴影、次要色)
- 赛博粉:#ff6ec7(点缀色)
## 特殊元素
- 扫描线叠加效果(repeating-linear-gradient)
- Op-Art 棋盘格图案
- 镀铬文字叠层(多份偏移文字副本)
- 3D 线框网格背景
- 倾斜的卡片布局与倾斜元素
- 终端风格的表单输入框,配荧光光标
---
# Acid Graphics (酸性平面设计) Design System
> 高饱和度荧光色彩、扭曲字体、液态流动形态和迷幻视觉。源于锐舞文化和地下俱乐部美学,以强烈的视觉冲击力呈现反叛与实验精神。
## 核心理念
Acid Graphics 源于90年代锐舞文化和地下俱乐部场景,融合了赛博朋克、迷幻艺术和实验排版。
核心理念:
- 荧光色彩:使用高饱和度的荧光绿、酸性黄、电紫和赛博粉
- 暗色基底:深黑背景让荧光色彩更加刺眼和突出
- 扭曲变形:字体和形态的液态扭曲感,倾斜的卡片和元素
- 视觉噪声:扫描线叠加、Op-Art 棋盘格、3D 线框网格
- 多层叠加:文字和色彩的多层偏移堆叠,制造视觉干扰
设计原则:
- 视觉一致性:所有组件必须遵循统一的视觉语言,从色彩到字体到间距保持谐调
- 层次分明:通过颜色深浅、字号大小、留白空间建立清晰的信息层级
- 交互反馈:每个可交互元素都必须有明确的 hover、active、focus 状态反馈
- 响应式适配:设计必须在移动端、平板、桌面端上保持一致的体验
- 无障碍性:确保色彩对比度符合 WCAG 2.1 AA 标准,所有交互元素可键盘访问
---
## Token 字典(精确 Class 映射)
### 边框
```
宽度: border-2
颜色: border-[#39ff14]
圆角: rounded-none
```
### 阴影
```
小: shadow-[2px_2px_0px_#a020f0]
中: shadow-[4px_4px_0px_#a020f0]
大: shadow-[6px_6px_0px_#a020f0]
悬停: hover:shadow-[8px_8px_0px_#a020f0]
聚焦: focus:shadow-[3px_3px_0px_#ff6ec7]
```
### 交互效果
```
悬停位移: hover:translate-x-[2px] hover:translate-y-[2px]
悬停缩放: (无)
悬停透明度: (无)
过渡动画: transition-all duration-150 ease-out
按下状态: active:translate-x-[4px] active:translate-y-[4px] active:shadow-none
```
### 字体
```
标题: font-mono font-black uppercase tracking-widest
正文: font-mono
等宽: font-mono
```
### 字号
```
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
正文: text-sm md:text-base
小字: text-xs md:text-sm
```
### 间距
```
Section: py-12 md:py-20 lg:py-28
容器: px-4 md:px-8 lg:px-12
卡片: p-5 md:p-8
小间距: gap-3 md:gap-4
中间距: gap-4 md:gap-6
大间距: gap-6 md:gap-10
```
### 颜色角色
```
背景主色: bg-[#0a0a0a]
背景辅色: bg-[#111111]
背景强调色: bg-[#39ff14], bg-[#e6ff00], bg-[#a020f0], bg-[#ff6ec7], bg-[#00ffff]
正文主色: text-[#39ff14]
正文辅色: text-[#a020f0]
正文弱化色: text-[#39ff14]/40
按钮主色: bg-[#39ff14] text-[#0a0a0a] shadow-[4px_4px_0px_#a020f0]
按钮辅色: bg-[#a020f0] text-[#39ff14] shadow-[4px_4px_0px_#e6ff00]
```
---
## [FORBIDDEN] 绝对禁止
以下 class 在本风格中**绝对禁止使用**,生成时必须检查并避免:
### 禁止的 Class
- `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`
### 禁止的模式
- 匹配 `^rounded-(?:md|lg|xl|2xl|full)$`
- 匹配 `^bg-gradient-`
- 匹配 `^shadow-(?:sm|md|lg|xl|2xl)$`
- 匹配 `^backdrop-blur`
- 匹配 `^font-serif$`
- 匹配 `^bg-(?:white|\[#fff)`
### 禁止原因
- `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: 如果你的代码中包含以上任何 class,必须立即替换。
---
## [REQUIRED] 必须包含
### 按钮必须包含
```
rounded-none
font-mono font-bold uppercase tracking-widest
border-2
shadow-[4px_4px_0px_#a020f0]
transition-all duration-150 ease-out
```
### 卡片必须包含
```
rounded-none
bg-[#0a0a0a]
border-2 border-[#39ff14]
shadow-[5px_5px_0px_#a020f0]
```
### 输入框必须包含
```
rounded-none
border-2 border-[#39ff14]/60
bg-[#0a0a0a]
text-[#39ff14]
font-mono
focus:outline-none
```
---
## [COMPARE] Acid Graphics 错误 vs 正确对比
以下错误示例只代表“未经过当前风格适配的通用默认值”,不要把错误示例当成视觉建议。
### 按钮
[WRONG] **错误示例**(通用组件库默认样式,不要直接复制):
```html
<button class="{GENERIC_LIBRARY_BUTTON_DEFAULT}">
点击我
</button>
```
[CORRECT] **正确示例**(使用当前风格的 token):
```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]">
点击我
</button>
```
### 卡片
[WRONG] **错误示例**(未经当前风格适配的通用卡片):
```html
<div class="{GENERIC_LIBRARY_CARD_DEFAULT}">
<h3>{TITLE}</h3>
</div>
```
[CORRECT] **正确示例**(使用当前风格的 card token):
```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>
```
### 输入框
[WRONG] **错误示例**(未经当前风格适配的通用输入框):
```html
<input class="{GENERIC_LIBRARY_INPUT_DEFAULT}" />
```
[CORRECT] **正确示例**(使用当前风格的 input token):
```html
<input class="rounded-none border-2 border-[#39ff14]/60 bg-[#0a0a0a] text-[#39ff14] font-mono focus:outline-none" placeholder="{PLACEHOLDER}" />
```
---
## [TEMPLATES] Acid Graphics 页面骨架模板
以下骨架只使用当前风格的 token。替换 `{PLACEHOLDER}` 时,不要移除或替换这些 token:
### 导航栏骨架
```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 区块骨架
```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>
```
### 卡片网格骨架
```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>
```
### 表单输入骨架
```html
<input class="rounded-none border-2 border-[#39ff14]/60 bg-[#0a0a0a] text-[#39ff14] font-mono focus:outline-none" placeholder="{PLACEHOLDER}" />
```
### 页脚骨架
```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 生成后自检清单
**输出代码前,逐项验证当前风格的 token 和规则。如有违反,先修正再交付:**
### Token 检查
- [ ] 按钮包含: `rounded-none font-mono font-bold uppercase tracking-widest border-2 shadow-[4px_4px_0px_#a020f0] transition-all duration-150 ease-out`
- [ ] 卡片包含: `rounded-none bg-[#0a0a0a] border-2 border-[#39ff14] shadow-[5px_5px_0px_#a020f0]`
- [ ] 输入框包含: `rounded-none border-2 border-[#39ff14]/60 bg-[#0a0a0a] text-[#39ff14] font-mono focus:outline-none`
### 禁止项检查
- [ ] 没有使用 `rounded-md`
- [ ] 没有使用 `rounded-lg`
- [ ] 没有使用 `rounded-xl`
- [ ] 没有使用 `rounded-2xl`
- [ ] 没有使用 `rounded-full`
- [ ] 没有使用 `bg-gradient-to-r`
- [ ] 没有使用 `bg-gradient-to-b`
- [ ] 没有使用 `bg-gradient-to-br`
### 风格规则检查
- [ ] 使用纯黑 #0a0a0a 作为主背景
- [ ] 使用荧光色系(绿 #39ff14、黄 #e6ff00、紫 #a020f0、粉 #ff6ec7)
- [ ] 使用等宽字体 font-mono
- [ ] 保持直角边缘(rounded-none)
- [ ] 使用硬边偏移阴影(shadow-[Npx_Npx_0px_color])
### 风格漂移检查
- [ ] 没有违反:禁止使用柔和的粉彩色或低饱和度色
- [ ] 没有违反:禁止使用圆角(rounded-md 及以上)
- [ ] 没有违反:禁止使用衬线字体
- [ ] 没有违反:禁止使用白色或浅色背景
- [ ] 没有违反:禁止使用渐变(所有颜色必须是纯平面荧光色)
### 通用交付检查
- [ ] 响应式布局在手机、平板和桌面下稳定,没有横向溢出
- [ ] 所有交互元素有清晰焦点、可访问名称和 reduced-motion 方案
- [ ] 文本对比度达到 WCAG AA,且没有用颜色单独传递状态
- [ ] 结果仍然能够一眼识别为 Acid Graphics
---
## [EXAMPLES] 示例 Prompt
### 1. 酸性平面着陆页
荧光色迷幻风格的着陆页,包含扫描线和 Op-Art 元素
```
Use Acid Graphics style to create a landing page:
1. Background: pure black #0a0a0a with scanline overlay
2. Title: huge fluorescent green mono font, chrome-layered with purple offset
3. Cards: dark with fluorescent borders, hard offset shadows, slight skew
4. Only fluorescent colors on black - no white, no pastels
5. Terminal-style form inputs
6. Op-Art checkerboard pattern sections
7. Overall psychedelic, distorted, digital brutalism aesthetic
```
### 2. SaaS 着陆页
生成 酸性平面设计风格的 SaaS 产品着陆页
```
Create a SaaS landing page using Acid Graphics style with hero section, feature grid, testimonials, pricing table, and footer.
```
### 3. 作品集展示
生成 酸性平面设计风格的作品集页面
```
Create a portfolio showcase page using Acid Graphics style with project grid, about section, contact form, and consistent visual language.
```
## 绝对禁止(匹配即拒绝)
以下模式一旦出现,视为风格违规——不找借口,直接重写。
- 使用柔和的粉彩色或低饱和度色
- 使用圆角(rounded-md 及以上)
- 使用衬线字体
- 使用白色或浅色背景
- 使用渐变(所有颜色必须是纯平面荧光色)
- 使用平滑抛光感动效(ease-in-out、缓慢微交互)
## 自检清单(交付前逐条确认)
如果任何一条不通过,说明风格漂移了——修改后再交付。
- [ ] 没有紫色到蓝色的渐变
- [ ] 没有使用 Inter / Roboto / Geist 等过度使用的字体
- [ ] 没有嵌套卡片(卡片里面套卡片)
- [ ] 没有在彩色背景上放灰色文字
- [ ] 正文对比度满足 WCAG AA(≥4.5:1)
- [ ] 没有 bounce / elastic 缓动曲线
- [ ] 动效有 prefers-reduced-motion 备选方案
- [ ] 正文行宽不超过 65-75 个字符
- [ ] 没有单侧粗边框装饰(border-left/right accent stripe)
- [ ] 没有渐变文字(background-clip: text)
- [ ] 没有把玻璃态(glassmorphism)当作默认风格
- [ ] 没有 tiny uppercase tracked eyebrow 放在每个 section 标题上面
- [ ] 禁止使用柔和的粉彩色或低饱和度色
- [ ] 禁止使用圆角(rounded-md 及以上)
- [ ] 禁止使用衬线字体
- [ ] 禁止使用白色或浅色背景
- [ ] 禁止使用渐变(所有颜色必须是纯平面荧光色)更多提示词库:全部 UI 提示词 · Tailwind UI 提示词 · 暗色模式提示词
组件模板
Acid Graphics 风格按钮 - 荧光色硬边偏移阴影
指针交互气质
这套风格定制的指针交互——同一个光标,完全不同的性格。在舞台上移动鼠标感受它。
真实前端完成度
这层检查这个风格是否已经具备真实网站常见的主题、状态反馈、键盘可访问性和性能约束。
总体覆盖
51%
Fallback 规则
暗色模式
0%
缺失组件状态
79%
部分动效规则
70%
部分可访问性
70%
部分性能代价
35%
通用按钮
默认 / 悬停 / 键盘焦点 / 按下 / 禁用
输入框
默认 / 悬停 / 键盘焦点 / 禁用 / 错误
卡片
默认 / 悬停 / 键盘焦点 / 加载中 / 骨架屏
表单
默认 / 键盘焦点 / 禁用 / 加载中 / 错误
常见问题
/* 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); }相关风格
探索这些风格获取现成的 tokens 和组件。
IDE 集成
下载 AI 编码助手的配置文件,使其按照此风格生成代码。
风格包
获取完整的可机器读取风格资源,包括 Design Tokens、Tailwind 预设、CSS 变量和 shadcn/ui 主题。
Metadata
Style metadata including version information
Design Tokens
Figma / Style Dictionary / Tokens Studio 兼容
Tailwind Preset
Tailwind CSS 主题预设,可直接在配置中引用
Global CSS
包含 CSS 变量和基础样式
shadcn Theme
shadcn/ui 主题配置
CSS Variables
纯 CSS 变量,适用于任何项目
SKILL.md
可加载到 Cursor / Claude Code / VS Code 的技能包
Acid Graphics 源于90年代锐舞文化和地下俱乐部场景,融合了赛博朋克、迷幻艺术和实验排版。
基于颜色对比度和排版可读性的 WCAG 2.1 合规分析。
综合评分
等级: D - 较差
对比度
| 场景 | 颜色 | 比率 | 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 |
可读性
分数
82/100
字号
text-sm md:text-base
字重
font-mono font-black uppercase tracking-widest
行高
default
评分基于 WCAG 2.1 标准。AA 级要求普通文本对比度 4.5:1、大文本 3:1;AAA 级要求普通文本 7:1、大文本 4.5:1。