HSL(341, 10%, 28%)

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(341,10%,28%)]

Color Conversions

Format Value CSS Usage
HSL hsl(341, 10%, 28%) color: hsl(341, 10%, 28%)
HEX #4F4045 color: #4F4045
RGB rgb(79, 64, 69) color: rgb(79, 64, 69)
CMYK cmyk(0%, 19%, 13%, 69%)
HSV hsv(340, 19%, 31%)
HWB hwb(340 25% 69%) color: hwb(340 25% 69%)
OKLCH oklch(0.389 0.0222 356.18) color: oklch(0.389 0.0222 356.18)
Lab lab(28.8 7.45 -0.6) color: lab(28.8 7.45 -0.6)
LCH lch(28.8 7.47 355.4) color: lch(28.8 7.47 355.4)

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.76:1
vs Black 2.15: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)

#494844 — rgb(73, 72, 68)

Deuteranopia (Green-blind)

#494B44 — rgb(73, 75, 68)

Tritanopia (Blue-blind)

#4E4343 — rgb(78, 67, 67)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(341, 10%, 28%);

text

color: hsl(341, 10%, 28%);

border

border: 2px solid hsl(341, 10%, 28%);

gradient light

background: linear-gradient(to right, hsl(341, 10%, 48%), hsl(341, 10%, 28%));

gradient dark

background: linear-gradient(to right, hsl(341, 10%, 28%), hsl(341, 10%, 8%))

hex

background-color: #4F4045;

tailwind

bg-[hsl(341,10%,28%)]

box shadow

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

css variable

--color-primary: hsl(341, 10%, 28%);

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(341, 10%, 28%)?

HEX: #4F4045 | RGB: rgb(79, 64, 69) | CMYK: 0%, 19%, 13%, 69% | HSV: 340°, 19%, 31%. Copy any format from the conversion table above.

What colors go well with #4F4045?

The complementary color is HSL(161, 10%, 28%). For a triadic harmony, use hues 341°, 101°, and 221°. For analogous combinations, try hues 311° and 11°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(341, 10%, 28%) in CSS?

As HSL: color: hsl(341, 10%, 28%); — As HEX: color: #4F4045; — As RGB: color: rgb(79, 64, 69); — Tailwind CSS: bg-[hsl(341,10%,28%)] — CSS variable: --color-primary: hsl(341, 10%, 28%);