HSL(317, 75%, 87%)

Very Light Pink — Pink color

Adjust Color

Color Information

Color Name

Very Light Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(317,75%,87%)]

Color Conversions

Format Value CSS Usage
HSL hsl(317, 75%, 87%) color: hsl(317, 75%, 87%)
HEX #F7C5E9 color: #F7C5E9
RGB rgb(247, 197, 233) color: rgb(247, 197, 233)
CMYK cmyk(0%, 20%, 6%, 3%)
HSV hsv(317, 20%, 97%)
HWB hwb(317 78% 3%) color: hwb(317 78% 3%)
OKLCH oklch(0.8779 0.0733 336.49) color: oklch(0.8779 0.0733 336.49)
Lab lab(84.79 23.53 -11.02) color: lab(84.79 23.53 -11.02)
LCH lch(84.79 25.98 334.9) color: lch(84.79 25.98 334.9)

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.49:1
vs Black 14.12: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)

#E1E1E0 — rgb(225, 225, 224)

Deuteranopia (Green-blind)

#E4E8DE — rgb(228, 232, 222)

Tritanopia (Blue-blind)

#F5D9D8 — rgb(245, 217, 216)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(317, 75%, 87%);

text

color: hsl(317, 75%, 87%);

border

border: 2px solid hsl(317, 75%, 87%);

gradient light

background: linear-gradient(to right, hsl(317, 75%, 100%), hsl(317, 75%, 87%));

gradient dark

background: linear-gradient(to right, hsl(317, 75%, 87%), hsl(317, 75%, 67%))

hex

background-color: #F7C5E9;

tailwind

bg-[hsl(317,75%,87%)]

box shadow

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

css variable

--color-primary: hsl(317, 75%, 87%);

Related Colors

Use Cases for Very Light Pink

Beauty & cosmetics Fashion brands Romantic themes Valentine campaigns Playful UI

Frequently Asked Questions

What are all the color codes for HSL(317, 75%, 87%)?

HEX: #F7C5E9 | RGB: rgb(247, 197, 233) | CMYK: 0%, 20%, 6%, 3% | HSV: 317°, 20%, 97%. Copy any format from the conversion table above.

What colors go well with #F7C5E9?

The complementary color is HSL(137, 75%, 87%). 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, 75%, 87%) in CSS?

As HSL: color: hsl(317, 75%, 87%); — As HEX: color: #F7C5E9; — As RGB: color: rgb(247, 197, 233); — Tailwind CSS: bg-[hsl(317,75%,87%)] — CSS variable: --color-primary: hsl(317, 75%, 87%);