HSL(7, 10%, 90%)
Very Light Red — Red color
Adjust Color
Color Information
Color Name
Very Light Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(7,10%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(7, 10%, 90%) | color: hsl(7, 10%, 90%) | |
| HEX | #E8E4E3 | color: #E8E4E3 | |
| RGB | rgb(232, 228, 227) | color: rgb(232, 228, 227) | |
| CMYK | cmyk(0%, 2%, 2%, 9%) | — | |
| HSV | hsv(12, 2%, 91%) | — | |
| HWB | hwb(12 89% 9%) | color: hwb(12 89% 9%) | |
| OKLCH | oklch(0.9217 0.0046 34.31) | color: oklch(0.9217 0.0046 34.31) | |
| Lab | lab(90.87 1.17 0.96) | color: lab(90.87 1.17 0.96) | |
| LCH | lch(90.87 1.51 39.37) | color: lch(90.87 1.51 39.37) |
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)
#E6E6E3 — rgb(230, 230, 227)
Deuteranopia (Green-blind)
#E7E7E3 — rgb(231, 231, 227)
Tritanopia (Blue-blind)
#E8E3E3 — rgb(232, 227, 227)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(7, 10%, 90%);
text
color: hsl(7, 10%, 90%);
border
border: 2px solid hsl(7, 10%, 90%);
gradient light
background: linear-gradient(to right, hsl(7, 10%, 100%), hsl(7, 10%, 90%));
gradient dark
background: linear-gradient(to right, hsl(7, 10%, 90%), hsl(7, 10%, 70%))
hex
background-color: #E8E4E3;
tailwind
bg-[hsl(7,10%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(7, 10%, 90%, 0.4);
css variable
--color-primary: hsl(7, 10%, 90%);
Related Colors
Use Cases for Very Light Red
Frequently Asked Questions
What are all the color codes for HSL(7, 10%, 90%)?
HEX: #E8E4E3 | RGB: rgb(232, 228, 227) | CMYK: 0%, 2%, 2%, 9% | HSV: 12°, 2%, 91%. Copy any format from the conversion table above.
What colors go well with #E8E4E3?
The complementary color is HSL(187, 10%, 90%). For a triadic harmony, use hues 7°, 127°, and 247°. For analogous combinations, try hues 337° and 37°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(7, 10%, 90%) in CSS?
As HSL: color: hsl(7, 10%, 90%); — As HEX: color: #E8E4E3; — As RGB: color: rgb(232, 228, 227); — Tailwind CSS: bg-[hsl(7,10%,90%)] — CSS variable: --color-primary: hsl(7, 10%, 90%);