HSL(346, 82%, 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(346,82%,90%)]

Color Conversions

Format Value CSS Usage
HSL hsl(346, 82%, 90%) color: hsl(346, 82%, 90%)
HEX #FAD1DA color: #FAD1DA
RGB rgb(250, 209, 218) color: rgb(250, 209, 218)
CMYK cmyk(0%, 16%, 13%, 2%)
HSV hsv(347, 16%, 98%)
HWB hwb(347 82% 2%) color: hwb(347 82% 2%)
OKLCH oklch(0.8981 0.0474 3.3) color: oklch(0.8981 0.0474 3.3)
Lab lab(87.48 15.76 0.94) color: lab(87.48 15.76 0.94)
LCH lch(87.48 15.79 3.41) color: lch(87.48 15.79 3.41)

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.38:1
vs Black 15.2: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)

#E8E8D8 — rgb(232, 232, 216)

Deuteranopia (Green-blind)

#EBEED7 — rgb(235, 238, 215)

Tritanopia (Blue-blind)

#F8D6D6 — rgb(248, 214, 214)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(346, 82%, 90%);

text

color: hsl(346, 82%, 90%);

border

border: 2px solid hsl(346, 82%, 90%);

gradient light

background: linear-gradient(to right, hsl(346, 82%, 100%), hsl(346, 82%, 90%));

gradient dark

background: linear-gradient(to right, hsl(346, 82%, 90%), hsl(346, 82%, 70%))

hex

background-color: #FAD1DA;

tailwind

bg-[hsl(346,82%,90%)]

box shadow

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

css variable

--color-primary: hsl(346, 82%, 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(346, 82%, 90%)?

HEX: #FAD1DA | RGB: rgb(250, 209, 218) | CMYK: 0%, 16%, 13%, 2% | HSV: 347°, 16%, 98%. Copy any format from the conversion table above.

What colors go well with #FAD1DA?

The complementary color is HSL(166, 82%, 90%). For a triadic harmony, use hues 346°, 106°, and 226°. For analogous combinations, try hues 316° and 16°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(346, 82%, 90%) in CSS?

As HSL: color: hsl(346, 82%, 90%); — As HEX: color: #FAD1DA; — As RGB: color: rgb(250, 209, 218); — Tailwind CSS: bg-[hsl(346,82%,90%)] — CSS variable: --color-primary: hsl(346, 82%, 90%);