HSL(320, 92%, 8%)

Very Dark Pink — Pink color

Adjust Color

Color Information

Color Name

Very Dark Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(320,92%,8%)]

Color Conversions

Format Value CSS Usage
HSL hsl(320, 92%, 8%) color: hsl(320, 92%, 8%)
HEX #27021B color: #27021B
RGB rgb(39, 2, 27) color: rgb(39, 2, 27)
CMYK cmyk(0%, 95%, 31%, 85%)
HSV hsv(319, 95%, 15%)
HWB hwb(319 1% 85%) color: hwb(319 1% 85%)
OKLCH oklch(0.1867 0.0729 343.6) color: oklch(0.1867 0.0729 343.6)
Lab lab(5 21.04 -6.86) color: lab(5 21.04 -6.86)
LCH lch(5 22.13 341.94) color: lch(5 22.13 341.94)

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 18.91:1
vs Black 1.11: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)

#171715 — rgb(23, 23, 21)

Deuteranopia (Green-blind)

#191C14 — rgb(25, 28, 20)

Tritanopia (Blue-blind)

#25100F — rgb(37, 16, 15)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(320, 92%, 8%);

text

color: hsl(320, 92%, 8%);

border

border: 2px solid hsl(320, 92%, 8%);

gradient light

background: linear-gradient(to right, hsl(320, 92%, 28%), hsl(320, 92%, 8%));

gradient dark

background: linear-gradient(to right, hsl(320, 92%, 8%), hsl(320, 92%, 0%))

hex

background-color: #27021B;

tailwind

bg-[hsl(320,92%,8%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(320, 92%, 8%, 0.4);

css variable

--color-primary: hsl(320, 92%, 8%);

Related Colors

Use Cases for Very Dark Pink

Beauty & cosmetics Fashion brands Romantic themes Valentine campaigns Playful UI

Frequently Asked Questions

What are all the color codes for HSL(320, 92%, 8%)?

HEX: #27021B | RGB: rgb(39, 2, 27) | CMYK: 0%, 95%, 31%, 85% | HSV: 319°, 95%, 15%. Copy any format from the conversion table above.

What colors go well with #27021B?

The complementary color is HSL(140, 92%, 8%). For a triadic harmony, use hues 320°, 80°, and 200°. For analogous combinations, try hues 290° and 350°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(320, 92%, 8%) in CSS?

As HSL: color: hsl(320, 92%, 8%); — As HEX: color: #27021B; — As RGB: color: rgb(39, 2, 27); — Tailwind CSS: bg-[hsl(320,92%,8%)] — CSS variable: --color-primary: hsl(320, 92%, 8%);