HSL(317, 84%, 74%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(317,84%,74%)]

Color Conversions

Format Value CSS Usage
HSL hsl(317, 84%, 74%) color: hsl(317, 84%, 74%)
HEX #F485D5 color: #F485D5
RGB rgb(244, 133, 213) color: rgb(244, 133, 213)
CMYK cmyk(0%, 45%, 13%, 4%)
HSV hsv(317, 45%, 96%)
HWB hwb(317 53% 4%) color: hwb(317 53% 4%)
OKLCH oklch(0.7629 0.1648 338.62) color: oklch(0.7629 0.1648 338.62)
Lab lab(70.05 52.49 -22.41) color: lab(70.05 52.49 -22.41)
LCH lch(70.05 57.07 336.88) color: lch(70.05 57.07 336.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.29:1
vs Black 9.16: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)

#C4C3C2 — rgb(196, 195, 194)

Deuteranopia (Green-blind)

#CAD3BD — rgb(202, 211, 189)

Tritanopia (Blue-blind)

#EEB2AF — rgb(238, 178, 175)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(317, 84%, 74%);

text

color: hsl(317, 84%, 74%);

border

border: 2px solid hsl(317, 84%, 74%);

gradient light

background: linear-gradient(to right, hsl(317, 84%, 94%), hsl(317, 84%, 74%));

gradient dark

background: linear-gradient(to right, hsl(317, 84%, 74%), hsl(317, 84%, 54%))

hex

background-color: #F485D5;

tailwind

bg-[hsl(317,84%,74%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(317, 84%, 74%, 0.4);

css variable

--color-primary: hsl(317, 84%, 74%);

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(317, 84%, 74%)?

HEX: #F485D5 | RGB: rgb(244, 133, 213) | CMYK: 0%, 45%, 13%, 4% | HSV: 317°, 45%, 96%. Copy any format from the conversion table above.

What colors go well with #F485D5?

The complementary color is HSL(137, 84%, 74%). For a triadic harmony, use hues 317°, 77°, and 197°. For analogous combinations, try hues 287° and 347°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(317, 84%, 74%) in CSS?

As HSL: color: hsl(317, 84%, 74%); — As HEX: color: #F485D5; — As RGB: color: rgb(244, 133, 213); — Tailwind CSS: bg-[hsl(317,84%,74%)] — CSS variable: --color-primary: hsl(317, 84%, 74%);