HSL(263, 16%, 90%)
Very Light Indigo — Indigo color
Adjust Color
Color Information
Color Name
Very Light Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(263,16%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(263, 16%, 90%) | color: hsl(263, 16%, 90%) | |
| HEX | #E5E1EA | color: #E5E1EA | |
| RGB | rgb(229, 225, 234) | color: rgb(229, 225, 234) | |
| CMYK | cmyk(2%, 4%, 0%, 8%) | — | |
| HSV | hsv(267, 4%, 92%) | — | |
| HWB | hwb(267 88% 8%) | color: hwb(267 88% 8%) | |
| OKLCH | oklch(0.9155 0.0128 306.02) | color: oklch(0.9155 0.0128 306.02) | |
| Lab | lab(90.07 2.97 -3.9) | color: lab(90.07 2.97 -3.9) | |
| LCH | lch(90.07 4.9 307.29) | color: lch(90.07 4.9 307.29) |
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)
#E3E3E8 — rgb(227, 227, 232)
Deuteranopia (Green-blind)
#E4E4E7 — rgb(228, 228, 231)
Tritanopia (Blue-blind)
#E5E6E6 — rgb(229, 230, 230)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(263, 16%, 90%);
text
color: hsl(263, 16%, 90%);
border
border: 2px solid hsl(263, 16%, 90%);
gradient light
background: linear-gradient(to right, hsl(263, 16%, 100%), hsl(263, 16%, 90%));
gradient dark
background: linear-gradient(to right, hsl(263, 16%, 90%), hsl(263, 16%, 70%))
hex
background-color: #E5E1EA;
tailwind
bg-[hsl(263,16%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(263, 16%, 90%, 0.4);
css variable
--color-primary: hsl(263, 16%, 90%);
Related Colors
Use Cases for Very Light Indigo
Frequently Asked Questions
What are all the color codes for HSL(263, 16%, 90%)?
HEX: #E5E1EA | RGB: rgb(229, 225, 234) | CMYK: 2%, 4%, 0%, 8% | HSV: 267°, 4%, 92%. Copy any format from the conversion table above.
What colors go well with #E5E1EA?
The complementary color is HSL(83, 16%, 90%). For a triadic harmony, use hues 263°, 23°, and 143°. For analogous combinations, try hues 233° and 293°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(263, 16%, 90%) in CSS?
As HSL: color: hsl(263, 16%, 90%); — As HEX: color: #E5E1EA; — As RGB: color: rgb(229, 225, 234); — Tailwind CSS: bg-[hsl(263,16%,90%)] — CSS variable: --color-primary: hsl(263, 16%, 90%);