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
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
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
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
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%);