Enter a color. Get a complete design system — shade scale, semantic tokens, contrast ratios, and exportable code.
WCAG 2.1 — AAA: 7:1+ (ideal) · AA: 4.5:1+ (normal text) · AA18: 3:1+ (large text only) · Fail: below 3:1
This shows how your semantic tokens render as a real UI component. The accent color is used for the left border.
Secondary text uses the muted token.
:root {
--brand-50: #f5f7f9;
--brand-100: #e6ebf4;
--brand-200: #c8d7ef;
--brand-300: #98b8ec;
--brand-400: #4f8bee;
--brand-500: #0b64f4;
--brand-600: #0950c3;
--brand-700: #0b4198;
--brand-800: #0b316f;
--brand-900: #0a234d;
--brand-950: #081935;
}