HSL(279, 100%, 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(279,100%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(279, 100%, 90%) | color: hsl(279, 100%, 90%) | |
| HEX | #EDCCFF | color: #EDCCFF | |
| RGB | rgb(237, 204, 255) | color: rgb(237, 204, 255) | |
| CMYK | cmyk(7%, 20%, 0%, 0%) | — | |
| HSV | hsv(279, 20%, 100%) | — | |
| HWB | hwb(279 80% 0%) | color: hwb(279 80% 0%) | |
| OKLCH | oklch(0.8891 0.0771 313.62) | color: oklch(0.8891 0.0771 313.62) | |
| Lab | lab(86.21 20.58 -20.65) | color: lab(86.21 20.58 -20.65) | |
| LCH | lch(86.21 29.15 314.9) | color: lch(86.21 29.15 314.9) |
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)
#DFDEF3 — rgb(223, 222, 243)
Deuteranopia (Green-blind)
#E1E3F0 — rgb(225, 227, 240)
Tritanopia (Blue-blind)
#EBE9E7 — rgb(235, 233, 231)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(279, 100%, 90%);
text
color: hsl(279, 100%, 90%);
border
border: 2px solid hsl(279, 100%, 90%);
gradient light
background: linear-gradient(to right, hsl(279, 100%, 100%), hsl(279, 100%, 90%));
gradient dark
background: linear-gradient(to right, hsl(279, 100%, 90%), hsl(279, 100%, 70%))
hex
background-color: #EDCCFF;
tailwind
bg-[hsl(279,100%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(279, 100%, 90%, 0.4);
css variable
--color-primary: hsl(279, 100%, 90%);
Related Colors
Use Cases for Very Light Indigo
Frequently Asked Questions
What are all the color codes for HSL(279, 100%, 90%)?
HEX: #EDCCFF | RGB: rgb(237, 204, 255) | CMYK: 7%, 20%, 0%, 0% | HSV: 279°, 20%, 100%. Copy any format from the conversion table above.
What colors go well with #EDCCFF?
The complementary color is HSL(99, 100%, 90%). For a triadic harmony, use hues 279°, 39°, and 159°. For analogous combinations, try hues 249° and 309°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(279, 100%, 90%) in CSS?
As HSL: color: hsl(279, 100%, 90%); — As HEX: color: #EDCCFF; — As RGB: color: rgb(237, 204, 255); — Tailwind CSS: bg-[hsl(279,100%,90%)] — CSS variable: --color-primary: hsl(279, 100%, 90%);