HSL(342, 78%, 14%)

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,78%,14%)]

Color Conversions

Format Value CSS Usage
HSL hsl(342, 78%, 14%) color: hsl(342, 78%, 14%)
HEX #400819 color: #400819
RGB rgb(64, 8, 25) color: rgb(64, 8, 25)
CMYK cmyk(0%, 88%, 61%, 75%)
HSV hsv(342, 88%, 25%)
HWB hwb(342 3% 75%) color: hwb(342 3% 75%)
OKLCH oklch(0.2481 0.085 8.37) color: oklch(0.2481 0.085 8.37)
Lab lab(11.51 27.63 4.84) color: lab(11.51 27.63 4.84)
LCH lch(11.51 28.05 9.94) color: lch(11.51 28.05 9.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 16.58: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)

#282715 — rgb(40, 39, 21)

Deuteranopia (Green-blind)

#2B2F14 — rgb(43, 47, 20)

Tritanopia (Blue-blind)

#3D1211 — rgb(61, 18, 17)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(342, 78%, 14%);

text

color: hsl(342, 78%, 14%);

border

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

gradient light

background: linear-gradient(to right, hsl(342, 78%, 34%), hsl(342, 78%, 14%));

gradient dark

background: linear-gradient(to right, hsl(342, 78%, 14%), hsl(342, 78%, 0%))

hex

background-color: #400819;

tailwind

bg-[hsl(342,78%,14%)]

box shadow

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

css variable

--color-primary: hsl(342, 78%, 14%);

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, 78%, 14%)?

HEX: #400819 | RGB: rgb(64, 8, 25) | CMYK: 0%, 88%, 61%, 75% | HSV: 342°, 88%, 25%. Copy any format from the conversion table above.

What colors go well with #400819?

The complementary color is HSL(162, 78%, 14%). 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, 78%, 14%) in CSS?

As HSL: color: hsl(342, 78%, 14%); — As HEX: color: #400819; — As RGB: color: rgb(64, 8, 25); — Tailwind CSS: bg-[hsl(342,78%,14%)] — CSS variable: --color-primary: hsl(342, 78%, 14%);