HSL(293, 64%, 14%)

Very Dark Purple — Purple color

Adjust Color

Color Information

Color Name

Very Dark Purple

Color Family

Purple

Warm / Cool

🔵 Cool

Temperature

6500K

CSS Class

bg-[hsl(293,64%,14%)]

Color Conversions

Format Value CSS Usage
HSL hsl(293, 64%, 14%) color: hsl(293, 64%, 14%)
HEX #350D3B color: #350D3B
RGB rgb(53, 13, 59) color: rgb(53, 13, 59)
CMYK cmyk(10%, 78%, 0%, 77%)
HSV hsv(292, 78%, 23%)
HWB hwb(292 5% 77%) color: hwb(292 5% 77%)
OKLCH oklch(0.2506 0.092 322.2) color: oklch(0.2506 0.092 322.2)
Lab lab(11.69 27.35 -20.22) color: lab(11.69 27.35 -20.22)
LCH lch(11.69 34.01 323.52) color: lch(11.69 34.01 323.52)

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.51: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)

#242330 — rgb(36, 35, 48)

Deuteranopia (Green-blind)

#26292D — rgb(38, 41, 45)

Tritanopia (Blue-blind)

#332725 — rgb(51, 39, 37)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(293, 64%, 14%);

text

color: hsl(293, 64%, 14%);

border

border: 2px solid hsl(293, 64%, 14%);

gradient light

background: linear-gradient(to right, hsl(293, 64%, 34%), hsl(293, 64%, 14%));

gradient dark

background: linear-gradient(to right, hsl(293, 64%, 14%), hsl(293, 64%, 0%))

hex

background-color: #350D3B;

tailwind

bg-[hsl(293,64%,14%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(293, 64%, 14%, 0.4);

css variable

--color-primary: hsl(293, 64%, 14%);

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(293, 64%, 14%)?

HEX: #350D3B | RGB: rgb(53, 13, 59) | CMYK: 10%, 78%, 0%, 77% | HSV: 292°, 78%, 23%. Copy any format from the conversion table above.

What colors go well with #350D3B?

The complementary color is HSL(113, 64%, 14%). For a triadic harmony, use hues 293°, 53°, and 173°. For analogous combinations, try hues 263° and 323°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(293, 64%, 14%) in CSS?

As HSL: color: hsl(293, 64%, 14%); — As HEX: color: #350D3B; — As RGB: color: rgb(53, 13, 59); — Tailwind CSS: bg-[hsl(293,64%,14%)] — CSS variable: --color-primary: hsl(293, 64%, 14%);