HSL(307, 40%, 37%)

Purple — Purple color

Adjust Color

Color Information

Color Name

Purple

Color Family

Purple

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(307,40%,37%)]

Color Conversions

Format Value CSS Usage
HSL hsl(307, 40%, 37%) color: hsl(307, 40%, 37%)
HEX #84397B color: #84397B
RGB rgb(132, 57, 123) color: rgb(132, 57, 123)
CMYK cmyk(0%, 57%, 7%, 48%)
HSV hsv(307, 57%, 52%)
HWB hwb(307 22% 48%) color: hwb(307 22% 48%)
OKLCH oklch(0.4696 0.1334 332.29) color: oklch(0.4696 0.1334 332.29)
Lab lab(36.49 41.27 -22.73) color: lab(36.49 41.27 -22.73)
LCH lch(36.49 47.12 331.16) color: lch(36.49 47.12 331.16)

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.36:1
vs Black 2.85: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)

#64636B — rgb(100, 99, 107)

Deuteranopia (Green-blind)

#686E67 — rgb(104, 110, 103)

Tritanopia (Blue-blind)

#805E5C — rgb(128, 94, 92)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(307, 40%, 37%);

text

color: hsl(307, 40%, 37%);

border

border: 2px solid hsl(307, 40%, 37%);

gradient light

background: linear-gradient(to right, hsl(307, 40%, 57%), hsl(307, 40%, 37%));

gradient dark

background: linear-gradient(to right, hsl(307, 40%, 37%), hsl(307, 40%, 17%))

hex

background-color: #84397B;

tailwind

bg-[hsl(307,40%,37%)]

box shadow

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

css variable

--color-primary: hsl(307, 40%, 37%);

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, 40%, 37%)?

HEX: #84397B | RGB: rgb(132, 57, 123) | CMYK: 0%, 57%, 7%, 48% | HSV: 307°, 57%, 52%. Copy any format from the conversion table above.

What colors go well with #84397B?

The complementary color is HSL(127, 40%, 37%). 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, 40%, 37%) in CSS?

As HSL: color: hsl(307, 40%, 37%); — As HEX: color: #84397B; — As RGB: color: rgb(132, 57, 123); — Tailwind CSS: bg-[hsl(307,40%,37%)] — CSS variable: --color-primary: hsl(307, 40%, 37%);