HSL(336, 99%, 33%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(336,99%,33%)]

Color Conversions

Format Value CSS Usage
HSL hsl(336, 99%, 33%) color: hsl(336, 99%, 33%)
HEX #A70143 color: #A70143
RGB rgb(167, 1, 67) color: rgb(167, 1, 67)
CMYK cmyk(0%, 99%, 60%, 35%)
HSV hsv(336, 99%, 65%)
HWB hwb(336 1% 35%) color: hwb(336 1% 35%)
OKLCH oklch(0.4663 0.1861 9.24) color: oklch(0.4663 0.1861 9.24)
Lab lab(35.29 60.42 11.97) color: lab(35.29 60.42 11.97)
LCH lch(35.29 61.59 11.21) color: lch(35.29 61.59 11.21)

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

#5F5E33 — rgb(95, 94, 51)

Deuteranopia (Green-blind)

#69752F — rgb(105, 117, 47)

Tritanopia (Blue-blind)

#9F2624 — rgb(159, 38, 36)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(336, 99%, 33%);

text

color: hsl(336, 99%, 33%);

border

border: 2px solid hsl(336, 99%, 33%);

gradient light

background: linear-gradient(to right, hsl(336, 99%, 53%), hsl(336, 99%, 33%));

gradient dark

background: linear-gradient(to right, hsl(336, 99%, 33%), hsl(336, 99%, 13%))

hex

background-color: #A70143;

tailwind

bg-[hsl(336,99%,33%)]

box shadow

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

css variable

--color-primary: hsl(336, 99%, 33%);

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, 99%, 33%)?

HEX: #A70143 | RGB: rgb(167, 1, 67) | CMYK: 0%, 99%, 60%, 35% | HSV: 336°, 99%, 65%. Copy any format from the conversion table above.

What colors go well with #A70143?

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

As HSL: color: hsl(336, 99%, 33%); — As HEX: color: #A70143; — As RGB: color: rgb(167, 1, 67); — Tailwind CSS: bg-[hsl(336,99%,33%)] — CSS variable: --color-primary: hsl(336, 99%, 33%);