HSL(356, 14%, 64%)

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(356,14%,64%)]

Color Conversions

Format Value CSS Usage
HSL hsl(356, 14%, 64%) color: hsl(356, 14%, 64%)
HEX #B09698 color: #B09698
RGB rgb(176, 150, 152) color: rgb(176, 150, 152)
CMYK cmyk(0%, 15%, 14%, 31%)
HSV hsv(355, 15%, 69%)
HWB hwb(355 59% 31%) color: hwb(355 59% 31%)
OKLCH oklch(0.697 0.0311 12.67) color: oklch(0.697 0.0311 12.67)
Lab lab(64.41 9.99 2.54) color: lab(64.41 9.99 2.54)
LCH lch(64.41 10.31 14.27) color: lch(64.41 10.31 14.27)

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 2.74:1
vs Black 7.66:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: FAIL ✗ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#A5A598 — rgb(165, 165, 152)

Deuteranopia (Green-blind)

#A6A897 — rgb(166, 168, 151)

Tritanopia (Blue-blind)

#AF9797 — rgb(175, 151, 151)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(356, 14%, 64%);

text

color: hsl(356, 14%, 64%);

border

border: 2px solid hsl(356, 14%, 64%);

gradient light

background: linear-gradient(to right, hsl(356, 14%, 84%), hsl(356, 14%, 64%));

gradient dark

background: linear-gradient(to right, hsl(356, 14%, 64%), hsl(356, 14%, 44%))

hex

background-color: #B09698;

tailwind

bg-[hsl(356,14%,64%)]

box shadow

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

css variable

--color-primary: hsl(356, 14%, 64%);

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(356, 14%, 64%)?

HEX: #B09698 | RGB: rgb(176, 150, 152) | CMYK: 0%, 15%, 14%, 31% | HSV: 355°, 15%, 69%. Copy any format from the conversion table above.

What colors go well with #B09698?

The complementary color is HSL(176, 14%, 64%). For a triadic harmony, use hues 356°, 116°, and 236°. For analogous combinations, try hues 326° and 26°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(356, 14%, 64%) in CSS?

As HSL: color: hsl(356, 14%, 64%); — As HEX: color: #B09698; — As RGB: color: rgb(176, 150, 152); — Tailwind CSS: bg-[hsl(356,14%,64%)] — CSS variable: --color-primary: hsl(356, 14%, 64%);