HSL(354, 75%, 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(354,75%,90%)]

Color Conversions

Format Value CSS Usage
HSL hsl(354, 75%, 90%) color: hsl(354, 75%, 90%)
HEX #F9D2D6 color: #F9D2D6
RGB rgb(249, 210, 214) color: rgb(249, 210, 214)
CMYK cmyk(0%, 16%, 14%, 2%)
HSV hsv(354, 16%, 98%)
HWB hwb(354 82% 2%) color: hwb(354 82% 2%)
OKLCH oklch(0.8979 0.0441 11.02) color: oklch(0.8979 0.0441 11.02)
Lab lab(87.53 14.25 3.12) color: lab(87.53 14.25 3.12)
LCH lch(87.53 14.59 12.35) color: lch(87.53 14.59 12.35)

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.22: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)

#E8E8D5 — rgb(232, 232, 213)

Deuteranopia (Green-blind)

#EAEDD5 — rgb(234, 237, 213)

Tritanopia (Blue-blind)

#F7D4D4 — rgb(247, 212, 212)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(354, 75%, 90%);

text

color: hsl(354, 75%, 90%);

border

border: 2px solid hsl(354, 75%, 90%);

gradient light

background: linear-gradient(to right, hsl(354, 75%, 100%), hsl(354, 75%, 90%));

gradient dark

background: linear-gradient(to right, hsl(354, 75%, 90%), hsl(354, 75%, 70%))

hex

background-color: #F9D2D6;

tailwind

bg-[hsl(354,75%,90%)]

box shadow

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

css variable

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

HEX: #F9D2D6 | RGB: rgb(249, 210, 214) | CMYK: 0%, 16%, 14%, 2% | HSV: 354°, 16%, 98%. Copy any format from the conversion table above.

What colors go well with #F9D2D6?

The complementary color is HSL(174, 75%, 90%). For a triadic harmony, use hues 354°, 114°, and 234°. For analogous combinations, try hues 324° and 24°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(354, 75%, 90%) in CSS?

As HSL: color: hsl(354, 75%, 90%); — As HEX: color: #F9D2D6; — As RGB: color: rgb(249, 210, 214); — Tailwind CSS: bg-[hsl(354,75%,90%)] — CSS variable: --color-primary: hsl(354, 75%, 90%);