HSL(267, 54%, 33%)

Indigo — Indigo color

Adjust Color

Color Information

Color Name

Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(267,54%,33%)]

Color Conversions

Format Value CSS Usage
HSL hsl(267, 54%, 33%) color: hsl(267, 54%, 33%)
HEX #502782 color: #502782
RGB rgb(80, 39, 130) color: rgb(80, 39, 130)
CMYK cmyk(38%, 70%, 0%, 49%)
HSV hsv(267, 70%, 51%)
HWB hwb(267 15% 49%) color: hwb(267 15% 49%)
OKLCH oklch(0.3795 0.1454 300.15) color: oklch(0.3795 0.1454 300.15)
Lab lab(26.06 38.38 -44.14) color: lab(26.06 38.38 -44.14)
LCH lch(26.06 58.49 311.01) color: lch(26.06 58.49 311.01)

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

#3E3E6C — rgb(62, 62, 108)

Deuteranopia (Green-blind)

#414467 — rgb(65, 68, 103)

Tritanopia (Blue-blind)

#4E5B57 — rgb(78, 91, 87)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(267, 54%, 33%);

text

color: hsl(267, 54%, 33%);

border

border: 2px solid hsl(267, 54%, 33%);

gradient light

background: linear-gradient(to right, hsl(267, 54%, 53%), hsl(267, 54%, 33%));

gradient dark

background: linear-gradient(to right, hsl(267, 54%, 33%), hsl(267, 54%, 13%))

hex

background-color: #502782;

tailwind

bg-[hsl(267,54%,33%)]

box shadow

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

css variable

--color-primary: hsl(267, 54%, 33%);

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, 54%, 33%)?

HEX: #502782 | RGB: rgb(80, 39, 130) | CMYK: 38%, 70%, 0%, 49% | HSV: 267°, 70%, 51%. Copy any format from the conversion table above.

What colors go well with #502782?

The complementary color is HSL(87, 54%, 33%). 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, 54%, 33%) in CSS?

As HSL: color: hsl(267, 54%, 33%); — As HEX: color: #502782; — As RGB: color: rgb(80, 39, 130); — Tailwind CSS: bg-[hsl(267,54%,33%)] — CSS variable: --color-primary: hsl(267, 54%, 33%);