HSL(357, 91%, 74%)

Red — Red color

Adjust Color

Color Information

Color Name

Red

Color Family

Red

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(357,91%,74%)]

Color Conversions

Format Value CSS Usage
HSL hsl(357, 91%, 74%) color: hsl(357, 91%, 74%)
HEX #F98086 color: #F98086
RGB rgb(249, 128, 134) color: rgb(249, 128, 134)
CMYK cmyk(0%, 49%, 46%, 2%)
HSV hsv(357, 49%, 98%)
HWB hwb(357 50% 2%) color: hwb(357 50% 2%)
OKLCH oklch(0.7378 0.1478 18.26) color: oklch(0.7378 0.1478 18.26)
Lab lab(67.5 46.61 18.23) color: lab(67.5 46.61 18.23)
LCH lch(67.5 50.05 21.36) color: lch(67.5 50.05 21.36)

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.48:1
vs Black 8.46: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)

#C5C485 — rgb(197, 196, 133)

Deuteranopia (Green-blind)

#CCD584 — rgb(204, 213, 132)

Tritanopia (Blue-blind)

#F38383 — rgb(243, 131, 131)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(357, 91%, 74%);

text

color: hsl(357, 91%, 74%);

border

border: 2px solid hsl(357, 91%, 74%);

gradient light

background: linear-gradient(to right, hsl(357, 91%, 94%), hsl(357, 91%, 74%));

gradient dark

background: linear-gradient(to right, hsl(357, 91%, 74%), hsl(357, 91%, 54%))

hex

background-color: #F98086;

tailwind

bg-[hsl(357,91%,74%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(357, 91%, 74%, 0.4);

css variable

--color-primary: hsl(357, 91%, 74%);

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(357, 91%, 74%)?

HEX: #F98086 | RGB: rgb(249, 128, 134) | CMYK: 0%, 49%, 46%, 2% | HSV: 357°, 49%, 98%. Copy any format from the conversion table above.

What colors go well with #F98086?

The complementary color is HSL(177, 91%, 74%). For a triadic harmony, use hues 357°, 117°, and 237°. For analogous combinations, try hues 327° and 27°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(357, 91%, 74%) in CSS?

As HSL: color: hsl(357, 91%, 74%); — As HEX: color: #F98086; — As RGB: color: rgb(249, 128, 134); — Tailwind CSS: bg-[hsl(357,91%,74%)] — CSS variable: --color-primary: hsl(357, 91%, 74%);