HSL(292, 24%, 37%)

Purple — Purple color

Adjust Color

Color Information

Color Name

Purple

Color Family

Purple

Warm / Cool

🔵 Cool

Temperature

6500K

CSS Class

bg-[hsl(292,24%,37%)]

Color Conversions

Format Value CSS Usage
HSL hsl(292, 24%, 37%) color: hsl(292, 24%, 37%)
HEX #6F4875 color: #6F4875
RGB rgb(111, 72, 117) color: rgb(111, 72, 117)
CMYK cmyk(5%, 38%, 0%, 54%)
HSV hsv(292, 38%, 46%)
HWB hwb(292 29% 54%) color: hwb(292 29% 54%)
OKLCH oklch(0.463 0.085 322.03) color: oklch(0.463 0.085 322.03)
Lab lab(36.55 24.89 -19.12) color: lab(36.55 24.89 -19.12)
LCH lch(36.55 31.39 322.47) color: lch(36.55 31.39 322.47)

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.34:1
vs Black 2.86: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)

#5E5E6A — rgb(94, 94, 106)

Deuteranopia (Green-blind)

#606368 — rgb(96, 99, 104)

Tritanopia (Blue-blind)

#6D6260 — rgb(109, 98, 96)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(292, 24%, 37%);

text

color: hsl(292, 24%, 37%);

border

border: 2px solid hsl(292, 24%, 37%);

gradient light

background: linear-gradient(to right, hsl(292, 24%, 57%), hsl(292, 24%, 37%));

gradient dark

background: linear-gradient(to right, hsl(292, 24%, 37%), hsl(292, 24%, 17%))

hex

background-color: #6F4875;

tailwind

bg-[hsl(292,24%,37%)]

box shadow

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

css variable

--color-primary: hsl(292, 24%, 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(292, 24%, 37%)?

HEX: #6F4875 | RGB: rgb(111, 72, 117) | CMYK: 5%, 38%, 0%, 54% | HSV: 292°, 38%, 46%. Copy any format from the conversion table above.

What colors go well with #6F4875?

The complementary color is HSL(112, 24%, 37%). For a triadic harmony, use hues 292°, 52°, and 172°. For analogous combinations, try hues 262° and 322°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(292, 24%, 37%) in CSS?

As HSL: color: hsl(292, 24%, 37%); — As HEX: color: #6F4875; — As RGB: color: rgb(111, 72, 117); — Tailwind CSS: bg-[hsl(292,24%,37%)] — CSS variable: --color-primary: hsl(292, 24%, 37%);