HSL(336, 79%, 75%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(336,79%,75%)]

Color Conversions

Format Value CSS Usage
HSL hsl(336, 79%, 75%) color: hsl(336, 79%, 75%)
HEX #F28DB5 color: #F28DB5
RGB rgb(242, 141, 181) color: rgb(242, 141, 181)
CMYK cmyk(0%, 42%, 25%, 5%)
HSV hsv(336, 42%, 95%)
HWB hwb(336 55% 5%) color: hwb(336 55% 5%)
OKLCH oklch(0.7614 0.1303 355.42) color: oklch(0.7614 0.1303 355.42)
Lab lab(70.36 43.1 -4.16) color: lab(70.36 43.1 -4.16)
LCH lch(70.36 43.3 354.49) color: lch(70.36 43.3 354.49)

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.27:1
vs Black 9.25: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)

#C6C5AB — rgb(198, 197, 171)

Deuteranopia (Green-blind)

#CCD4A9 — rgb(204, 212, 169)

Tritanopia (Blue-blind)

#EDA4A2 — rgb(237, 164, 162)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(336, 79%, 75%);

text

color: hsl(336, 79%, 75%);

border

border: 2px solid hsl(336, 79%, 75%);

gradient light

background: linear-gradient(to right, hsl(336, 79%, 95%), hsl(336, 79%, 75%));

gradient dark

background: linear-gradient(to right, hsl(336, 79%, 75%), hsl(336, 79%, 55%))

hex

background-color: #F28DB5;

tailwind

bg-[hsl(336,79%,75%)]

box shadow

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

css variable

--color-primary: hsl(336, 79%, 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(336, 79%, 75%)?

HEX: #F28DB5 | RGB: rgb(242, 141, 181) | CMYK: 0%, 42%, 25%, 5% | HSV: 336°, 42%, 95%. Copy any format from the conversion table above.

What colors go well with #F28DB5?

The complementary color is HSL(156, 79%, 75%). For a triadic harmony, use hues 336°, 96°, and 216°. For analogous combinations, try hues 306° and 6°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(336, 79%, 75%) in CSS?

As HSL: color: hsl(336, 79%, 75%); — As HEX: color: #F28DB5; — As RGB: color: rgb(242, 141, 181); — Tailwind CSS: bg-[hsl(336,79%,75%)] — CSS variable: --color-primary: hsl(336, 79%, 75%);