HSL(265, 20%, 29%)

Indigo — Indigo color

Adjust Color

Color Information

Color Name

Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(265,20%,29%)]

Color Conversions

Format Value CSS Usage
HSL hsl(265, 20%, 29%) color: hsl(265, 20%, 29%)
HEX #473B59 color: #473B59
RGB rgb(71, 59, 89) color: rgb(71, 59, 89)
CMYK cmyk(20%, 34%, 0%, 65%)
HSV hsv(264, 34%, 35%)
HWB hwb(264 23% 65%) color: hwb(264 23% 65%)
OKLCH oklch(0.3778 0.0523 302.32) color: oklch(0.3778 0.0523 302.32)
Lab lab(27.27 12.21 -16.05) color: lab(27.27 12.21 -16.05)
LCH lch(27.27 20.17 307.26) color: lch(27.27 20.17 307.26)

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 10.31:1
vs Black 2.04: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)

#424252 — rgb(66, 66, 82)

Deuteranopia (Green-blind)

#434350 — rgb(67, 67, 80)

Tritanopia (Blue-blind)

#464C4B — rgb(70, 76, 75)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(265, 20%, 29%);

text

color: hsl(265, 20%, 29%);

border

border: 2px solid hsl(265, 20%, 29%);

gradient light

background: linear-gradient(to right, hsl(265, 20%, 49%), hsl(265, 20%, 29%));

gradient dark

background: linear-gradient(to right, hsl(265, 20%, 29%), hsl(265, 20%, 9%))

hex

background-color: #473B59;

tailwind

bg-[hsl(265,20%,29%)]

box shadow

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

css variable

--color-primary: hsl(265, 20%, 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(265, 20%, 29%)?

HEX: #473B59 | RGB: rgb(71, 59, 89) | CMYK: 20%, 34%, 0%, 65% | HSV: 264°, 34%, 35%. Copy any format from the conversion table above.

What colors go well with #473B59?

The complementary color is HSL(85, 20%, 29%). For a triadic harmony, use hues 265°, 25°, and 145°. For analogous combinations, try hues 235° and 295°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(265, 20%, 29%) in CSS?

As HSL: color: hsl(265, 20%, 29%); — As HEX: color: #473B59; — As RGB: color: rgb(71, 59, 89); — Tailwind CSS: bg-[hsl(265,20%,29%)] — CSS variable: --color-primary: hsl(265, 20%, 29%);