HSL(260, 94%, 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(260,94%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(260, 94%, 90%) | color: hsl(260, 94%, 90%) | |
| HEX | #DECEFD | color: #DECEFD | |
| RGB | rgb(222, 206, 253) | color: rgb(222, 206, 253) | |
| CMYK | cmyk(12%, 19%, 0%, 1%) | — | |
| HSV | hsv(260, 19%, 99%) | — | |
| HWB | hwb(260 80% 1%) | color: hwb(260 80% 1%) | |
| OKLCH | oklch(0.8795 0.0661 300.6) | color: oklch(0.8795 0.0661 300.6) | |
| Lab | lab(85.38 14.36 -20.96) | color: lab(85.38 14.36 -20.96) | |
| LCH | lch(85.38 25.41 304.42) | color: lch(85.38 25.41 304.42) |
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)
#D7D7F2 — rgb(215, 215, 242)
Deuteranopia (Green-blind)
#D8D9EF — rgb(216, 217, 239)
Tritanopia (Blue-blind)
#DDE9E7 — rgb(221, 233, 231)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(260, 94%, 90%);
text
color: hsl(260, 94%, 90%);
border
border: 2px solid hsl(260, 94%, 90%);
gradient light
background: linear-gradient(to right, hsl(260, 94%, 100%), hsl(260, 94%, 90%));
gradient dark
background: linear-gradient(to right, hsl(260, 94%, 90%), hsl(260, 94%, 70%))
hex
background-color: #DECEFD;
tailwind
bg-[hsl(260,94%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(260, 94%, 90%, 0.4);
css variable
--color-primary: hsl(260, 94%, 90%);
Related Colors
Use Cases for Very Light Indigo
Frequently Asked Questions
What are all the color codes for HSL(260, 94%, 90%)?
HEX: #DECEFD | RGB: rgb(222, 206, 253) | CMYK: 12%, 19%, 0%, 1% | HSV: 260°, 19%, 99%. Copy any format from the conversion table above.
What colors go well with #DECEFD?
The complementary color is HSL(80, 94%, 90%). For a triadic harmony, use hues 260°, 20°, and 140°. For analogous combinations, try hues 230° and 290°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(260, 94%, 90%) in CSS?
As HSL: color: hsl(260, 94%, 90%); — As HEX: color: #DECEFD; — As RGB: color: rgb(222, 206, 253); — Tailwind CSS: bg-[hsl(260,94%,90%)] — CSS variable: --color-primary: hsl(260, 94%, 90%);