HSL(272, 53%, 25%)

Indigo — Indigo color

Adjust Color

Color Information

Color Name

Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

6500K

CSS Class

bg-[hsl(272,53%,25%)]

Color Conversions

Format Value CSS Usage
HSL hsl(272, 53%, 25%) color: hsl(272, 53%, 25%)
HEX #421E62 color: #421E62
RGB rgb(66, 30, 98) color: rgb(66, 30, 98)
CMYK cmyk(33%, 69%, 0%, 62%)
HSV hsv(272, 69%, 38%)
HWB hwb(272 12% 62%) color: hwb(272 12% 62%)
OKLCH oklch(0.3233 0.1164 305.07) color: oklch(0.3233 0.1164 305.07)
Lab lab(19.92 31.46 -33.61) color: lab(19.92 31.46 -33.61)
LCH lch(19.92 46.04 313.11) color: lch(19.92 46.04 313.11)

Color Theory

Complementary

Triadic

Analogous

Tetradic (Square)

Split-Complementary

Accessibility (WCAG)

White text on color

Black text on color

Color on white bg

Colored text

Contrast Ratios

vs White 13.18:1
vs Black 1.59:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: FAIL ✗

AAA Normal (7:1)

on White: PASS ✓

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#323252 — rgb(50, 50, 82)

Deuteranopia (Green-blind)

#35374E — rgb(53, 55, 78)

Tritanopia (Blue-blind)

#404542 — rgb(64, 69, 66)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(272, 53%, 25%);

text

color: hsl(272, 53%, 25%);

border

border: 2px solid hsl(272, 53%, 25%);

gradient light

background: linear-gradient(to right, hsl(272, 53%, 45%), hsl(272, 53%, 25%));

gradient dark

background: linear-gradient(to right, hsl(272, 53%, 25%), hsl(272, 53%, 5%))

hex

background-color: #421E62;

tailwind

bg-[hsl(272,53%,25%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(272, 53%, 25%, 0.4);

css variable

--color-primary: hsl(272, 53%, 25%);

Related Colors

Use Cases for Indigo

UI elements Web design Branding Graphic design Print design

Frequently Asked Questions

What are all the color codes for HSL(272, 53%, 25%)?

HEX: #421E62 | RGB: rgb(66, 30, 98) | CMYK: 33%, 69%, 0%, 62% | HSV: 272°, 69%, 38%. Copy any format from the conversion table above.

What colors go well with #421E62?

The complementary color is HSL(92, 53%, 25%). For a triadic harmony, use hues 272°, 32°, and 152°. For analogous combinations, try hues 242° and 302°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(272, 53%, 25%) in CSS?

As HSL: color: hsl(272, 53%, 25%); — As HEX: color: #421E62; — As RGB: color: rgb(66, 30, 98); — Tailwind CSS: bg-[hsl(272,53%,25%)] — CSS variable: --color-primary: hsl(272, 53%, 25%);