HSL(307, 90%, 20%)

Purple — Purple color

Adjust Color

Color Information

Color Name

Purple

Color Family

Purple

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(307,90%,20%)]

Color Conversions

Format Value CSS Usage
HSL hsl(307, 90%, 20%) color: hsl(307, 90%, 20%)
HEX #610556 color: #610556
RGB rgb(97, 5, 86) color: rgb(97, 5, 86)
CMYK cmyk(0%, 95%, 11%, 62%)
HSV hsv(307, 95%, 38%)
HWB hwb(307 2% 62%) color: hwb(307 2% 62%)
OKLCH oklch(0.3412 0.1469 334.39) color: oklch(0.3412 0.1469 334.39)
Lab lab(21.29 45.43 -23.12) color: lab(21.29 45.43 -23.12)
LCH lch(21.29 50.97 333.03) color: lch(21.29 50.97 333.03)

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 12.62:1
vs Black 1.66: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)

#393842 — rgb(57, 56, 66)

Deuteranopia (Green-blind)

#3F453E — rgb(63, 69, 62)

Tritanopia (Blue-blind)

#5C3330 — rgb(92, 51, 48)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(307, 90%, 20%);

text

color: hsl(307, 90%, 20%);

border

border: 2px solid hsl(307, 90%, 20%);

gradient light

background: linear-gradient(to right, hsl(307, 90%, 40%), hsl(307, 90%, 20%));

gradient dark

background: linear-gradient(to right, hsl(307, 90%, 20%), hsl(307, 90%, 0%))

hex

background-color: #610556;

tailwind

bg-[hsl(307,90%,20%)]

box shadow

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

css variable

--color-primary: hsl(307, 90%, 20%);

Related Colors

Use Cases for Purple

Luxury brands Creative agencies Beauty products Royalty themes Premium badges

Frequently Asked Questions

What are all the color codes for HSL(307, 90%, 20%)?

HEX: #610556 | RGB: rgb(97, 5, 86) | CMYK: 0%, 95%, 11%, 62% | HSV: 307°, 95%, 38%. Copy any format from the conversion table above.

What colors go well with #610556?

The complementary color is HSL(127, 90%, 20%). For a triadic harmony, use hues 307°, 67°, and 187°. For analogous combinations, try hues 277° and 337°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(307, 90%, 20%) in CSS?

As HSL: color: hsl(307, 90%, 20%); — As HEX: color: #610556; — As RGB: color: rgb(97, 5, 86); — Tailwind CSS: bg-[hsl(307,90%,20%)] — CSS variable: --color-primary: hsl(307, 90%, 20%);