HSL(10, 44%, 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(10,44%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(10, 44%, 90%) | color: hsl(10, 44%, 90%) | |
| HEX | #F1DEDA | color: #F1DEDA | |
| RGB | rgb(241, 222, 218) | color: rgb(241, 222, 218) | |
| CMYK | cmyk(0%, 8%, 10%, 5%) | — | |
| HSV | hsv(10, 10%, 95%) | — | |
| HWB | hwb(10 86% 5%) | color: hwb(10 86% 5%) | |
| OKLCH | oklch(0.9148 0.0217 31.78) | color: oklch(0.9148 0.0217 31.78) | |
| Lab | lab(89.86 5.84 4.31) | color: lab(89.86 5.84 4.31) | |
| LCH | lch(89.86 7.26 36.43) | color: lch(89.86 7.26 36.43) |
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)
#E9E9DB — rgb(233, 233, 219)
Deuteranopia (Green-blind)
#EAEBDB — rgb(234, 235, 219)
Tritanopia (Blue-blind)
#F0DCDC — rgb(240, 220, 220)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(10, 44%, 90%);
text
color: hsl(10, 44%, 90%);
border
border: 2px solid hsl(10, 44%, 90%);
gradient light
background: linear-gradient(to right, hsl(10, 44%, 100%), hsl(10, 44%, 90%));
gradient dark
background: linear-gradient(to right, hsl(10, 44%, 90%), hsl(10, 44%, 70%))
hex
background-color: #F1DEDA;
tailwind
bg-[hsl(10,44%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(10, 44%, 90%, 0.4);
css variable
--color-primary: hsl(10, 44%, 90%);
Related Colors
Use Cases for Very Light Red
Frequently Asked Questions
What are all the color codes for HSL(10, 44%, 90%)?
HEX: #F1DEDA | RGB: rgb(241, 222, 218) | CMYK: 0%, 8%, 10%, 5% | HSV: 10°, 10%, 95%. Copy any format from the conversion table above.
What colors go well with #F1DEDA?
The complementary color is HSL(190, 44%, 90%). For a triadic harmony, use hues 10°, 130°, and 250°. For analogous combinations, try hues 340° and 40°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(10, 44%, 90%) in CSS?
As HSL: color: hsl(10, 44%, 90%); — As HEX: color: #F1DEDA; — As RGB: color: rgb(241, 222, 218); — Tailwind CSS: bg-[hsl(10,44%,90%)] — CSS variable: --color-primary: hsl(10, 44%, 90%);