HSL(264, 30%, 47%)

Indigo — Indigo color

Adjust Color

Color Information

Color Name

Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(264,30%,47%)]

Color Conversions

Format Value CSS Usage
HSL hsl(264, 30%, 47%) color: hsl(264, 30%, 47%)
HEX #71549C color: #71549C
RGB rgb(113, 84, 156) color: rgb(113, 84, 156)
CMYK cmyk(28%, 46%, 0%, 39%)
HSV hsv(264, 46%, 61%)
HWB hwb(264 33% 39%) color: hwb(264 33% 39%)
OKLCH oklch(0.5079 0.1143 301.01) color: oklch(0.5079 0.1143 301.01)
Lab lab(41.61 27.63 -34.97) color: lab(41.61 27.63 -34.97)
LCH lch(41.61 44.57 308.31) color: lch(41.61 44.57 308.31)

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 6.09:1
vs Black 3.45:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#64648B — rgb(100, 100, 139)

Deuteranopia (Green-blind)

#666886 — rgb(102, 104, 134)

Tritanopia (Blue-blind)

#707D7A — rgb(112, 125, 122)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(264, 30%, 47%);

text

color: hsl(264, 30%, 47%);

border

border: 2px solid hsl(264, 30%, 47%);

gradient light

background: linear-gradient(to right, hsl(264, 30%, 67%), hsl(264, 30%, 47%));

gradient dark

background: linear-gradient(to right, hsl(264, 30%, 47%), hsl(264, 30%, 27%))

hex

background-color: #71549C;

tailwind

bg-[hsl(264,30%,47%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(264, 30%, 47%, 0.4);

css variable

--color-primary: hsl(264, 30%, 47%);

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(264, 30%, 47%)?

HEX: #71549C | RGB: rgb(113, 84, 156) | CMYK: 28%, 46%, 0%, 39% | HSV: 264°, 46%, 61%. Copy any format from the conversion table above.

What colors go well with #71549C?

The complementary color is HSL(84, 30%, 47%). For a triadic harmony, use hues 264°, 24°, and 144°. For analogous combinations, try hues 234° and 294°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(264, 30%, 47%) in CSS?

As HSL: color: hsl(264, 30%, 47%); — As HEX: color: #71549C; — As RGB: color: rgb(113, 84, 156); — Tailwind CSS: bg-[hsl(264,30%,47%)] — CSS variable: --color-primary: hsl(264, 30%, 47%);