HSL(10, 43%, 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,43%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(10, 43%, 90%) | color: hsl(10, 43%, 90%) | |
| HEX | #F0DEDB | color: #F0DEDB | |
| RGB | rgb(240, 222, 219) | color: rgb(240, 222, 219) | |
| CMYK | cmyk(0%, 8%, 9%, 6%) | — | |
| HSV | hsv(9, 9%, 94%) | — | |
| HWB | hwb(9 86% 6%) | color: hwb(9 86% 6%) | |
| OKLCH | oklch(0.9143 0.0203 28.91) | color: oklch(0.9143 0.0203 28.91) | |
| Lab | lab(89.81 5.66 3.69) | color: lab(89.81 5.66 3.69) | |
| LCH | lch(89.81 6.76 33.1) | color: lch(89.81 6.76 33.1) |
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)
#E8E8DC — rgb(232, 232, 220)
Deuteranopia (Green-blind)
#E9EBDC — rgb(233, 235, 220)
Tritanopia (Blue-blind)
#EFDCDC — rgb(239, 220, 220)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(10, 43%, 90%);
text
color: hsl(10, 43%, 90%);
border
border: 2px solid hsl(10, 43%, 90%);
gradient light
background: linear-gradient(to right, hsl(10, 43%, 100%), hsl(10, 43%, 90%));
gradient dark
background: linear-gradient(to right, hsl(10, 43%, 90%), hsl(10, 43%, 70%))
hex
background-color: #F0DEDB;
tailwind
bg-[hsl(10,43%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(10, 43%, 90%, 0.4);
css variable
--color-primary: hsl(10, 43%, 90%);
Related Colors
Use Cases for Very Light Red
Frequently Asked Questions
What are all the color codes for HSL(10, 43%, 90%)?
HEX: #F0DEDB | RGB: rgb(240, 222, 219) | CMYK: 0%, 8%, 9%, 6% | HSV: 9°, 9%, 94%. Copy any format from the conversion table above.
What colors go well with #F0DEDB?
The complementary color is HSL(190, 43%, 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, 43%, 90%) in CSS?
As HSL: color: hsl(10, 43%, 90%); — As HEX: color: #F0DEDB; — As RGB: color: rgb(240, 222, 219); — Tailwind CSS: bg-[hsl(10,43%,90%)] — CSS variable: --color-primary: hsl(10, 43%, 90%);