HSL(281, 72%, 90%)
Very Light Indigo — Indigo color
Adjust Color
Color Information
Color Name
Very Light Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(281,72%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(281, 72%, 90%) | color: hsl(281, 72%, 90%) | |
| HEX | #ECD3F8 | color: #ECD3F8 | |
| RGB | rgb(236, 211, 248) | color: rgb(236, 211, 248) | |
| CMYK | cmyk(5%, 15%, 0%, 3%) | — | |
| HSV | hsv(281, 15%, 97%) | — | |
| HWB | hwb(281 82% 3%) | color: hwb(281 82% 3%) | |
| OKLCH | oklch(0.8987 0.0565 314.87) | color: oklch(0.8987 0.0565 314.87) | |
| Lab | lab(87.58 15.21 -14.9) | color: lab(87.58 15.21 -14.9) | |
| LCH | lch(87.58 21.29 315.59) | color: lch(87.58 21.29 315.59) |
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)
#E1E1EF — rgb(225, 225, 239)
Deuteranopia (Green-blind)
#E3E5ED — rgb(227, 229, 237)
Tritanopia (Blue-blind)
#EBE8E6 — rgb(235, 232, 230)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(281, 72%, 90%);
text
color: hsl(281, 72%, 90%);
border
border: 2px solid hsl(281, 72%, 90%);
gradient light
background: linear-gradient(to right, hsl(281, 72%, 100%), hsl(281, 72%, 90%));
gradient dark
background: linear-gradient(to right, hsl(281, 72%, 90%), hsl(281, 72%, 70%))
hex
background-color: #ECD3F8;
tailwind
bg-[hsl(281,72%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(281, 72%, 90%, 0.4);
css variable
--color-primary: hsl(281, 72%, 90%);
Related Colors
Use Cases for Very Light Indigo
Frequently Asked Questions
What are all the color codes for HSL(281, 72%, 90%)?
HEX: #ECD3F8 | RGB: rgb(236, 211, 248) | CMYK: 5%, 15%, 0%, 3% | HSV: 281°, 15%, 97%. Copy any format from the conversion table above.
What colors go well with #ECD3F8?
The complementary color is HSL(101, 72%, 90%). For a triadic harmony, use hues 281°, 41°, and 161°. For analogous combinations, try hues 251° and 311°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(281, 72%, 90%) in CSS?
As HSL: color: hsl(281, 72%, 90%); — As HEX: color: #ECD3F8; — As RGB: color: rgb(236, 211, 248); — Tailwind CSS: bg-[hsl(281,72%,90%)] — CSS variable: --color-primary: hsl(281, 72%, 90%);