HSL(337, 35%, 34%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(337,35%,34%)]

Color Conversions

Format Value CSS Usage
HSL hsl(337, 35%, 34%) color: hsl(337, 35%, 34%)
HEX #753850 color: #753850
RGB rgb(117, 56, 80) color: rgb(117, 56, 80)
CMYK cmyk(0%, 52%, 32%, 54%)
HSV hsv(336, 52%, 46%)
HWB hwb(336 22% 54%) color: hwb(336 22% 54%)
OKLCH oklch(0.4275 0.0901 356.72) color: oklch(0.4275 0.0901 356.72)
Lab lab(32.24 29.68 -2.1) color: lab(32.24 29.68 -2.1)
LCH lch(32.24 29.75 355.95) color: lch(32.24 29.75 355.95)

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 8.61:1
vs Black 2.44: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)

#5B5A4A — rgb(91, 90, 74)

Deuteranopia (Green-blind)

#5E6349 — rgb(94, 99, 73)

Tritanopia (Blue-blind)

#724645 — rgb(114, 70, 69)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(337, 35%, 34%);

text

color: hsl(337, 35%, 34%);

border

border: 2px solid hsl(337, 35%, 34%);

gradient light

background: linear-gradient(to right, hsl(337, 35%, 54%), hsl(337, 35%, 34%));

gradient dark

background: linear-gradient(to right, hsl(337, 35%, 34%), hsl(337, 35%, 14%))

hex

background-color: #753850;

tailwind

bg-[hsl(337,35%,34%)]

box shadow

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

css variable

--color-primary: hsl(337, 35%, 34%);

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

HEX: #753850 | RGB: rgb(117, 56, 80) | CMYK: 0%, 52%, 32%, 54% | HSV: 336°, 52%, 46%. Copy any format from the conversion table above.

What colors go well with #753850?

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

As HSL: color: hsl(337, 35%, 34%); — As HEX: color: #753850; — As RGB: color: rgb(117, 56, 80); — Tailwind CSS: bg-[hsl(337,35%,34%)] — CSS variable: --color-primary: hsl(337, 35%, 34%);