HSL(260, 90%, 53%)

Vivid Indigo — Indigo color

Adjust Color

Color Information

Color Name

Vivid Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(260,90%,53%)]

Color Conversions

Format Value CSS Usage
HSL hsl(260, 90%, 53%) color: hsl(260, 90%, 53%)
HEX #631BF3 color: #631BF3
RGB rgb(99, 27, 243) color: rgb(99, 27, 243)
CMYK cmyk(59%, 89%, 0%, 5%)
HSV hsv(260, 89%, 95%)
HWB hwb(260 10% 5%) color: hwb(260 10% 5%)
OKLCH oklch(0.4976 0.275 285.44) color: oklch(0.4976 0.275 285.44)
Lab lab(37.67 74.29 -92.01) color: lab(37.67 74.29 -92.01)
LCH lch(37.67 118.26 308.92) color: lch(37.67 118.26 308.92)

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 7.04:1
vs Black 2.98: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)

#4443BF — rgb(68, 67, 191)

Deuteranopia (Green-blind)

#484DB2 — rgb(72, 77, 178)

Tritanopia (Blue-blind)

#5F958C — rgb(95, 149, 140)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(260, 90%, 53%);

text

color: hsl(260, 90%, 53%);

border

border: 2px solid hsl(260, 90%, 53%);

gradient light

background: linear-gradient(to right, hsl(260, 90%, 73%), hsl(260, 90%, 53%));

gradient dark

background: linear-gradient(to right, hsl(260, 90%, 53%), hsl(260, 90%, 33%))

hex

background-color: #631BF3;

tailwind

bg-[hsl(260,90%,53%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(260, 90%, 53%, 0.4);

css variable

--color-primary: hsl(260, 90%, 53%);

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(260, 90%, 53%)?

HEX: #631BF3 | RGB: rgb(99, 27, 243) | CMYK: 59%, 89%, 0%, 5% | HSV: 260°, 89%, 95%. Copy any format from the conversion table above.

What colors go well with #631BF3?

The complementary color is HSL(80, 90%, 53%). For a triadic harmony, use hues 260°, 20°, and 140°. For analogous combinations, try hues 230° and 290°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(260, 90%, 53%) in CSS?

As HSL: color: hsl(260, 90%, 53%); — As HEX: color: #631BF3; — As RGB: color: rgb(99, 27, 243); — Tailwind CSS: bg-[hsl(260,90%,53%)] — CSS variable: --color-primary: hsl(260, 90%, 53%);