Pick a color and tell it how you want the palette to feel. Nothing random, everything connected.
One color
A whole system
Pick a color, choose a harmony, and get a complete, WCAG accessible color palette for your app or design system.
Everything a color system should be
One color is all you need. AlwanKit handles the palette, the contrast, the dark mode, and the export. You just build.
Every color meets WCAG standards automatically.
From your base color, AlwanKit derives your entire palette.
A color system with no JavaScript dependency.
Export in CSS, SCSS, Tailwind, or JSON. Or fork the source and make it yours.
Simple by design
A clear set of performance metrics reflecting quality, reliability, and long-term collaboration.
Every color is auto-adapted to meet WCAG standards as it's generated.
Both themes are generated at once, calculated from the same base. Consistent, balanced, and ready.
Export production ready code
Your developers will love the clean, tokenized output. Export to CSS, Tailwind, JSON, or SCSS with a single click.
:root {
--primary: oklch(0.55 0.112 238);
--on-primary: oklch(1 0 0);
--primary-container: oklch(0.93 0.062 238);
--on-primary-container: oklch(0.18 0.112 238); $colors-light: (
"primary": oklch(0.55 0.112 238),
"on-primary": oklch(1 0 0),
"primary-container": oklch(0.93 0.062 238),
"on-primary-container": oklch(0.18 0.112 238), {
"light": {
"primary": "oklch(0.55 0.112 238)",
"on-primary": "oklch(1 0 0)",
"primary-container": "oklch(0.93 0.062 238)",
"on-primary-container": "oklch(0.18 0.112 238)" darkMode: ["class", '[data-theme="dark"]'],
theme: {
extend: {
colors: {
"primary": "oklch(0.55 0.112 238)",
"on-primary": "oklch(1 0 0)", Quick answers
Just the things you probably want to know.
Most tools give you a palette to look at. AlwanKit gives you a complete, production-ready color system, every role defined, dark mode included, accessible by default, exported as real code you can use immediately.
Absolutely. That's exactly the point, drop in your brand's primary color and AlwanKit builds a full system around it, keeping your identity while filling in everything else.
Yes. Every color is calculated to meet WCAG contrast standards automatically, light mode, dark mode, every role. You're not checking anything manually.
CSS, SCSS, Tailwind, and JSON. Pick the one your project already uses and drop it straight in.
Fully. The code is on GitHub, free to use in personal and commercial projects, fork it, modify it, self-host it, No restrictions.
One color away from
a full design system
Pick a color, let AlwanKit do the rest, and ship a color system you're actually proud of.