HSL(336, 52%, 45%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(336,52%,45%)]

Color Conversions

Format Value CSS Usage
HSL hsl(336, 52%, 45%) color: hsl(336, 52%, 45%)
HEX #AE3767 color: #AE3767
RGB rgb(174, 55, 103) color: rgb(174, 55, 103)
CMYK cmyk(0%, 68%, 41%, 32%)
HSV hsv(336, 68%, 68%)
HWB hwb(336 22% 32%) color: hwb(336 22% 32%)
OKLCH oklch(0.5237 0.1597 359.5) color: oklch(0.5237 0.1597 359.5)
Lab lab(42.33 52.16 -0.77) color: lab(42.33 52.16 -0.77)
LCH lch(42.33 52.17 359.15) color: lch(42.33 52.17 359.15)

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 5.93:1
vs Black 3.54:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#7A795B — rgb(122, 121, 91)

Deuteranopia (Green-blind)

#818A59 — rgb(129, 138, 89)

Tritanopia (Blue-blind)

#A85250 — rgb(168, 82, 80)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(336, 52%, 45%);

text

color: hsl(336, 52%, 45%);

border

border: 2px solid hsl(336, 52%, 45%);

gradient light

background: linear-gradient(to right, hsl(336, 52%, 65%), hsl(336, 52%, 45%));

gradient dark

background: linear-gradient(to right, hsl(336, 52%, 45%), hsl(336, 52%, 25%))

hex

background-color: #AE3767;

tailwind

bg-[hsl(336,52%,45%)]

box shadow

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

css variable

--color-primary: hsl(336, 52%, 45%);

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, 52%, 45%)?

HEX: #AE3767 | RGB: rgb(174, 55, 103) | CMYK: 0%, 68%, 41%, 32% | HSV: 336°, 68%, 68%. Copy any format from the conversion table above.

What colors go well with #AE3767?

The complementary color is HSL(156, 52%, 45%). 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, 52%, 45%) in CSS?

As HSL: color: hsl(336, 52%, 45%); — As HEX: color: #AE3767; — As RGB: color: rgb(174, 55, 103); — Tailwind CSS: bg-[hsl(336,52%,45%)] — CSS variable: --color-primary: hsl(336, 52%, 45%);