HSL(332, 70%, 57%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(332,70%,57%)]

Color Conversions

Format Value CSS Usage
HSL hsl(332, 70%, 57%) color: hsl(332, 70%, 57%)
HEX #DE458C color: #DE458C
RGB rgb(222, 69, 140) color: rgb(222, 69, 140)
CMYK cmyk(0%, 69%, 37%, 13%)
HSV hsv(332, 69%, 87%)
HWB hwb(332 27% 13%) color: hwb(332 27% 13%)
OKLCH oklch(0.6269 0.1986 356.01) color: oklch(0.6269 0.1986 356.01)
Lab lab(53.69 64.66 -5.56) color: lab(53.69 64.66 -5.56)
LCH lch(53.69 64.9 355.09) color: lch(53.69 64.9 355.09)

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 3.94:1
vs Black 5.34:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#9C9A7B — rgb(156, 154, 123)

Deuteranopia (Green-blind)

#A5B077 — rgb(165, 176, 119)

Tritanopia (Blue-blind)

#D66D6A — rgb(214, 109, 106)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(332, 70%, 57%);

text

color: hsl(332, 70%, 57%);

border

border: 2px solid hsl(332, 70%, 57%);

gradient light

background: linear-gradient(to right, hsl(332, 70%, 77%), hsl(332, 70%, 57%));

gradient dark

background: linear-gradient(to right, hsl(332, 70%, 57%), hsl(332, 70%, 37%))

hex

background-color: #DE458C;

tailwind

bg-[hsl(332,70%,57%)]

box shadow

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

css variable

--color-primary: hsl(332, 70%, 57%);

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(332, 70%, 57%)?

HEX: #DE458C | RGB: rgb(222, 69, 140) | CMYK: 0%, 69%, 37%, 13% | HSV: 332°, 69%, 87%. Copy any format from the conversion table above.

What colors go well with #DE458C?

The complementary color is HSL(152, 70%, 57%). For a triadic harmony, use hues 332°, 92°, and 212°. For analogous combinations, try hues 302° and 2°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(332, 70%, 57%) in CSS?

As HSL: color: hsl(332, 70%, 57%); — As HEX: color: #DE458C; — As RGB: color: rgb(222, 69, 140); — Tailwind CSS: bg-[hsl(332,70%,57%)] — CSS variable: --color-primary: hsl(332, 70%, 57%);