HSL(316, 69%, 82%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(316,69%,82%)]

Color Conversions

Format Value CSS Usage
HSL hsl(316, 69%, 82%) color: hsl(316, 69%, 82%)
HEX #F1B1E0 color: #F1B1E0
RGB rgb(241, 177, 224) color: rgb(241, 177, 224)
CMYK cmyk(0%, 27%, 7%, 5%)
HSV hsv(316, 27%, 95%)
HWB hwb(316 69% 5%) color: hwb(316 69% 5%)
OKLCH oklch(0.8339 0.0956 336.37) color: oklch(0.8339 0.0956 336.37)
Lab lab(79.35 30.56 -14.4) color: lab(79.35 30.56 -14.4)
LCH lch(79.35 33.78 334.77) color: lch(79.35 33.78 334.77)

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 1.73:1
vs Black 12.11: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)

#D5D5D5 — rgb(213, 213, 213)

Deuteranopia (Green-blind)

#D9DED2 — rgb(217, 222, 210)

Tritanopia (Blue-blind)

#EECCCA — rgb(238, 204, 202)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(316, 69%, 82%);

text

color: hsl(316, 69%, 82%);

border

border: 2px solid hsl(316, 69%, 82%);

gradient light

background: linear-gradient(to right, hsl(316, 69%, 100%), hsl(316, 69%, 82%));

gradient dark

background: linear-gradient(to right, hsl(316, 69%, 82%), hsl(316, 69%, 62%))

hex

background-color: #F1B1E0;

tailwind

bg-[hsl(316,69%,82%)]

box shadow

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

css variable

--color-primary: hsl(316, 69%, 82%);

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, 69%, 82%)?

HEX: #F1B1E0 | RGB: rgb(241, 177, 224) | CMYK: 0%, 27%, 7%, 5% | HSV: 316°, 27%, 95%. Copy any format from the conversion table above.

What colors go well with #F1B1E0?

The complementary color is HSL(136, 69%, 82%). 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, 69%, 82%) in CSS?

As HSL: color: hsl(316, 69%, 82%); — As HEX: color: #F1B1E0; — As RGB: color: rgb(241, 177, 224); — Tailwind CSS: bg-[hsl(316,69%,82%)] — CSS variable: --color-primary: hsl(316, 69%, 82%);