HSL(309, 89%, 22%)

Purple — Purple color

Adjust Color

Color Information

Color Name

Purple

Color Family

Purple

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(309,89%,22%)]

Color Conversions

Format Value CSS Usage
HSL hsl(309, 89%, 22%) color: hsl(309, 89%, 22%)
HEX #6A065B color: #6A065B
RGB rgb(106, 6, 91) color: rgb(106, 6, 91)
CMYK cmyk(0%, 94%, 14%, 58%)
HSV hsv(309, 94%, 42%)
HWB hwb(309 3% 58%) color: hwb(309 3% 58%)
OKLCH oklch(0.3613 0.1542 336.1) color: oklch(0.3613 0.1542 336.1)
Lab lab(23.51 47.89 -22.84) color: lab(23.51 47.89 -22.84)
LCH lch(23.51 53.06 334.5) color: lch(23.51 53.06 334.5)

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 11.73:1
vs Black 1.79: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)

#3F3E46 — rgb(63, 62, 70)

Deuteranopia (Green-blind)

#454C42 — rgb(69, 76, 66)

Tritanopia (Blue-blind)

#653633 — rgb(101, 54, 51)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(309, 89%, 22%);

text

color: hsl(309, 89%, 22%);

border

border: 2px solid hsl(309, 89%, 22%);

gradient light

background: linear-gradient(to right, hsl(309, 89%, 42%), hsl(309, 89%, 22%));

gradient dark

background: linear-gradient(to right, hsl(309, 89%, 22%), hsl(309, 89%, 2%))

hex

background-color: #6A065B;

tailwind

bg-[hsl(309,89%,22%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(309, 89%, 22%, 0.4);

css variable

--color-primary: hsl(309, 89%, 22%);

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(309, 89%, 22%)?

HEX: #6A065B | RGB: rgb(106, 6, 91) | CMYK: 0%, 94%, 14%, 58% | HSV: 309°, 94%, 42%. Copy any format from the conversion table above.

What colors go well with #6A065B?

The complementary color is HSL(129, 89%, 22%). For a triadic harmony, use hues 309°, 69°, and 189°. For analogous combinations, try hues 279° and 339°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(309, 89%, 22%) in CSS?

As HSL: color: hsl(309, 89%, 22%); — As HEX: color: #6A065B; — As RGB: color: rgb(106, 6, 91); — Tailwind CSS: bg-[hsl(309,89%,22%)] — CSS variable: --color-primary: hsl(309, 89%, 22%);