HSL(316, 73%, 75%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(316,73%,75%)]

Color Conversions

Format Value CSS Usage
HSL hsl(316, 73%, 75%) color: hsl(316, 73%, 75%)
HEX #EE91D5 color: #EE91D5
RGB rgb(238, 145, 213) color: rgb(238, 145, 213)
CMYK cmyk(0%, 39%, 11%, 7%)
HSV hsv(316, 39%, 93%)
HWB hwb(316 57% 7%) color: hwb(316 57% 7%)
OKLCH oklch(0.7739 0.1398 337.55) color: oklch(0.7739 0.1398 337.55)
Lab lab(71.71 44.54 -19.94) color: lab(71.71 44.54 -19.94)
LCH lch(71.71 48.8 335.88) color: lch(71.71 48.8 335.88)

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 2.18:1
vs Black 9.65:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: FAIL ✗ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#C6C5C5 — rgb(198, 197, 197)

Deuteranopia (Green-blind)

#CBD2C1 — rgb(203, 210, 193)

Tritanopia (Blue-blind)

#E9B8B5 — rgb(233, 184, 181)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(316, 73%, 75%);

text

color: hsl(316, 73%, 75%);

border

border: 2px solid hsl(316, 73%, 75%);

gradient light

background: linear-gradient(to right, hsl(316, 73%, 95%), hsl(316, 73%, 75%));

gradient dark

background: linear-gradient(to right, hsl(316, 73%, 75%), hsl(316, 73%, 55%))

hex

background-color: #EE91D5;

tailwind

bg-[hsl(316,73%,75%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(316, 73%, 75%, 0.4);

css variable

--color-primary: hsl(316, 73%, 75%);

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(316, 73%, 75%)?

HEX: #EE91D5 | RGB: rgb(238, 145, 213) | CMYK: 0%, 39%, 11%, 7% | HSV: 316°, 39%, 93%. Copy any format from the conversion table above.

What colors go well with #EE91D5?

The complementary color is HSL(136, 73%, 75%). For a triadic harmony, use hues 316°, 76°, and 196°. For analogous combinations, try hues 286° and 346°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(316, 73%, 75%) in CSS?

As HSL: color: hsl(316, 73%, 75%); — As HEX: color: #EE91D5; — As RGB: color: rgb(238, 145, 213); — Tailwind CSS: bg-[hsl(316,73%,75%)] — CSS variable: --color-primary: hsl(316, 73%, 75%);