HSL(257, 30%, 44%)

Indigo — Indigo color

Adjust Color

Color Information

Color Name

Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(257,30%,44%)]

Color Conversions

Format Value CSS Usage
HSL hsl(257, 30%, 44%) color: hsl(257, 30%, 44%)
HEX #624F92 color: #624F92
RGB rgb(98, 79, 146) color: rgb(98, 79, 146)
CMYK cmyk(33%, 46%, 0%, 43%)
HSV hsv(257, 46%, 57%)
HWB hwb(257 31% 43%) color: hwb(257 31% 43%)
OKLCH oklch(0.4777 0.1064 295.13) color: oklch(0.4777 0.1064 295.13)
Lab lab(38.31 23.65 -34.27) color: lab(38.31 23.65 -34.27)
LCH lch(38.31 41.64 304.61) color: lch(38.31 41.64 304.61)

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

#5A5A82 — rgb(90, 90, 130)

Deuteranopia (Green-blind)

#5B5C7E — rgb(91, 92, 126)

Tritanopia (Blue-blind)

#617572 — rgb(97, 117, 114)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(257, 30%, 44%);

text

color: hsl(257, 30%, 44%);

border

border: 2px solid hsl(257, 30%, 44%);

gradient light

background: linear-gradient(to right, hsl(257, 30%, 64%), hsl(257, 30%, 44%));

gradient dark

background: linear-gradient(to right, hsl(257, 30%, 44%), hsl(257, 30%, 24%))

hex

background-color: #624F92;

tailwind

bg-[hsl(257,30%,44%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(257, 30%, 44%, 0.4);

css variable

--color-primary: hsl(257, 30%, 44%);

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(257, 30%, 44%)?

HEX: #624F92 | RGB: rgb(98, 79, 146) | CMYK: 33%, 46%, 0%, 43% | HSV: 257°, 46%, 57%. Copy any format from the conversion table above.

What colors go well with #624F92?

The complementary color is HSL(77, 30%, 44%). For a triadic harmony, use hues 257°, 17°, and 137°. For analogous combinations, try hues 227° and 287°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(257, 30%, 44%) in CSS?

As HSL: color: hsl(257, 30%, 44%); — As HEX: color: #624F92; — As RGB: color: rgb(98, 79, 146); — Tailwind CSS: bg-[hsl(257,30%,44%)] — CSS variable: --color-primary: hsl(257, 30%, 44%);