Tailwind Indigo 600 Color Code
Tailwind Indigo 600·#4F46E5
Tailwind Indigo 600 is the published Tailwind CSS token for `#4F46E5`. If you searched `#4F46E5`, `4F46E5 color`, or `indigo-600`, this page is the exact match. It is darker than Indigo 500 and is commonly used for CTAs, active navigation, app hierarchy, and product UI that needs a cooler blue-violet anchor.
Tonal Scale
Contrast Checks
White text on this color
Buttons, badges, and filled actions.
Dark text on this color
Large headings and selective UI.
This color on light surface
Links, borders, and icons on light UI.
Professional Reference
- Often used for stronger actions, active states, and hover emphasis.
- Tailwind Indigo 600 is the exact token value for `#4F46E5`.
- It is darker and more forceful than Tailwind Indigo 500, but it is a design-system token, not a CSS named color.
- Searches for `#4F46E5` usually need the exact token mapping and implementation context before any palette exploration.
Accessibility Matrix
White text on this color
White text placed on the current color.
Dark text on this color
Dark text or headings on the current color.
This color on light surface
Use this color for links, strokes, or icons on light UI.
This color on dark surface
Use this color inside dark shells for strokes, tags, or icons.
Where It Works
- Use it when you need the exact Tailwind token behind `#4F46E5` for CTAs, active navigation, or hierarchy anchors.
- Treat it as a design-system token first, especially when the query is value-first or implementation-first.
- Compare it with Indigo 500 if the hue is right but the current step feels too heavy for the interface.
Reference Notes
Tailwind Indigo 600 is sourced from the published Tailwind CSS Colors library and retained here as a searchable reference swatch for product and interface reference work.
Trust-building blues for enterprise and SaaS.
Related Colors
Palette Starting Points
Implementation Snippets
:root {
--color-tailwind-indigo-600: #4F46E5;
--color-tailwind-indigo-600-rgb: 79 70 229;
}class="bg-[#4F46E5] text-white"
class="hover:bg-[#3932A5] ring-1 ring-[#4F46E5]"{
"tailwindIndigo-600": "#4F46E5",
"tailwindIndigo-600Rgb": [79, 70, 229],
"tailwindIndigo-600Hsl": [243, 75, 59]
}