HSL(357, 51%, 91%)
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,51%,91%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(357, 51%, 91%) | color: hsl(357, 51%, 91%) | |
| HEX | #F4DCDE | color: #F4DCDE | |
| RGB | rgb(244, 220, 222) | color: rgb(244, 220, 222) | |
| CMYK | cmyk(0%, 10%, 9%, 4%) | — | |
| HSV | hsv(355, 10%, 96%) | — | |
| HWB | hwb(355 86% 4%) | color: hwb(355 86% 4%) | |
| OKLCH | oklch(0.9146 0.0266 11.89) | color: oklch(0.9146 0.0266 11.89) | |
| Lab | lab(89.72 8.58 2.03) | color: lab(89.72 8.58 2.03) | |
| LCH | lch(89.72 8.82 13.31) | color: lch(89.72 8.82 13.31) |
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)
#EAE9DE — rgb(234, 233, 222)
Deuteranopia (Green-blind)
#EBEDDD — rgb(235, 237, 221)
Tritanopia (Blue-blind)
#F3DDDD — rgb(243, 221, 221)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(357, 51%, 91%);
text
color: hsl(357, 51%, 91%);
border
border: 2px solid hsl(357, 51%, 91%);
gradient light
background: linear-gradient(to right, hsl(357, 51%, 100%), hsl(357, 51%, 91%));
gradient dark
background: linear-gradient(to right, hsl(357, 51%, 91%), hsl(357, 51%, 71%))
hex
background-color: #F4DCDE;
tailwind
bg-[hsl(357,51%,91%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(357, 51%, 91%, 0.4);
css variable
--color-primary: hsl(357, 51%, 91%);
Related Colors
Use Cases for Very Light Red
Frequently Asked Questions
What are all the color codes for HSL(357, 51%, 91%)?
HEX: #F4DCDE | RGB: rgb(244, 220, 222) | CMYK: 0%, 10%, 9%, 4% | HSV: 355°, 10%, 96%. Copy any format from the conversion table above.
What colors go well with #F4DCDE?
The complementary color is HSL(177, 51%, 91%). 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, 51%, 91%) in CSS?
As HSL: color: hsl(357, 51%, 91%); — As HEX: color: #F4DCDE; — As RGB: color: rgb(244, 220, 222); — Tailwind CSS: bg-[hsl(357,51%,91%)] — CSS variable: --color-primary: hsl(357, 51%, 91%);