HSL(342, 90%, 28%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(342,90%,28%)]

Color Conversions

Format Value CSS Usage
HSL hsl(342, 90%, 28%) color: hsl(342, 90%, 28%)
HEX #88072E color: #88072E
RGB rgb(136, 7, 46) color: rgb(136, 7, 46)
CMYK cmyk(0%, 95%, 66%, 47%)
HSV hsv(342, 95%, 53%)
HWB hwb(342 3% 47%) color: hwb(342 3% 47%)
OKLCH oklch(0.4022 0.1561 13.76) color: oklch(0.4022 0.1561 13.76)
Lab lab(28.34 50.48 15.39) color: lab(28.34 50.48 15.39)
LCH lch(28.34 52.77 16.96) color: lch(28.34 52.77 16.96)

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 9.92:1
vs Black 2.12: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)

#504F25 — rgb(80, 79, 37)

Deuteranopia (Green-blind)

#586122 — rgb(88, 97, 34)

Tritanopia (Blue-blind)

#821D1B — rgb(130, 29, 27)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(342, 90%, 28%);

text

color: hsl(342, 90%, 28%);

border

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

gradient light

background: linear-gradient(to right, hsl(342, 90%, 48%), hsl(342, 90%, 28%));

gradient dark

background: linear-gradient(to right, hsl(342, 90%, 28%), hsl(342, 90%, 8%))

hex

background-color: #88072E;

tailwind

bg-[hsl(342,90%,28%)]

box shadow

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

css variable

--color-primary: hsl(342, 90%, 28%);

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(342, 90%, 28%)?

HEX: #88072E | RGB: rgb(136, 7, 46) | CMYK: 0%, 95%, 66%, 47% | HSV: 342°, 95%, 53%. Copy any format from the conversion table above.

What colors go well with #88072E?

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

As HSL: color: hsl(342, 90%, 28%); — As HEX: color: #88072E; — As RGB: color: rgb(136, 7, 46); — Tailwind CSS: bg-[hsl(342,90%,28%)] — CSS variable: --color-primary: hsl(342, 90%, 28%);