HSL(340, 72%, 80%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(340,72%,80%)]

Color Conversions

Format Value CSS Usage
HSL hsl(340, 72%, 80%) color: hsl(340, 72%, 80%)
HEX #F1A7C0 color: #F1A7C0
RGB rgb(241, 167, 192) color: rgb(241, 167, 192)
CMYK cmyk(0%, 31%, 20%, 5%)
HSV hsv(340, 31%, 95%)
HWB hwb(340 66% 5%) color: hwb(340 66% 5%)
OKLCH oklch(0.8064 0.0923 357.44) color: oklch(0.8064 0.0923 357.44)
Lab lab(76.16 30.75 -1.72) color: lab(76.16 30.75 -1.72)
LCH lch(76.16 30.8 356.8) color: lch(76.16 30.8 356.8)

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.9:1
vs Black 11.03: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)

#D1D0BA — rgb(209, 208, 186)

Deuteranopia (Green-blind)

#D5DBB9 — rgb(213, 219, 185)

Tritanopia (Blue-blind)

#EDB5B4 — rgb(237, 181, 180)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(340, 72%, 80%);

text

color: hsl(340, 72%, 80%);

border

border: 2px solid hsl(340, 72%, 80%);

gradient light

background: linear-gradient(to right, hsl(340, 72%, 100%), hsl(340, 72%, 80%));

gradient dark

background: linear-gradient(to right, hsl(340, 72%, 80%), hsl(340, 72%, 60%))

hex

background-color: #F1A7C0;

tailwind

bg-[hsl(340,72%,80%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(340, 72%, 80%, 0.4);

css variable

--color-primary: hsl(340, 72%, 80%);

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(340, 72%, 80%)?

HEX: #F1A7C0 | RGB: rgb(241, 167, 192) | CMYK: 0%, 31%, 20%, 5% | HSV: 340°, 31%, 95%. Copy any format from the conversion table above.

What colors go well with #F1A7C0?

The complementary color is HSL(160, 72%, 80%). For a triadic harmony, use hues 340°, 100°, and 220°. For analogous combinations, try hues 310° and 10°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(340, 72%, 80%) in CSS?

As HSL: color: hsl(340, 72%, 80%); — As HEX: color: #F1A7C0; — As RGB: color: rgb(241, 167, 192); — Tailwind CSS: bg-[hsl(340,72%,80%)] — CSS variable: --color-primary: hsl(340, 72%, 80%);