HSL(355, 65%, 68%)

Red — Red color

Adjust Color

Color Information

Color Name

Red

Color Family

Red

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(355,65%,68%)]

Color Conversions

Format Value CSS Usage
HSL hsl(355, 65%, 68%) color: hsl(355, 65%, 68%)
HEX #E27881 color: #E27881
RGB rgb(226, 120, 129) color: rgb(226, 120, 129)
CMYK cmyk(0%, 47%, 43%, 11%)
HSV hsv(355, 47%, 89%)
HWB hwb(355 47% 11%) color: hwb(355 47% 11%)
OKLCH oklch(0.6943 0.1315 15.74) color: oklch(0.6943 0.1315 15.74)
Lab lab(62.67 41.89 13.87) color: lab(62.67 41.89 13.87)
LCH lch(62.67 44.13 18.32) color: lch(62.67 44.13 18.32)

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.9:1
vs Black 7.24: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)

#B4B37F — rgb(180, 179, 127)

Deuteranopia (Green-blind)

#BAC27E — rgb(186, 194, 126)

Tritanopia (Blue-blind)

#DD7D7D — rgb(221, 125, 125)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(355, 65%, 68%);

text

color: hsl(355, 65%, 68%);

border

border: 2px solid hsl(355, 65%, 68%);

gradient light

background: linear-gradient(to right, hsl(355, 65%, 88%), hsl(355, 65%, 68%));

gradient dark

background: linear-gradient(to right, hsl(355, 65%, 68%), hsl(355, 65%, 48%))

hex

background-color: #E27881;

tailwind

bg-[hsl(355,65%,68%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(355, 65%, 68%, 0.4);

css variable

--color-primary: hsl(355, 65%, 68%);

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(355, 65%, 68%)?

HEX: #E27881 | RGB: rgb(226, 120, 129) | CMYK: 0%, 47%, 43%, 11% | HSV: 355°, 47%, 89%. Copy any format from the conversion table above.

What colors go well with #E27881?

The complementary color is HSL(175, 65%, 68%). For a triadic harmony, use hues 355°, 115°, and 235°. For analogous combinations, try hues 325° and 25°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(355, 65%, 68%) in CSS?

As HSL: color: hsl(355, 65%, 68%); — As HEX: color: #E27881; — As RGB: color: rgb(226, 120, 129); — Tailwind CSS: bg-[hsl(355,65%,68%)] — CSS variable: --color-primary: hsl(355, 65%, 68%);