HSL(280, 92%, 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(280,92%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(280, 92%, 90%) | color: hsl(280, 92%, 90%) | |
| HEX | #EDCEFD | color: #EDCEFD | |
| RGB | rgb(237, 206, 253) | color: rgb(237, 206, 253) | |
| CMYK | cmyk(6%, 19%, 0%, 1%) | — | |
| HSV | hsv(280, 19%, 99%) | — | |
| HWB | hwb(280 80% 1%) | color: hwb(280 80% 1%) | |
| OKLCH | oklch(0.892 0.0714 314.16) | color: oklch(0.892 0.0714 314.16) | |
| Lab | lab(86.62 19.13 -18.97) | color: lab(86.62 19.13 -18.97) | |
| LCH | lch(86.62 26.94 315.24) | color: lch(86.62 26.94 315.24) |
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)
#E0DFF2 — rgb(224, 223, 242)
Deuteranopia (Green-blind)
#E1E4EF — rgb(225, 228, 239)
Tritanopia (Blue-blind)
#EBE9E7 — rgb(235, 233, 231)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(280, 92%, 90%);
text
color: hsl(280, 92%, 90%);
border
border: 2px solid hsl(280, 92%, 90%);
gradient light
background: linear-gradient(to right, hsl(280, 92%, 100%), hsl(280, 92%, 90%));
gradient dark
background: linear-gradient(to right, hsl(280, 92%, 90%), hsl(280, 92%, 70%))
hex
background-color: #EDCEFD;
tailwind
bg-[hsl(280,92%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(280, 92%, 90%, 0.4);
css variable
--color-primary: hsl(280, 92%, 90%);
Related Colors
Use Cases for Very Light Indigo
Frequently Asked Questions
What are all the color codes for HSL(280, 92%, 90%)?
HEX: #EDCEFD | RGB: rgb(237, 206, 253) | CMYK: 6%, 19%, 0%, 1% | HSV: 280°, 19%, 99%. Copy any format from the conversion table above.
What colors go well with #EDCEFD?
The complementary color is HSL(100, 92%, 90%). For a triadic harmony, use hues 280°, 40°, and 160°. For analogous combinations, try hues 250° and 310°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(280, 92%, 90%) in CSS?
As HSL: color: hsl(280, 92%, 90%); — As HEX: color: #EDCEFD; — As RGB: color: rgb(237, 206, 253); — Tailwind CSS: bg-[hsl(280,92%,90%)] — CSS variable: --color-primary: hsl(280, 92%, 90%);