HSL(338, 23%, 28%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(338,23%,28%)]

Color Conversions

Format Value CSS Usage
HSL hsl(338, 23%, 28%) color: hsl(338, 23%, 28%)
HEX #583743 color: #583743
RGB rgb(88, 55, 67) color: rgb(88, 55, 67)
CMYK cmyk(0%, 38%, 24%, 65%)
HSV hsv(338, 38%, 35%)
HWB hwb(338 22% 65%) color: hwb(338 22% 65%)
OKLCH oklch(0.38 0.0502 356.33) color: oklch(0.38 0.0502 356.33)
Lab lab(27.33 16.68 -1.3) color: lab(27.33 16.68 -1.3)
LCH lch(27.33 16.73 355.54) color: lch(27.33 16.73 355.54)

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

#4A4940 — rgb(74, 73, 64)

Deuteranopia (Green-blind)

#4C4E3F — rgb(76, 78, 63)

Tritanopia (Blue-blind)

#563E3D — rgb(86, 62, 61)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(338, 23%, 28%);

text

color: hsl(338, 23%, 28%);

border

border: 2px solid hsl(338, 23%, 28%);

gradient light

background: linear-gradient(to right, hsl(338, 23%, 48%), hsl(338, 23%, 28%));

gradient dark

background: linear-gradient(to right, hsl(338, 23%, 28%), hsl(338, 23%, 8%))

hex

background-color: #583743;

tailwind

bg-[hsl(338,23%,28%)]

box shadow

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

css variable

--color-primary: hsl(338, 23%, 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(338, 23%, 28%)?

HEX: #583743 | RGB: rgb(88, 55, 67) | CMYK: 0%, 38%, 24%, 65% | HSV: 338°, 38%, 35%. Copy any format from the conversion table above.

What colors go well with #583743?

The complementary color is HSL(158, 23%, 28%). For a triadic harmony, use hues 338°, 98°, and 218°. For analogous combinations, try hues 308° and 8°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(338, 23%, 28%) in CSS?

As HSL: color: hsl(338, 23%, 28%); — As HEX: color: #583743; — As RGB: color: rgb(88, 55, 67); — Tailwind CSS: bg-[hsl(338,23%,28%)] — CSS variable: --color-primary: hsl(338, 23%, 28%);