HSL(347, 91%, 73%)

Red — Red color

Adjust Color

Color Information

Color Name

Red

Color Family

Red

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(347,91%,73%)]

Color Conversions

Format Value CSS Usage
HSL hsl(347, 91%, 73%) color: hsl(347, 91%, 73%)
HEX #F97B97 color: #F97B97
RGB rgb(249, 123, 151) color: rgb(249, 123, 151)
CMYK cmyk(0%, 51%, 39%, 2%)
HSV hsv(347, 51%, 98%)
HWB hwb(347 48% 2%) color: hwb(347 48% 2%)
OKLCH oklch(0.7347 0.1556 7.67) color: oklch(0.7347 0.1556 7.67)
Lab lab(66.93 50.78 7.84) color: lab(66.93 50.78 7.84)
LCH lch(66.93 51.38 8.78) color: lch(66.93 51.38 8.78)

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.53:1
vs Black 8.31: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)

#C2C190 — rgb(194, 193, 144)

Deuteranopia (Green-blind)

#CAD38F — rgb(202, 211, 143)

Tritanopia (Blue-blind)

#F38B8A — rgb(243, 139, 138)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(347, 91%, 73%);

text

color: hsl(347, 91%, 73%);

border

border: 2px solid hsl(347, 91%, 73%);

gradient light

background: linear-gradient(to right, hsl(347, 91%, 93%), hsl(347, 91%, 73%));

gradient dark

background: linear-gradient(to right, hsl(347, 91%, 73%), hsl(347, 91%, 53%))

hex

background-color: #F97B97;

tailwind

bg-[hsl(347,91%,73%)]

box shadow

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

css variable

--color-primary: hsl(347, 91%, 73%);

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(347, 91%, 73%)?

HEX: #F97B97 | RGB: rgb(249, 123, 151) | CMYK: 0%, 51%, 39%, 2% | HSV: 347°, 51%, 98%. Copy any format from the conversion table above.

What colors go well with #F97B97?

The complementary color is HSL(167, 91%, 73%). For a triadic harmony, use hues 347°, 107°, and 227°. For analogous combinations, try hues 317° and 17°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(347, 91%, 73%) in CSS?

As HSL: color: hsl(347, 91%, 73%); — As HEX: color: #F97B97; — As RGB: color: rgb(249, 123, 151); — Tailwind CSS: bg-[hsl(347,91%,73%)] — CSS variable: --color-primary: hsl(347, 91%, 73%);