HSL(255, 100%, 59%)

Vivid Indigo — Indigo color

Adjust Color

Color Information

Color Name

Vivid Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(255,100%,59%)]

Color Conversions

Format Value CSS Usage
HSL hsl(255, 100%, 59%) color: hsl(255, 100%, 59%)
HEX #622EFF color: #622EFF
RGB rgb(98, 46, 255) color: rgb(98, 46, 255)
CMYK cmyk(62%, 82%, 0%, 0%)
HSV hsv(255, 82%, 100%)
HWB hwb(255 18% 0%) color: hwb(255 18% 0%)
OKLCH oklch(0.5227 0.2763 282.58) color: oklch(0.5227 0.2763 282.58)
Lab lab(40.85 71.26 -93.5) color: lab(40.85 71.26 -93.5)
LCH lch(40.85 117.56 307.31) color: lch(40.85 117.56 307.31)

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

#4B4BCC — rgb(75, 75, 204)

Deuteranopia (Green-blind)

#4F52C0 — rgb(79, 82, 192)

Tritanopia (Blue-blind)

#5FA59C — rgb(95, 165, 156)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(255, 100%, 59%);

text

color: hsl(255, 100%, 59%);

border

border: 2px solid hsl(255, 100%, 59%);

gradient light

background: linear-gradient(to right, hsl(255, 100%, 79%), hsl(255, 100%, 59%));

gradient dark

background: linear-gradient(to right, hsl(255, 100%, 59%), hsl(255, 100%, 39%))

hex

background-color: #622EFF;

tailwind

bg-[hsl(255,100%,59%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(255, 100%, 59%, 0.4);

css variable

--color-primary: hsl(255, 100%, 59%);

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(255, 100%, 59%)?

HEX: #622EFF | RGB: rgb(98, 46, 255) | CMYK: 62%, 82%, 0%, 0% | HSV: 255°, 82%, 100%. Copy any format from the conversion table above.

What colors go well with #622EFF?

The complementary color is HSL(75, 100%, 59%). For a triadic harmony, use hues 255°, 15°, and 135°. For analogous combinations, try hues 225° and 285°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(255, 100%, 59%) in CSS?

As HSL: color: hsl(255, 100%, 59%); — As HEX: color: #622EFF; — As RGB: color: rgb(98, 46, 255); — Tailwind CSS: bg-[hsl(255,100%,59%)] — CSS variable: --color-primary: hsl(255, 100%, 59%);