ring-indigo-100 Tailwind CSS Class

Use ring-indigo-100 to set the ring color to #e0e7ff in Tailwind CSS. This page gives you the generated CSS output, a copy-paste example, and an interactive demo for search-friendly utility lookups.

Quick Answer

ring-indigo-100 maps to ring-color: #e0e7ff. It belongs to the Colors category and was generated from Tailwind CSS v4.1.14 reference data.

Interactive Demo

Toggle the utility on and off, switch preview surfaces, and adjust the demo content to see how this class behaves.

This preview simulates the effect of ring-indigo-100 using structured data generated from your Tailwind reference snapshot.

Visual Comparison

ring-indigo-100 updates the element's ring-color to #e0e7ff, so the visual emphasis changes without shifting layout or spacing.

Before
Focus ring preview
After
Focus ring preview
ring-colorColorscolor

Variants & Breakpoints

Use the base utility directly, then layer state or responsive variants when the component needs more specific behavior.

ContextClass syntaxWhy use itPreview
Basering-indigo-100Apply ring-indigo-100 directly to the element.Default application
Hoverhover:ring-indigo-100Use this when the visual change should appear on pointer hover.Pointer state
Focusfocus:ring-indigo-100Useful when the class should react to focus or keyboard navigation.Focus state
Darkdark:ring-indigo-100Apply the same utility inside a dark color scheme.Dark surface
smsm:ring-indigo-100Applies from 640px and up.640px
mdmd:ring-indigo-100Applies from 768px and up.768px
lglg:ring-indigo-100Applies from 1024px and up.1024px

Utility Family Comparison

Compare nearby options and related companions so you can choose the right intensity before reaching for trial-and-error tweaks.

When to use this class

Use this class when you want a fast, predictable ring-color decision inside colors patterns such as buttons, badges, alerts, or surface accents.

Watch out for

Watch contrast and state stacking. A color utility can look correct in isolation but lose readability once text, border, hover, and dark mode states combine.

Class Reference

FieldValue
Utility classring-indigo-100
CategoryColors
CSS outputring-color: #e0e7ff
Source pageColors Reference
Static slugring-indigo-100

Example Snippet

Use this code snippet as a starting point, then swap the markup around it to fit your component or layout.

html
<button class="ring-4 ring-indigo-100 rounded-lg px-5 py-3">Focused button</button>

Browse More

Return to the Colors Reference page for broader browsing, or open the Tailwind CSS Cheat Sheet to move across categories quickly.