HSL(2, 10%, 22%)

Grayish Red — Red color

Adjust Color

Color Information

Color Name

Grayish Red

Color Family

Red

Warm / Cool

🔴 Warm

Temperature

N/A

CSS Class

bg-[hsl(2,10%,22%)]

Color Conversions

Format Value CSS Usage
HSL hsl(2, 10%, 22%) color: hsl(2, 10%, 22%)
HEX #3E3332 color: #3E3332
RGB rgb(62, 51, 50) color: rgb(62, 51, 50)
CMYK cmyk(0%, 18%, 19%, 76%)
HSV hsv(5, 19%, 24%)
HWB hwb(5 19% 76%) color: hwb(5 19% 76%)
OKLCH oklch(0.3327 0.016 24.11) color: oklch(0.3327 0.016 24.11)
Lab lab(22.38 4.72 2.47) color: lab(22.38 4.72 2.47)
LCH lch(22.38 5.33 27.62) color: lch(22.38 5.33 27.62)

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 12.18:1
vs Black 1.72: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)

#393932 — rgb(57, 57, 50)

Deuteranopia (Green-blind)

#3A3B32 — rgb(58, 59, 50)

Tritanopia (Blue-blind)

#3D3232 — rgb(61, 50, 50)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(2, 10%, 22%);

text

color: hsl(2, 10%, 22%);

border

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

gradient light

background: linear-gradient(to right, hsl(2, 10%, 42%), hsl(2, 10%, 22%));

gradient dark

background: linear-gradient(to right, hsl(2, 10%, 22%), hsl(2, 10%, 2%))

hex

background-color: #3E3332;

tailwind

bg-[hsl(2,10%,22%)]

box shadow

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

css variable

--color-primary: hsl(2, 10%, 22%);

Related Colors

Use Cases for Grayish Red

Alerts & errors Call-to-action buttons Brand logos Sale badges Warning messages

Frequently Asked Questions

What are all the color codes for HSL(2, 10%, 22%)?

HEX: #3E3332 | RGB: rgb(62, 51, 50) | CMYK: 0%, 18%, 19%, 76% | HSV: 5°, 19%, 24%. Copy any format from the conversion table above.

What colors go well with #3E3332?

The complementary color is HSL(182, 10%, 22%). For a triadic harmony, use hues 2°, 122°, and 242°. For analogous combinations, try hues 332° and 32°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(2, 10%, 22%) in CSS?

As HSL: color: hsl(2, 10%, 22%); — As HEX: color: #3E3332; — As RGB: color: rgb(62, 51, 50); — Tailwind CSS: bg-[hsl(2,10%,22%)] — CSS variable: --color-primary: hsl(2, 10%, 22%);