HSL(357, 22%, 94%)

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(357,22%,94%)]

Color Conversions

Format Value CSS Usage
HSL hsl(357, 22%, 94%) color: hsl(357, 22%, 94%)
HEX #F3ECED color: #F3ECED
RGB rgb(243, 236, 237) color: rgb(243, 236, 237)
CMYK cmyk(0%, 3%, 2%, 5%)
HSV hsv(351, 3%, 95%)
HWB hwb(351 92% 5%) color: hwb(351 92% 5%)
OKLCH oklch(0.9488 0.0077 7.29) color: oklch(0.9488 0.0077 7.29)
Lab lab(93.95 2.52 0.35) color: lab(93.95 2.52 0.35)
LCH lch(93.95 2.54 7.91) color: lch(93.95 2.54 7.91)

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.16:1
vs Black 18.03: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)

#F0F0ED — rgb(240, 240, 237)

Deuteranopia (Green-blind)

#F0F1ED — rgb(240, 241, 237)

Tritanopia (Blue-blind)

#F3EDED — rgb(243, 237, 237)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(357, 22%, 94%);

text

color: hsl(357, 22%, 94%);

border

border: 2px solid hsl(357, 22%, 94%);

gradient light

background: linear-gradient(to right, hsl(357, 22%, 100%), hsl(357, 22%, 94%));

gradient dark

background: linear-gradient(to right, hsl(357, 22%, 94%), hsl(357, 22%, 74%))

hex

background-color: #F3ECED;

tailwind

bg-[hsl(357,22%,94%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(357, 22%, 94%, 0.4);

css variable

--color-primary: hsl(357, 22%, 94%);

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(357, 22%, 94%)?

HEX: #F3ECED | RGB: rgb(243, 236, 237) | CMYK: 0%, 3%, 2%, 5% | HSV: 351°, 3%, 95%. Copy any format from the conversion table above.

What colors go well with #F3ECED?

The complementary color is HSL(177, 22%, 94%). For a triadic harmony, use hues 357°, 117°, and 237°. For analogous combinations, try hues 327° and 27°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(357, 22%, 94%) in CSS?

As HSL: color: hsl(357, 22%, 94%); — As HEX: color: #F3ECED; — As RGB: color: rgb(243, 236, 237); — Tailwind CSS: bg-[hsl(357,22%,94%)] — CSS variable: --color-primary: hsl(357, 22%, 94%);