HSL(10, 43%, 92%)
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%,92%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(10, 43%, 92%) | color: hsl(10, 43%, 92%) | |
| HEX | #F3E5E2 | color: #F3E5E2 | |
| RGB | rgb(243, 229, 226) | color: rgb(243, 229, 226) | |
| CMYK | cmyk(0%, 6%, 7%, 5%) | — | |
| HSV | hsv(11, 7%, 95%) | — | |
| HWB | hwb(11 88% 5%) | color: hwb(11 88% 5%) | |
| OKLCH | oklch(0.9322 0.0159 32.01) | color: oklch(0.9322 0.0159 32.01) | |
| Lab | lab(91.95 4.24 3.16) | color: lab(91.95 4.24 3.16) | |
| LCH | lch(91.95 5.29 36.7) | color: lch(91.95 5.29 36.7) |
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)
#EDEDE3 — rgb(237, 237, 227)
Deuteranopia (Green-blind)
#EEEFE3 — rgb(238, 239, 227)
Tritanopia (Blue-blind)
#F2E3E3 — rgb(242, 227, 227)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(10, 43%, 92%);
text
color: hsl(10, 43%, 92%);
border
border: 2px solid hsl(10, 43%, 92%);
gradient light
background: linear-gradient(to right, hsl(10, 43%, 100%), hsl(10, 43%, 92%));
gradient dark
background: linear-gradient(to right, hsl(10, 43%, 92%), hsl(10, 43%, 72%))
hex
background-color: #F3E5E2;
tailwind
bg-[hsl(10,43%,92%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(10, 43%, 92%, 0.4);
css variable
--color-primary: hsl(10, 43%, 92%);
Related Colors
Use Cases for Very Light Red
Frequently Asked Questions
What are all the color codes for HSL(10, 43%, 92%)?
HEX: #F3E5E2 | RGB: rgb(243, 229, 226) | CMYK: 0%, 6%, 7%, 5% | HSV: 11°, 7%, 95%. Copy any format from the conversion table above.
What colors go well with #F3E5E2?
The complementary color is HSL(190, 43%, 92%). 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%, 92%) in CSS?
As HSL: color: hsl(10, 43%, 92%); — As HEX: color: #F3E5E2; — As RGB: color: rgb(243, 229, 226); — Tailwind CSS: bg-[hsl(10,43%,92%)] — CSS variable: --color-primary: hsl(10, 43%, 92%);