HSL(351, 85%, 70%)

Red — Red color

Adjust Color

Color Information

Color Name

Red

Color Family

Red

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(351,85%,70%)]

Color Conversions

Format Value CSS Usage
HSL hsl(351, 85%, 70%) color: hsl(351, 85%, 70%)
HEX #F47185 color: #F47185
RGB rgb(244, 113, 133) color: rgb(244, 113, 133)
CMYK cmyk(0%, 54%, 45%, 4%)
HSV hsv(351, 54%, 96%)
HWB hwb(351 44% 4%) color: hwb(351 44% 4%)
OKLCH oklch(0.7094 0.1613 12.67) color: oklch(0.7094 0.1613 12.67)
Lab lab(63.95 52.03 13.76) color: lab(63.95 52.03 13.76)
LCH lch(63.95 53.82 14.81) color: lch(63.95 53.82 14.81)

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.78:1
vs Black 7.55: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)

#BBBA80 — rgb(187, 186, 128)

Deuteranopia (Green-blind)

#C3CD7F — rgb(195, 205, 127)

Tritanopia (Blue-blind)

#ED7C7C — rgb(237, 124, 124)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(351, 85%, 70%);

text

color: hsl(351, 85%, 70%);

border

border: 2px solid hsl(351, 85%, 70%);

gradient light

background: linear-gradient(to right, hsl(351, 85%, 90%), hsl(351, 85%, 70%));

gradient dark

background: linear-gradient(to right, hsl(351, 85%, 70%), hsl(351, 85%, 50%))

hex

background-color: #F47185;

tailwind

bg-[hsl(351,85%,70%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(351, 85%, 70%, 0.4);

css variable

--color-primary: hsl(351, 85%, 70%);

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(351, 85%, 70%)?

HEX: #F47185 | RGB: rgb(244, 113, 133) | CMYK: 0%, 54%, 45%, 4% | HSV: 351°, 54%, 96%. Copy any format from the conversion table above.

What colors go well with #F47185?

The complementary color is HSL(171, 85%, 70%). For a triadic harmony, use hues 351°, 111°, and 231°. For analogous combinations, try hues 321° and 21°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(351, 85%, 70%) in CSS?

As HSL: color: hsl(351, 85%, 70%); — As HEX: color: #F47185; — As RGB: color: rgb(244, 113, 133); — Tailwind CSS: bg-[hsl(351,85%,70%)] — CSS variable: --color-primary: hsl(351, 85%, 70%);