HSL(322, 16%, 15%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

N/A

CSS Class

bg-[hsl(322,16%,15%)]

Color Conversions

Format Value CSS Usage
HSL hsl(322, 16%, 15%) color: hsl(322, 16%, 15%)
HEX #2C2028 color: #2C2028
RGB rgb(44, 32, 40) color: rgb(44, 32, 40)
CMYK cmyk(0%, 27%, 9%, 83%)
HSV hsv(320, 27%, 17%)
HWB hwb(320 12% 83%) color: hwb(320 12% 83%)
OKLCH oklch(0.2611 0.0231 338.96) color: oklch(0.2611 0.0231 338.96)
Lab lab(13.95 7.49 -3.14) color: lab(13.95 7.49 -3.14)
LCH lch(13.95 8.12 337.26) color: lch(13.95 8.12 337.26)

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 15.62:1
vs Black 1.34: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)

#272726 — rgb(39, 39, 38)

Deuteranopia (Green-blind)

#282826 — rgb(40, 40, 38)

Tritanopia (Blue-blind)

#2B2524 — rgb(43, 37, 36)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(322, 16%, 15%);

text

color: hsl(322, 16%, 15%);

border

border: 2px solid hsl(322, 16%, 15%);

gradient light

background: linear-gradient(to right, hsl(322, 16%, 35%), hsl(322, 16%, 15%));

gradient dark

background: linear-gradient(to right, hsl(322, 16%, 15%), hsl(322, 16%, 0%))

hex

background-color: #2C2028;

tailwind

bg-[hsl(322,16%,15%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(322, 16%, 15%, 0.4);

css variable

--color-primary: hsl(322, 16%, 15%);

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(322, 16%, 15%)?

HEX: #2C2028 | RGB: rgb(44, 32, 40) | CMYK: 0%, 27%, 9%, 83% | HSV: 320°, 27%, 17%. Copy any format from the conversion table above.

What colors go well with #2C2028?

The complementary color is HSL(142, 16%, 15%). For a triadic harmony, use hues 322°, 82°, and 202°. For analogous combinations, try hues 292° and 352°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(322, 16%, 15%) in CSS?

As HSL: color: hsl(322, 16%, 15%); — As HEX: color: #2C2028; — As RGB: color: rgb(44, 32, 40); — Tailwind CSS: bg-[hsl(322,16%,15%)] — CSS variable: --color-primary: hsl(322, 16%, 15%);