HSL(262, 35%, 90%)
Very Light Indigo — Indigo color
Adjust Color
Color Information
Color Name
Very Light Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(262,35%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(262, 35%, 90%) | color: hsl(262, 35%, 90%) | |
| HEX | #E3DDEE | color: #E3DDEE | |
| RGB | rgb(227, 221, 238) | color: rgb(227, 221, 238) | |
| CMYK | cmyk(5%, 7%, 0%, 7%) | — | |
| HSV | hsv(261, 7%, 93%) | — | |
| HWB | hwb(261 86% 7%) | color: hwb(261 86% 7%) | |
| OKLCH | oklch(0.9073 0.0238 301.93) | color: oklch(0.9073 0.0238 301.93) | |
| Lab | lab(89.02 5.13 -7.56) | color: lab(89.02 5.13 -7.56) | |
| LCH | lch(89.02 9.14 304.16) | color: lch(89.02 9.14 304.16) |
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)
#E0E0EA — rgb(224, 224, 234)
Deuteranopia (Green-blind)
#E1E1E9 — rgb(225, 225, 233)
Tritanopia (Blue-blind)
#E3E7E6 — rgb(227, 231, 230)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(262, 35%, 90%);
text
color: hsl(262, 35%, 90%);
border
border: 2px solid hsl(262, 35%, 90%);
gradient light
background: linear-gradient(to right, hsl(262, 35%, 100%), hsl(262, 35%, 90%));
gradient dark
background: linear-gradient(to right, hsl(262, 35%, 90%), hsl(262, 35%, 70%))
hex
background-color: #E3DDEE;
tailwind
bg-[hsl(262,35%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(262, 35%, 90%, 0.4);
css variable
--color-primary: hsl(262, 35%, 90%);
Related Colors
Use Cases for Very Light Indigo
Frequently Asked Questions
What are all the color codes for HSL(262, 35%, 90%)?
HEX: #E3DDEE | RGB: rgb(227, 221, 238) | CMYK: 5%, 7%, 0%, 7% | HSV: 261°, 7%, 93%. Copy any format from the conversion table above.
What colors go well with #E3DDEE?
The complementary color is HSL(82, 35%, 90%). For a triadic harmony, use hues 262°, 22°, and 142°. For analogous combinations, try hues 232° and 292°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(262, 35%, 90%) in CSS?
As HSL: color: hsl(262, 35%, 90%); — As HEX: color: #E3DDEE; — As RGB: color: rgb(227, 221, 238); — Tailwind CSS: bg-[hsl(262,35%,90%)] — CSS variable: --color-primary: hsl(262, 35%, 90%);