HSL(344, 35%, 33%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(344,35%,33%)]

Color Conversions

Format Value CSS Usage
HSL hsl(344, 35%, 33%) color: hsl(344, 35%, 33%)
HEX #723746 color: #723746
RGB rgb(114, 55, 70) color: rgb(114, 55, 70)
CMYK cmyk(0%, 52%, 39%, 55%)
HSV hsv(345, 52%, 45%)
HWB hwb(345 22% 55%) color: hwb(345 22% 55%)
OKLCH oklch(0.418 0.0845 5.29) color: oklch(0.418 0.0845 5.29)
Lab lab(31.24 27.71 2.88) color: lab(31.24 27.71 2.88)
LCH lch(31.24 27.86 5.93) color: lch(31.24 27.86 5.93)

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

#585842 — rgb(88, 88, 66)

Deuteranopia (Green-blind)

#5C6042 — rgb(92, 96, 66)

Tritanopia (Blue-blind)

#6F403F — rgb(111, 64, 63)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(344, 35%, 33%);

text

color: hsl(344, 35%, 33%);

border

border: 2px solid hsl(344, 35%, 33%);

gradient light

background: linear-gradient(to right, hsl(344, 35%, 53%), hsl(344, 35%, 33%));

gradient dark

background: linear-gradient(to right, hsl(344, 35%, 33%), hsl(344, 35%, 13%))

hex

background-color: #723746;

tailwind

bg-[hsl(344,35%,33%)]

box shadow

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

css variable

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

HEX: #723746 | RGB: rgb(114, 55, 70) | CMYK: 0%, 52%, 39%, 55% | HSV: 345°, 52%, 45%. Copy any format from the conversion table above.

What colors go well with #723746?

The complementary color is HSL(164, 35%, 33%). For a triadic harmony, use hues 344°, 104°, and 224°. For analogous combinations, try hues 314° and 14°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(344, 35%, 33%) in CSS?

As HSL: color: hsl(344, 35%, 33%); — As HEX: color: #723746; — As RGB: color: rgb(114, 55, 70); — Tailwind CSS: bg-[hsl(344,35%,33%)] — CSS variable: --color-primary: hsl(344, 35%, 33%);