HSL(337, 40%, 33%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(337,40%,33%)]

Color Conversions

Format Value CSS Usage
HSL hsl(337, 40%, 33%) color: hsl(337, 40%, 33%)
HEX #76324C color: #76324C
RGB rgb(118, 50, 76) color: rgb(118, 50, 76)
CMYK cmyk(0%, 58%, 36%, 54%)
HSV hsv(337, 58%, 46%)
HWB hwb(337 19% 54%) color: hwb(337 19% 54%)
OKLCH oklch(0.4182 0.0997 358.3) color: oklch(0.4182 0.0997 358.3)
Lab lab(31.01 32.76 -1.29) color: lab(31.01 32.76 -1.29)
LCH lch(31.01 32.79 357.75) color: lch(31.01 32.79 357.75)

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 9.01:1
vs Black 2.33: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)

#595846 — rgb(89, 88, 70)

Deuteranopia (Green-blind)

#5D6244 — rgb(93, 98, 68)

Tritanopia (Blue-blind)

#734140 — rgb(115, 65, 64)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(337, 40%, 33%);

text

color: hsl(337, 40%, 33%);

border

border: 2px solid hsl(337, 40%, 33%);

gradient light

background: linear-gradient(to right, hsl(337, 40%, 53%), hsl(337, 40%, 33%));

gradient dark

background: linear-gradient(to right, hsl(337, 40%, 33%), hsl(337, 40%, 13%))

hex

background-color: #76324C;

tailwind

bg-[hsl(337,40%,33%)]

box shadow

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

css variable

--color-primary: hsl(337, 40%, 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(337, 40%, 33%)?

HEX: #76324C | RGB: rgb(118, 50, 76) | CMYK: 0%, 58%, 36%, 54% | HSV: 337°, 58%, 46%. Copy any format from the conversion table above.

What colors go well with #76324C?

The complementary color is HSL(157, 40%, 33%). For a triadic harmony, use hues 337°, 97°, and 217°. For analogous combinations, try hues 307° and 7°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(337, 40%, 33%) in CSS?

As HSL: color: hsl(337, 40%, 33%); — As HEX: color: #76324C; — As RGB: color: rgb(118, 50, 76); — Tailwind CSS: bg-[hsl(337,40%,33%)] — CSS variable: --color-primary: hsl(337, 40%, 33%);