HSL(267, 74%, 29%)

Indigo — Indigo color

Adjust Color

Color Information

Color Name

Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(267,74%,29%)]

Color Conversions

Format Value CSS Usage
HSL hsl(267, 74%, 29%) color: hsl(267, 74%, 29%)
HEX #441381 color: #441381
RGB rgb(68, 19, 129) color: rgb(68, 19, 129)
CMYK cmyk(47%, 85%, 0%, 49%)
HSV hsv(267, 85%, 51%)
HWB hwb(267 8% 49%) color: hwb(267 8% 49%)
OKLCH oklch(0.341 0.1651 296.27) color: oklch(0.341 0.1651 296.27)
Lab lab(21.13 45.24 -51.63) color: lab(21.13 45.24 -51.63)
LCH lch(21.13 68.65 311.23) color: lch(21.13 68.65 311.23)

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 12.68:1
vs Black 1.66: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)

#2F2E66 — rgb(47, 46, 102)

Deuteranopia (Green-blind)

#323560 — rgb(50, 53, 96)

Tritanopia (Blue-blind)

#42514D — rgb(66, 81, 77)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(267, 74%, 29%);

text

color: hsl(267, 74%, 29%);

border

border: 2px solid hsl(267, 74%, 29%);

gradient light

background: linear-gradient(to right, hsl(267, 74%, 49%), hsl(267, 74%, 29%));

gradient dark

background: linear-gradient(to right, hsl(267, 74%, 29%), hsl(267, 74%, 9%))

hex

background-color: #441381;

tailwind

bg-[hsl(267,74%,29%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(267, 74%, 29%, 0.4);

css variable

--color-primary: hsl(267, 74%, 29%);

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(267, 74%, 29%)?

HEX: #441381 | RGB: rgb(68, 19, 129) | CMYK: 47%, 85%, 0%, 49% | HSV: 267°, 85%, 51%. Copy any format from the conversion table above.

What colors go well with #441381?

The complementary color is HSL(87, 74%, 29%). For a triadic harmony, use hues 267°, 27°, and 147°. For analogous combinations, try hues 237° and 297°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(267, 74%, 29%) in CSS?

As HSL: color: hsl(267, 74%, 29%); — As HEX: color: #441381; — As RGB: color: rgb(68, 19, 129); — Tailwind CSS: bg-[hsl(267,74%,29%)] — CSS variable: --color-primary: hsl(267, 74%, 29%);