HSL(304, 75%, 13%)

Very Dark Purple — Purple color

Adjust Color

Color Information

Color Name

Very Dark Purple

Color Family

Purple

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(304,75%,13%)]

Color Conversions

Format Value CSS Usage
HSL hsl(304, 75%, 13%) color: hsl(304, 75%, 13%)
HEX #3A0837 color: #3A0837
RGB rgb(58, 8, 55) color: rgb(58, 8, 55)
CMYK cmyk(0%, 86%, 5%, 77%)
HSV hsv(304, 86%, 23%)
HWB hwb(304 3% 77%) color: hwb(304 3% 77%)
OKLCH oklch(0.2511 0.0981 330.7) color: oklch(0.2511 0.0981 330.7)
Lab lab(11.62 30.09 -17.41) color: lab(11.62 30.09 -17.41)
LCH lch(11.62 34.76 329.95) color: lch(11.62 34.76 329.95)

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 16.54:1
vs Black 1.27: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)

#24242C — rgb(36, 36, 44)

Deuteranopia (Green-blind)

#272B29 — rgb(39, 43, 41)

Tritanopia (Blue-blind)

#382321 — rgb(56, 35, 33)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(304, 75%, 13%);

text

color: hsl(304, 75%, 13%);

border

border: 2px solid hsl(304, 75%, 13%);

gradient light

background: linear-gradient(to right, hsl(304, 75%, 33%), hsl(304, 75%, 13%));

gradient dark

background: linear-gradient(to right, hsl(304, 75%, 13%), hsl(304, 75%, 0%))

hex

background-color: #3A0837;

tailwind

bg-[hsl(304,75%,13%)]

box shadow

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

css variable

--color-primary: hsl(304, 75%, 13%);

Related Colors

Use Cases for Very Dark Purple

Luxury brands Creative agencies Beauty products Royalty themes Premium badges

Frequently Asked Questions

What are all the color codes for HSL(304, 75%, 13%)?

HEX: #3A0837 | RGB: rgb(58, 8, 55) | CMYK: 0%, 86%, 5%, 77% | HSV: 304°, 86%, 23%. Copy any format from the conversion table above.

What colors go well with #3A0837?

The complementary color is HSL(124, 75%, 13%). For a triadic harmony, use hues 304°, 64°, and 184°. For analogous combinations, try hues 274° and 334°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(304, 75%, 13%) in CSS?

As HSL: color: hsl(304, 75%, 13%); — As HEX: color: #3A0837; — As RGB: color: rgb(58, 8, 55); — Tailwind CSS: bg-[hsl(304,75%,13%)] — CSS variable: --color-primary: hsl(304, 75%, 13%);