HSL(336, 95%, 35%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(336,95%,35%)]

Color Conversions

Format Value CSS Usage
HSL hsl(336, 95%, 35%) color: hsl(336, 95%, 35%)
HEX #AE0448 color: #AE0448
RGB rgb(174, 4, 72) color: rgb(174, 4, 72)
CMYK cmyk(0%, 98%, 59%, 32%)
HSV hsv(336, 98%, 68%)
HWB hwb(336 1% 32%) color: hwb(336 1% 32%)
OKLCH oklch(0.482 0.1911 8.58) color: oklch(0.482 0.1911 8.58)
Lab lab(37.03 62.06 11.35) color: lab(37.03 62.06 11.35)
LCH lch(37.03 63.09 10.36) color: lch(37.03 63.09 10.36)

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 7.21:1
vs Black 2.91:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: FAIL ✗

AAA Normal (7:1)

on White: PASS ✓

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#646338 — rgb(100, 99, 56)

Deuteranopia (Green-blind)

#6E7B34 — rgb(110, 123, 52)

Tritanopia (Blue-blind)

#A62B28 — rgb(166, 43, 40)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(336, 95%, 35%);

text

color: hsl(336, 95%, 35%);

border

border: 2px solid hsl(336, 95%, 35%);

gradient light

background: linear-gradient(to right, hsl(336, 95%, 55%), hsl(336, 95%, 35%));

gradient dark

background: linear-gradient(to right, hsl(336, 95%, 35%), hsl(336, 95%, 15%))

hex

background-color: #AE0448;

tailwind

bg-[hsl(336,95%,35%)]

box shadow

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

css variable

--color-primary: hsl(336, 95%, 35%);

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, 95%, 35%)?

HEX: #AE0448 | RGB: rgb(174, 4, 72) | CMYK: 0%, 98%, 59%, 32% | HSV: 336°, 98%, 68%. Copy any format from the conversion table above.

What colors go well with #AE0448?

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

As HSL: color: hsl(336, 95%, 35%); — As HEX: color: #AE0448; — As RGB: color: rgb(174, 4, 72); — Tailwind CSS: bg-[hsl(336,95%,35%)] — CSS variable: --color-primary: hsl(336, 95%, 35%);