HSL(339, 35%, 28%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(339,35%,28%)]

Color Conversions

Format Value CSS Usage
HSL hsl(339, 35%, 28%) color: hsl(339, 35%, 28%)
HEX #602E40 color: #602E40
RGB rgb(96, 46, 64) color: rgb(96, 46, 64)
CMYK cmyk(0%, 52%, 33%, 62%)
HSV hsv(338, 52%, 38%)
HWB hwb(338 18% 62%) color: hwb(338 18% 62%)
OKLCH oklch(0.3735 0.0757 358.57) color: oklch(0.3735 0.0757 358.57)
Lab lab(26.19 24.96 -0.85) color: lab(26.19 24.96 -0.85)
LCH lch(26.19 24.97 358.05) color: lch(26.19 24.97 358.05)

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 10.7:1
vs Black 1.96: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)

#4A4A3C — rgb(74, 74, 60)

Deuteranopia (Green-blind)

#4D513B — rgb(77, 81, 59)

Tritanopia (Blue-blind)

#5E3837 — rgb(94, 56, 55)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(339, 35%, 28%);

text

color: hsl(339, 35%, 28%);

border

border: 2px solid hsl(339, 35%, 28%);

gradient light

background: linear-gradient(to right, hsl(339, 35%, 48%), hsl(339, 35%, 28%));

gradient dark

background: linear-gradient(to right, hsl(339, 35%, 28%), hsl(339, 35%, 8%))

hex

background-color: #602E40;

tailwind

bg-[hsl(339,35%,28%)]

box shadow

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

css variable

--color-primary: hsl(339, 35%, 28%);

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(339, 35%, 28%)?

HEX: #602E40 | RGB: rgb(96, 46, 64) | CMYK: 0%, 52%, 33%, 62% | HSV: 338°, 52%, 38%. Copy any format from the conversion table above.

What colors go well with #602E40?

The complementary color is HSL(159, 35%, 28%). For a triadic harmony, use hues 339°, 99°, and 219°. For analogous combinations, try hues 309° and 9°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(339, 35%, 28%) in CSS?

As HSL: color: hsl(339, 35%, 28%); — As HEX: color: #602E40; — As RGB: color: rgb(96, 46, 64); — Tailwind CSS: bg-[hsl(339,35%,28%)] — CSS variable: --color-primary: hsl(339, 35%, 28%);