HSL(342, 63%, 2%)

Very Dark Pink — Pink color

Adjust Color

Color Information

Color Name

Very Dark Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(342,63%,2%)]

Color Conversions

Format Value CSS Usage
HSL hsl(342, 63%, 2%) color: hsl(342, 63%, 2%)
HEX #080204 color: #080204
RGB rgb(8, 2, 4) color: rgb(8, 2, 4)
CMYK cmyk(0%, 75%, 50%, 97%)
HSV hsv(340, 75%, 3%)
HWB hwb(340 1% 97%) color: hwb(340 1% 97%)
OKLCH oklch(0.1039 0.0205 354.2) color: oklch(0.1039 0.0205 354.2)
Lab lab(0.94 1.85 -0.2) color: lab(0.94 1.85 -0.2)
LCH lch(0.94 1.86 353.83) color: lch(0.94 1.86 353.83)

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 20.57:1
vs Black 1.02: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)

#050504 — rgb(5, 5, 4)

Deuteranopia (Green-blind)

#060603 — rgb(6, 6, 3)

Tritanopia (Blue-blind)

#080303 — rgb(8, 3, 3)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(342, 63%, 2%);

text

color: hsl(342, 63%, 2%);

border

border: 2px solid hsl(342, 63%, 2%);

gradient light

background: linear-gradient(to right, hsl(342, 63%, 22%), hsl(342, 63%, 2%));

gradient dark

background: linear-gradient(to right, hsl(342, 63%, 2%), hsl(342, 63%, 0%))

hex

background-color: #080204;

tailwind

bg-[hsl(342,63%,2%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(342, 63%, 2%, 0.4);

css variable

--color-primary: hsl(342, 63%, 2%);

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(342, 63%, 2%)?

HEX: #080204 | RGB: rgb(8, 2, 4) | CMYK: 0%, 75%, 50%, 97% | HSV: 340°, 75%, 3%. Copy any format from the conversion table above.

What colors go well with #080204?

The complementary color is HSL(162, 63%, 2%). For a triadic harmony, use hues 342°, 102°, and 222°. For analogous combinations, try hues 312° and 12°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(342, 63%, 2%) in CSS?

As HSL: color: hsl(342, 63%, 2%); — As HEX: color: #080204; — As RGB: color: rgb(8, 2, 4); — Tailwind CSS: bg-[hsl(342,63%,2%)] — CSS variable: --color-primary: hsl(342, 63%, 2%);