HSL(309, 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(309,75%,13%)]

Color Conversions

Format Value CSS Usage
HSL hsl(309, 75%, 13%) color: hsl(309, 75%, 13%)
HEX #3A0833 color: #3A0833
RGB rgb(58, 8, 51) color: rgb(58, 8, 51)
CMYK cmyk(0%, 86%, 12%, 77%)
HSV hsv(308, 86%, 23%)
HWB hwb(308 3% 77%) color: hwb(308 3% 77%)
OKLCH oklch(0.2484 0.0946 334.46) color: oklch(0.2484 0.0946 334.46)
Lab lab(11.36 29.34 -14.91) color: lab(11.36 29.34 -14.91)
LCH lch(11.36 32.91 333.06) color: lch(11.36 32.91 333.06)

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.63:1
vs Black 1.26: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)

#242429 — rgb(36, 36, 41)

Deuteranopia (Green-blind)

#272B26 — rgb(39, 43, 38)

Tritanopia (Blue-blind)

#38201F — rgb(56, 32, 31)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #3A0833;

tailwind

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

box shadow

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

css variable

--color-primary: hsl(309, 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(309, 75%, 13%)?

HEX: #3A0833 | RGB: rgb(58, 8, 51) | CMYK: 0%, 86%, 12%, 77% | HSV: 308°, 86%, 23%. Copy any format from the conversion table above.

What colors go well with #3A0833?

The complementary color is HSL(129, 75%, 13%). 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, 75%, 13%) in CSS?

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