HSL(352, 18%, 46%)

Red — Red color

Adjust Color

Color Information

Color Name

Red

Color Family

Red

Warm / Cool

🔴 Warm

Temperature

N/A

CSS Class

bg-[hsl(352,18%,46%)]

Color Conversions

Format Value CSS Usage
HSL hsl(352, 18%, 46%) color: hsl(352, 18%, 46%)
HEX #8A6066 color: #8A6066
RGB rgb(138, 96, 102) color: rgb(138, 96, 102)
CMYK cmyk(0%, 30%, 26%, 46%)
HSV hsv(351, 30%, 54%)
HWB hwb(351 38% 46%) color: hwb(351 38% 46%)
OKLCH oklch(0.535 0.0553 9.66) color: oklch(0.535 0.0553 9.66)
Lab lab(45.26 18 3.46) color: lab(45.26 18 3.46)
LCH lch(45.26 18.33 10.88) color: lch(45.26 18.33 10.88)

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 5.32:1
vs Black 3.95:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#787765 — rgb(120, 119, 101)

Deuteranopia (Green-blind)

#7A7D64 — rgb(122, 125, 100)

Tritanopia (Blue-blind)

#886363 — rgb(136, 99, 99)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(352, 18%, 46%);

text

color: hsl(352, 18%, 46%);

border

border: 2px solid hsl(352, 18%, 46%);

gradient light

background: linear-gradient(to right, hsl(352, 18%, 66%), hsl(352, 18%, 46%));

gradient dark

background: linear-gradient(to right, hsl(352, 18%, 46%), hsl(352, 18%, 26%))

hex

background-color: #8A6066;

tailwind

bg-[hsl(352,18%,46%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(352, 18%, 46%, 0.4);

css variable

--color-primary: hsl(352, 18%, 46%);

Related Colors

Use Cases for Red

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

Frequently Asked Questions

What are all the color codes for HSL(352, 18%, 46%)?

HEX: #8A6066 | RGB: rgb(138, 96, 102) | CMYK: 0%, 30%, 26%, 46% | HSV: 351°, 30%, 54%. Copy any format from the conversion table above.

What colors go well with #8A6066?

The complementary color is HSL(172, 18%, 46%). For a triadic harmony, use hues 352°, 112°, and 232°. For analogous combinations, try hues 322° and 22°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(352, 18%, 46%) in CSS?

As HSL: color: hsl(352, 18%, 46%); — As HEX: color: #8A6066; — As RGB: color: rgb(138, 96, 102); — Tailwind CSS: bg-[hsl(352,18%,46%)] — CSS variable: --color-primary: hsl(352, 18%, 46%);