HSL(311, 80%, 12%)

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(311,80%,12%)]

Color Conversions

Format Value CSS Usage
HSL hsl(311, 80%, 12%) color: hsl(311, 80%, 12%)
HEX #37062E color: #37062E
RGB rgb(55, 6, 46) color: rgb(55, 6, 46)
CMYK cmyk(0%, 89%, 16%, 78%)
HSV hsv(311, 89%, 22%)
HWB hwb(311 2% 78%) color: hwb(311 2% 78%)
OKLCH oklch(0.2372 0.0914 336.74) color: oklch(0.2372 0.0914 336.74)
Lab lab(10.11 28.52 -13.25) color: lab(10.11 28.52 -13.25)
LCH lch(10.11 31.45 335.08) color: lch(10.11 31.45 335.08)

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 17.1:1
vs Black 1.23: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)

#222124 — rgb(34, 33, 36)

Deuteranopia (Green-blind)

#252822 — rgb(37, 40, 34)

Tritanopia (Blue-blind)

#351D1B — rgb(53, 29, 27)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(311, 80%, 12%);

text

color: hsl(311, 80%, 12%);

border

border: 2px solid hsl(311, 80%, 12%);

gradient light

background: linear-gradient(to right, hsl(311, 80%, 32%), hsl(311, 80%, 12%));

gradient dark

background: linear-gradient(to right, hsl(311, 80%, 12%), hsl(311, 80%, 0%))

hex

background-color: #37062E;

tailwind

bg-[hsl(311,80%,12%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(311, 80%, 12%, 0.4);

css variable

--color-primary: hsl(311, 80%, 12%);

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(311, 80%, 12%)?

HEX: #37062E | RGB: rgb(55, 6, 46) | CMYK: 0%, 89%, 16%, 78% | HSV: 311°, 89%, 22%. Copy any format from the conversion table above.

What colors go well with #37062E?

The complementary color is HSL(131, 80%, 12%). For a triadic harmony, use hues 311°, 71°, and 191°. For analogous combinations, try hues 281° and 341°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(311, 80%, 12%) in CSS?

As HSL: color: hsl(311, 80%, 12%); — As HEX: color: #37062E; — As RGB: color: rgb(55, 6, 46); — Tailwind CSS: bg-[hsl(311,80%,12%)] — CSS variable: --color-primary: hsl(311, 80%, 12%);