HSL(301, 66%, 7%)

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(301,66%,7%)]

Color Conversions

Format Value CSS Usage
HSL hsl(301, 66%, 7%) color: hsl(301, 66%, 7%)
HEX #1E061D color: #1E061D
RGB rgb(30, 6, 29) color: rgb(30, 6, 29)
CMYK cmyk(0%, 80%, 3%, 88%)
HSV hsv(303, 80%, 12%)
HWB hwb(303 2% 88%) color: hwb(303 2% 88%)
OKLCH oklch(0.1778 0.0571 329.28) color: oklch(0.1778 0.0571 329.28)
Lab lab(4.47 14.41 -9.39) color: lab(4.47 14.41 -9.39)
LCH lch(4.47 17.2 326.91) color: lch(4.47 17.2 326.91)

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 19.11:1
vs Black 1.1: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)

#141317 — rgb(20, 19, 23)

Deuteranopia (Green-blind)

#151716 — rgb(21, 23, 22)

Tritanopia (Blue-blind)

#1D1312 — rgb(29, 19, 18)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(301, 66%, 7%);

text

color: hsl(301, 66%, 7%);

border

border: 2px solid hsl(301, 66%, 7%);

gradient light

background: linear-gradient(to right, hsl(301, 66%, 27%), hsl(301, 66%, 7%));

gradient dark

background: linear-gradient(to right, hsl(301, 66%, 7%), hsl(301, 66%, 0%))

hex

background-color: #1E061D;

tailwind

bg-[hsl(301,66%,7%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(301, 66%, 7%, 0.4);

css variable

--color-primary: hsl(301, 66%, 7%);

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(301, 66%, 7%)?

HEX: #1E061D | RGB: rgb(30, 6, 29) | CMYK: 0%, 80%, 3%, 88% | HSV: 303°, 80%, 12%. Copy any format from the conversion table above.

What colors go well with #1E061D?

The complementary color is HSL(121, 66%, 7%). For a triadic harmony, use hues 301°, 61°, and 181°. For analogous combinations, try hues 271° and 331°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(301, 66%, 7%) in CSS?

As HSL: color: hsl(301, 66%, 7%); — As HEX: color: #1E061D; — As RGB: color: rgb(30, 6, 29); — Tailwind CSS: bg-[hsl(301,66%,7%)] — CSS variable: --color-primary: hsl(301, 66%, 7%);