Tailwind Blue 500 Color Code
Tailwind Blue 500·#3B82F6
Tailwind Blue 500 is the core published blue in the Tailwind CSS palette at #3B82F6. Use it when you need a familiar utility-first product blue for buttons, links, dashboards, and modern web interfaces built around Tailwind conventions.
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
- Usually the base brand or product token in a design system.
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
- Buttons, links, dashboards, and utility-first accents.
- Core Tailwind blue for modern web UI.
- Pairs with white, slate neutrals, and darker Tailwind blues.
Reference Notes
Tailwind Blue 500 is sourced from the published Tailwind CSS Colors library and retained here as a searchable reference swatch for product, interface, and branding work.
Trust-building blues for enterprise and SaaS.
Related Colors
Palette Starting Points
Implementation Snippets
:root {
--color-tailwind-blue-500: #3B82F6;
--color-tailwind-blue-500-rgb: 59 130 246;
}class="bg-[#3B82F6] text-white"
class="hover:bg-[#2A5EB1] ring-1 ring-[#3B82F6]"{
"tailwindBlue-500": "#3B82F6",
"tailwindBlue-500Rgb": [59, 130, 246],
"tailwindBlue-500Hsl": [217, 91, 60]
}