HSL(331, 10%, 25%)

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%,25%)]

Color Conversions

Format Value CSS Usage
HSL hsl(331, 10%, 25%) color: hsl(331, 10%, 25%)
HEX #463940 color: #463940
RGB rgb(70, 57, 64) color: rgb(70, 57, 64)
CMYK cmyk(0%, 19%, 9%, 73%)
HSV hsv(328, 19%, 27%)
HWB hwb(328 22% 73%) color: hwb(328 22% 73%)
OKLCH oklch(0.361 0.0215 344.61) color: oklch(0.361 0.0215 344.61)
Lab lab(25.56 7.14 -2.18) color: lab(25.56 7.14 -2.18)
LCH lch(25.56 7.47 343.02) color: lch(25.56 7.47 343.02)

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.94:1
vs Black 1.92: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)

#40403E — rgb(64, 64, 62)

Deuteranopia (Green-blind)

#41423E — rgb(65, 66, 62)

Tritanopia (Blue-blind)

#453D3D — rgb(69, 61, 61)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

background: linear-gradient(to right, hsl(331, 10%, 45%), hsl(331, 10%, 25%));

gradient dark

background: linear-gradient(to right, hsl(331, 10%, 25%), hsl(331, 10%, 5%))

hex

background-color: #463940;

tailwind

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

box shadow

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

css variable

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

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%, 25%)?

HEX: #463940 | RGB: rgb(70, 57, 64) | CMYK: 0%, 19%, 9%, 73% | HSV: 328°, 19%, 27%. Copy any format from the conversion table above.

What colors go well with #463940?

The complementary color is HSL(151, 10%, 25%). 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%, 25%) in CSS?

As HSL: color: hsl(331, 10%, 25%); — As HEX: color: #463940; — As RGB: color: rgb(70, 57, 64); — Tailwind CSS: bg-[hsl(331,10%,25%)] — CSS variable: --color-primary: hsl(331, 10%, 25%);