HSL(335, 14%, 30%)

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(335,14%,30%)]

Color Conversions

Format Value CSS Usage
HSL hsl(335, 14%, 30%) color: hsl(335, 14%, 30%)
HEX #57424B color: #57424B
RGB rgb(87, 66, 75) color: rgb(87, 66, 75)
CMYK cmyk(0%, 24%, 14%, 66%)
HSV hsv(334, 24%, 34%)
HWB hwb(334 26% 66%) color: hwb(334 26% 66%)
OKLCH oklch(0.4048 0.0321 351.1) color: oklch(0.4048 0.0321 351.1)
Lab lab(30.47 10.73 -1.93) color: lab(30.47 10.73 -1.93)
LCH lch(30.47 10.9 349.8) color: lch(30.47 10.9 349.8)

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 9.19:1
vs Black 2.29: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)

#4E4E49 — rgb(78, 78, 73)

Deuteranopia (Green-blind)

#4F5148 — rgb(79, 81, 72)

Tritanopia (Blue-blind)

#564747 — rgb(86, 71, 71)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(335, 14%, 30%);

text

color: hsl(335, 14%, 30%);

border

border: 2px solid hsl(335, 14%, 30%);

gradient light

background: linear-gradient(to right, hsl(335, 14%, 50%), hsl(335, 14%, 30%));

gradient dark

background: linear-gradient(to right, hsl(335, 14%, 30%), hsl(335, 14%, 10%))

hex

background-color: #57424B;

tailwind

bg-[hsl(335,14%,30%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(335, 14%, 30%, 0.4);

css variable

--color-primary: hsl(335, 14%, 30%);

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(335, 14%, 30%)?

HEX: #57424B | RGB: rgb(87, 66, 75) | CMYK: 0%, 24%, 14%, 66% | HSV: 334°, 24%, 34%. Copy any format from the conversion table above.

What colors go well with #57424B?

The complementary color is HSL(155, 14%, 30%). For a triadic harmony, use hues 335°, 95°, and 215°. For analogous combinations, try hues 305° and 5°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(335, 14%, 30%) in CSS?

As HSL: color: hsl(335, 14%, 30%); — As HEX: color: #57424B; — As RGB: color: rgb(87, 66, 75); — Tailwind CSS: bg-[hsl(335,14%,30%)] — CSS variable: --color-primary: hsl(335, 14%, 30%);