HSL(259, 92%, 41%)

Vivid Indigo — Indigo color

Adjust Color

Color Information

Color Name

Vivid Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(259,92%,41%)]

Color Conversions

Format Value CSS Usage
HSL hsl(259, 92%, 41%) color: hsl(259, 92%, 41%)
HEX #4508C9 color: #4508C9
RGB rgb(69, 8, 201) color: rgb(69, 8, 201)
CMYK cmyk(66%, 96%, 0%, 21%)
HSV hsv(259, 96%, 79%)
HWB hwb(259 3% 21%) color: hwb(259 3% 21%)
OKLCH oklch(0.4151 0.2444 281.25) color: oklch(0.4151 0.2444 281.25)
Lab lab(28.52 66.23 -83.14) color: lab(28.52 66.23 -83.14)
LCH lch(28.52 106.3 308.54) color: lch(28.52 106.3 308.54)

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 9.85:1
vs Black 2.13: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)

#2B2A9A — rgb(43, 42, 154)

Deuteranopia (Green-blind)

#2E338F — rgb(46, 51, 143)

Tritanopia (Blue-blind)

#42756D — rgb(66, 117, 109)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(259, 92%, 41%);

text

color: hsl(259, 92%, 41%);

border

border: 2px solid hsl(259, 92%, 41%);

gradient light

background: linear-gradient(to right, hsl(259, 92%, 61%), hsl(259, 92%, 41%));

gradient dark

background: linear-gradient(to right, hsl(259, 92%, 41%), hsl(259, 92%, 21%))

hex

background-color: #4508C9;

tailwind

bg-[hsl(259,92%,41%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(259, 92%, 41%, 0.4);

css variable

--color-primary: hsl(259, 92%, 41%);

Related Colors

Use Cases for Vivid Indigo

UI elements Web design Branding Graphic design Print design

Frequently Asked Questions

What are all the color codes for HSL(259, 92%, 41%)?

HEX: #4508C9 | RGB: rgb(69, 8, 201) | CMYK: 66%, 96%, 0%, 21% | HSV: 259°, 96%, 79%. Copy any format from the conversion table above.

What colors go well with #4508C9?

The complementary color is HSL(79, 92%, 41%). For a triadic harmony, use hues 259°, 19°, and 139°. For analogous combinations, try hues 229° and 289°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(259, 92%, 41%) in CSS?

As HSL: color: hsl(259, 92%, 41%); — As HEX: color: #4508C9; — As RGB: color: rgb(69, 8, 201); — Tailwind CSS: bg-[hsl(259,92%,41%)] — CSS variable: --color-primary: hsl(259, 92%, 41%);