HSL(312, 75%, 15%)

Purple — Purple color

Adjust Color

Color Information

Color Name

Purple

Color Family

Purple

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(312,75%,15%)]

Color Conversions

Format Value CSS Usage
HSL hsl(312, 75%, 15%) color: hsl(312, 75%, 15%)
HEX #430A37 color: #430A37
RGB rgb(67, 10, 55) color: rgb(67, 10, 55)
CMYK cmyk(0%, 85%, 18%, 74%)
HSV hsv(313, 85%, 26%)
HWB hwb(313 4% 74%) color: hwb(313 4% 74%)
OKLCH oklch(0.2699 0.1013 338.1) color: oklch(0.2699 0.1013 338.1)
Lab lab(13.75 31.75 -13.93) color: lab(13.75 31.75 -13.93)
LCH lch(13.75 34.67 336.31) color: lch(13.75 34.67 336.31)

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 15.7:1
vs Black 1.34: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)

#2A2A2C — rgb(42, 42, 44)

Deuteranopia (Green-blind)

#2E322A — rgb(46, 50, 42)

Tritanopia (Blue-blind)

#402422 — rgb(64, 36, 34)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(312, 75%, 15%);

text

color: hsl(312, 75%, 15%);

border

border: 2px solid hsl(312, 75%, 15%);

gradient light

background: linear-gradient(to right, hsl(312, 75%, 35%), hsl(312, 75%, 15%));

gradient dark

background: linear-gradient(to right, hsl(312, 75%, 15%), hsl(312, 75%, 0%))

hex

background-color: #430A37;

tailwind

bg-[hsl(312,75%,15%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(312, 75%, 15%, 0.4);

css variable

--color-primary: hsl(312, 75%, 15%);

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(312, 75%, 15%)?

HEX: #430A37 | RGB: rgb(67, 10, 55) | CMYK: 0%, 85%, 18%, 74% | HSV: 313°, 85%, 26%. Copy any format from the conversion table above.

What colors go well with #430A37?

The complementary color is HSL(132, 75%, 15%). For a triadic harmony, use hues 312°, 72°, and 192°. For analogous combinations, try hues 282° and 342°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(312, 75%, 15%) in CSS?

As HSL: color: hsl(312, 75%, 15%); — As HEX: color: #430A37; — As RGB: color: rgb(67, 10, 55); — Tailwind CSS: bg-[hsl(312,75%,15%)] — CSS variable: --color-primary: hsl(312, 75%, 15%);