HSL(265, 50%, 49%)

Indigo — Indigo color

Adjust Color

Color Information

Color Name

Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(265,50%,49%)]

Color Conversions

Format Value CSS Usage
HSL hsl(265, 50%, 49%) color: hsl(265, 50%, 49%)
HEX #733EBB color: #733EBB
RGB rgb(115, 62, 187) color: rgb(115, 62, 187)
CMYK cmyk(39%, 67%, 0%, 27%)
HSV hsv(265, 67%, 73%)
HWB hwb(265 24% 27%) color: hwb(265 24% 27%)
OKLCH oklch(0.4957 0.187 298.83) color: oklch(0.4957 0.187 298.83)
Lab lab(39.03 48.64 -57.47) color: lab(39.03 48.64 -57.47)
LCH lch(39.03 75.29 310.24) color: lch(39.03 75.29 310.24)

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.7:1
vs Black 3.14: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)

#5C5C9D — rgb(92, 92, 157)

Deuteranopia (Green-blind)

#5F6396 — rgb(95, 99, 150)

Tritanopia (Blue-blind)

#708580 — rgb(112, 133, 128)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(265, 50%, 49%);

text

color: hsl(265, 50%, 49%);

border

border: 2px solid hsl(265, 50%, 49%);

gradient light

background: linear-gradient(to right, hsl(265, 50%, 69%), hsl(265, 50%, 49%));

gradient dark

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

hex

background-color: #733EBB;

tailwind

bg-[hsl(265,50%,49%)]

box shadow

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

css variable

--color-primary: hsl(265, 50%, 49%);

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, 50%, 49%)?

HEX: #733EBB | RGB: rgb(115, 62, 187) | CMYK: 39%, 67%, 0%, 27% | HSV: 265°, 67%, 73%. Copy any format from the conversion table above.

What colors go well with #733EBB?

The complementary color is HSL(85, 50%, 49%). 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, 50%, 49%) in CSS?

As HSL: color: hsl(265, 50%, 49%); — As HEX: color: #733EBB; — As RGB: color: rgb(115, 62, 187); — Tailwind CSS: bg-[hsl(265,50%,49%)] — CSS variable: --color-primary: hsl(265, 50%, 49%);