HSL(327, 70%, 18%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(327,70%,18%)]

Color Conversions

Format Value CSS Usage
HSL hsl(327, 70%, 18%) color: hsl(327, 70%, 18%)
HEX #4E0E31 color: #4E0E31
RGB rgb(78, 14, 49) color: rgb(78, 14, 49)
CMYK cmyk(0%, 82%, 37%, 69%)
HSV hsv(327, 82%, 31%)
HWB hwb(327 6% 69%) color: hwb(327 6% 69%)
OKLCH oklch(0.2917 0.1009 351.87) color: oklch(0.2917 0.1009 351.87)
Lab lab(16.29 32.61 -5.53) color: lab(16.29 32.61 -5.53)
LCH lch(16.29 33.08 350.38) color: lch(16.29 33.08 350.38)

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 14.67:1
vs Black 1.43: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)

#323229 — rgb(50, 50, 41)

Deuteranopia (Green-blind)

#363B27 — rgb(54, 59, 39)

Tritanopia (Blue-blind)

#4B2220 — rgb(75, 34, 32)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(327, 70%, 18%);

text

color: hsl(327, 70%, 18%);

border

border: 2px solid hsl(327, 70%, 18%);

gradient light

background: linear-gradient(to right, hsl(327, 70%, 38%), hsl(327, 70%, 18%));

gradient dark

background: linear-gradient(to right, hsl(327, 70%, 18%), hsl(327, 70%, 0%))

hex

background-color: #4E0E31;

tailwind

bg-[hsl(327,70%,18%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(327, 70%, 18%, 0.4);

css variable

--color-primary: hsl(327, 70%, 18%);

Related Colors

Use Cases for Pink

Beauty & cosmetics Fashion brands Romantic themes Valentine campaigns Playful UI

Frequently Asked Questions

What are all the color codes for HSL(327, 70%, 18%)?

HEX: #4E0E31 | RGB: rgb(78, 14, 49) | CMYK: 0%, 82%, 37%, 69% | HSV: 327°, 82%, 31%. Copy any format from the conversion table above.

What colors go well with #4E0E31?

The complementary color is HSL(147, 70%, 18%). For a triadic harmony, use hues 327°, 87°, and 207°. For analogous combinations, try hues 297° and 357°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(327, 70%, 18%) in CSS?

As HSL: color: hsl(327, 70%, 18%); — As HEX: color: #4E0E31; — As RGB: color: rgb(78, 14, 49); — Tailwind CSS: bg-[hsl(327,70%,18%)] — CSS variable: --color-primary: hsl(327, 70%, 18%);