HSL(263, 90%, 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(263,90%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(263, 90%, 90%) | color: hsl(263, 90%, 90%) | |
| HEX | #E0CFFC | color: #E0CFFC | |
| RGB | rgb(224, 207, 252) | color: rgb(224, 207, 252) | |
| CMYK | cmyk(11%, 18%, 0%, 1%) | — | |
| HSV | hsv(263, 18%, 99%) | — | |
| HWB | hwb(263 81% 1%) | color: hwb(263 81% 1%) | |
| OKLCH | oklch(0.8826 0.0637 302.32) | color: oklch(0.8826 0.0637 302.32) | |
| Lab | lab(85.76 14.26 -19.86) | color: lab(85.76 14.26 -19.86) | |
| LCH | lch(85.76 24.45 305.68) | color: lch(85.76 24.45 305.68) |
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)
#D9D8F1 — rgb(217, 216, 241)
Deuteranopia (Green-blind)
#DADBEF — rgb(218, 219, 239)
Tritanopia (Blue-blind)
#DFE9E7 — rgb(223, 233, 231)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(263, 90%, 90%);
text
color: hsl(263, 90%, 90%);
border
border: 2px solid hsl(263, 90%, 90%);
gradient light
background: linear-gradient(to right, hsl(263, 90%, 100%), hsl(263, 90%, 90%));
gradient dark
background: linear-gradient(to right, hsl(263, 90%, 90%), hsl(263, 90%, 70%))
hex
background-color: #E0CFFC;
tailwind
bg-[hsl(263,90%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(263, 90%, 90%, 0.4);
css variable
--color-primary: hsl(263, 90%, 90%);
Related Colors
Use Cases for Very Light Indigo
Frequently Asked Questions
What are all the color codes for HSL(263, 90%, 90%)?
HEX: #E0CFFC | RGB: rgb(224, 207, 252) | CMYK: 11%, 18%, 0%, 1% | HSV: 263°, 18%, 99%. Copy any format from the conversion table above.
What colors go well with #E0CFFC?
The complementary color is HSL(83, 90%, 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, 90%, 90%) in CSS?
As HSL: color: hsl(263, 90%, 90%); — As HEX: color: #E0CFFC; — As RGB: color: rgb(224, 207, 252); — Tailwind CSS: bg-[hsl(263,90%,90%)] — CSS variable: --color-primary: hsl(263, 90%, 90%);