OpenTailwindOpenTailwindOpenTailwindOpenTailwindv0.0.1
BlocksTemplates
The Complete Tailwind CSS Color Palette Cheat Sheet (With Dark Mode Pairs)
BlogThe Complete Tailwind CSS Color Palette Cheat Sheet (With Dark Mode Pairs)
ReferenceApril 7, 2026·4 min read

The Complete Tailwind CSS Color Palette Cheat Sheet (With Dark Mode Pairs)

A visual reference of every Tailwind CSS color with its recommended dark mode counterpart. Bookmark this — you'll use it on every project.

A quick visual reference for Tailwind CSS colors with their recommended dark mode counterparts. Bookmark this page — you'll use it constantly.

Neutral Colors (Most Used)

Use Case Light Dark
Page BGbg-whitedark:bg-neutral-950
Alt BGbg-neutral-50dark:bg-neutral-900
Card BGbg-whitedark:bg-neutral-900
Headingtext-neutral-900dark:text-white
Bodytext-neutral-600dark:text-neutral-400
Mutedtext-neutral-500dark:text-neutral-400
Borderborder-neutral-200dark:border-neutral-800
Dividerbg-neutral-100dark:bg-neutral-800

Accent Colors

For buttons, links, badges, and highlights. Use the 600 shade in light mode, 400 in dark mode for proper contrast.

Color Light Text Dark Text Light BG Button
Indigotext-indigo-600dark:text-indigo-400bg-indigo-50bg-indigo-600
Emeraldtext-emerald-600dark:text-emerald-400bg-emerald-50bg-emerald-600
Rosetext-rose-600dark:text-rose-400bg-rose-50bg-rose-600
Ambertext-amber-600dark:text-amber-400bg-amber-50bg-amber-600
Violettext-violet-600dark:text-violet-400bg-violet-50bg-violet-600

Button Patterns

<!-- Primary -->
<button class="bg-indigo-600 hover:bg-indigo-700 text-white">

<!-- Secondary -->
<button class="border border-neutral-300 dark:border-neutral-600 text-neutral-900 dark:text-white hover:bg-neutral-100 dark:hover:bg-neutral-800">

<!-- Ghost -->
<button class="text-neutral-600 dark:text-neutral-400 hover:bg-neutral-100 dark:hover:bg-neutral-800">

💡 Pro tip: Text on colored backgrounds (buttons, badges, gradient sections) should always be white — no need for dark:text-white since the background color doesn't change between modes.

Browse 1,761 free Tailwind CSS blocks

Production-ready UI sections for your next project. Free forever, open source.

Browse BlocksTemplates
← Previous article

Tailwind CSS v4 Migration Guide: What Changed and What Breaks

Next article →

Free Tailwind CSS Templates for Restaurants: Menus, Reservations, and More

OpenTailwindOpenTailwindv0.0.1
AboutTermsCookies
bylindo.ai