HSL(324, 30%, 14%)

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(324,30%,14%)]

Color Conversions

Format Value CSS Usage
HSL hsl(324, 30%, 14%) color: hsl(324, 30%, 14%)
HEX #2E1926 color: #2E1926
RGB rgb(46, 25, 38) color: rgb(46, 25, 38)
CMYK cmyk(0%, 46%, 17%, 82%)
HSV hsv(323, 46%, 18%)
HWB hwb(323 10% 82%) color: hwb(323 10% 82%)
OKLCH oklch(0.247 0.0397 342.64) color: oklch(0.247 0.0397 342.64)
Lab lab(12.06 12.9 -4.48) color: lab(12.06 12.9 -4.48)
LCH lch(12.06 13.66 340.85) color: lch(12.06 13.66 340.85)

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.37:1
vs Black 1.28: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)

#252523 — rgb(37, 37, 35)

Deuteranopia (Green-blind)

#262822 — rgb(38, 40, 34)

Tritanopia (Blue-blind)

#2D2020 — rgb(45, 32, 32)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(324, 30%, 14%);

text

color: hsl(324, 30%, 14%);

border

border: 2px solid hsl(324, 30%, 14%);

gradient light

background: linear-gradient(to right, hsl(324, 30%, 34%), hsl(324, 30%, 14%));

gradient dark

background: linear-gradient(to right, hsl(324, 30%, 14%), hsl(324, 30%, 0%))

hex

background-color: #2E1926;

tailwind

bg-[hsl(324,30%,14%)]

box shadow

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

css variable

--color-primary: hsl(324, 30%, 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(324, 30%, 14%)?

HEX: #2E1926 | RGB: rgb(46, 25, 38) | CMYK: 0%, 46%, 17%, 82% | HSV: 323°, 46%, 18%. Copy any format from the conversion table above.

What colors go well with #2E1926?

The complementary color is HSL(144, 30%, 14%). For a triadic harmony, use hues 324°, 84°, and 204°. For analogous combinations, try hues 294° and 354°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(324, 30%, 14%) in CSS?

As HSL: color: hsl(324, 30%, 14%); — As HEX: color: #2E1926; — As RGB: color: rgb(46, 25, 38); — Tailwind CSS: bg-[hsl(324,30%,14%)] — CSS variable: --color-primary: hsl(324, 30%, 14%);