HSL(331, 10%, 19%)

Grayish Pink — Pink color

Adjust Color

Color Information

Color Name

Grayish Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

N/A

CSS Class

bg-[hsl(331,10%,19%)]

Color Conversions

Format Value CSS Usage
HSL hsl(331, 10%, 19%) color: hsl(331, 10%, 19%)
HEX #352C30 color: #352C30
RGB rgb(53, 44, 48) color: rgb(53, 44, 48)
CMYK cmyk(0%, 17%, 9%, 79%)
HSV hsv(333, 17%, 21%)
HWB hwb(333 17% 79%) color: hwb(333 17% 79%)
OKLCH oklch(0.3045 0.0148 349.41) color: oklch(0.3045 0.0148 349.41)
Lab lab(19.11 4.96 -1.05) color: lab(19.11 4.96 -1.05)
LCH lch(19.11 5.07 348.05) color: lch(19.11 5.07 348.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 13.51:1
vs Black 1.55: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)

#31312F — rgb(49, 49, 47)

Deuteranopia (Green-blind)

#32322F — rgb(50, 50, 47)

Tritanopia (Blue-blind)

#352E2E — rgb(53, 46, 46)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(331, 10%, 19%);

text

color: hsl(331, 10%, 19%);

border

border: 2px solid hsl(331, 10%, 19%);

gradient light

background: linear-gradient(to right, hsl(331, 10%, 39%), hsl(331, 10%, 19%));

gradient dark

background: linear-gradient(to right, hsl(331, 10%, 19%), hsl(331, 10%, 0%))

hex

background-color: #352C30;

tailwind

bg-[hsl(331,10%,19%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(331, 10%, 19%, 0.4);

css variable

--color-primary: hsl(331, 10%, 19%);

Related Colors

Use Cases for Grayish Pink

Beauty & cosmetics Fashion brands Romantic themes Valentine campaigns Playful UI

Frequently Asked Questions

What are all the color codes for HSL(331, 10%, 19%)?

HEX: #352C30 | RGB: rgb(53, 44, 48) | CMYK: 0%, 17%, 9%, 79% | HSV: 333°, 17%, 21%. Copy any format from the conversion table above.

What colors go well with #352C30?

The complementary color is HSL(151, 10%, 19%). For a triadic harmony, use hues 331°, 91°, and 211°. For analogous combinations, try hues 301° and 1°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(331, 10%, 19%) in CSS?

As HSL: color: hsl(331, 10%, 19%); — As HEX: color: #352C30; — As RGB: color: rgb(53, 44, 48); — Tailwind CSS: bg-[hsl(331,10%,19%)] — CSS variable: --color-primary: hsl(331, 10%, 19%);