HSL(353, 61%, 90%)

Very Light Red — Red color

Adjust Color

Color Information

Color Name

Very Light Red

Color Family

Red

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(353,61%,90%)]

Color Conversions

Format Value CSS Usage
HSL hsl(353, 61%, 90%) color: hsl(353, 61%, 90%)
HEX #F5D6DA color: #F5D6DA
RGB rgb(245, 214, 218) color: rgb(245, 214, 218)
CMYK cmyk(0%, 13%, 11%, 4%)
HSV hsv(352, 13%, 96%)
HWB hwb(352 84% 4%) color: hwb(352 84% 4%)
OKLCH oklch(0.903 0.0349 8.98) color: oklch(0.903 0.0349 8.98)
Lab lab(88.24 11.39 2) color: lab(88.24 11.39 2)
LCH lch(88.24 11.56 9.96) color: lch(88.24 11.56 9.96)

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 1.35:1
vs Black 15.51: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)

#E8E7D9 — rgb(232, 231, 217)

Deuteranopia (Green-blind)

#E9ECD9 — rgb(233, 236, 217)

Tritanopia (Blue-blind)

#F3D8D8 — rgb(243, 216, 216)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(353, 61%, 90%);

text

color: hsl(353, 61%, 90%);

border

border: 2px solid hsl(353, 61%, 90%);

gradient light

background: linear-gradient(to right, hsl(353, 61%, 100%), hsl(353, 61%, 90%));

gradient dark

background: linear-gradient(to right, hsl(353, 61%, 90%), hsl(353, 61%, 70%))

hex

background-color: #F5D6DA;

tailwind

bg-[hsl(353,61%,90%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(353, 61%, 90%, 0.4);

css variable

--color-primary: hsl(353, 61%, 90%);

Related Colors

Use Cases for Very Light Red

Alerts & errors Call-to-action buttons Brand logos Sale badges Warning messages

Frequently Asked Questions

What are all the color codes for HSL(353, 61%, 90%)?

HEX: #F5D6DA | RGB: rgb(245, 214, 218) | CMYK: 0%, 13%, 11%, 4% | HSV: 352°, 13%, 96%. Copy any format from the conversion table above.

What colors go well with #F5D6DA?

The complementary color is HSL(173, 61%, 90%). For a triadic harmony, use hues 353°, 113°, and 233°. For analogous combinations, try hues 323° and 23°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(353, 61%, 90%) in CSS?

As HSL: color: hsl(353, 61%, 90%); — As HEX: color: #F5D6DA; — As RGB: color: rgb(245, 214, 218); — Tailwind CSS: bg-[hsl(353,61%,90%)] — CSS variable: --color-primary: hsl(353, 61%, 90%);