HSL(266, 94%, 86%)
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(266,94%,86%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(266, 94%, 86%) | color: hsl(266, 94%, 86%) | |
| HEX | #D7BAFD | color: #D7BAFD | |
| RGB | rgb(215, 186, 253) | color: rgb(215, 186, 253) | |
| CMYK | cmyk(15%, 26%, 0%, 1%) | — | |
| HSV | hsv(266, 26%, 99%) | — | |
| HWB | hwb(266 73% 1%) | color: hwb(266 73% 1%) | |
| OKLCH | oklch(0.8364 0.0968 304.16) | color: oklch(0.8364 0.0968 304.16) | |
| Lab | lab(79.99 22.93 -29.24) | color: lab(79.99 22.93 -29.24) | |
| LCH | lch(79.99 37.16 308.1) | color: lch(79.99 37.16 308.1) |
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)
#CACAED — rgb(202, 202, 237)
Deuteranopia (Green-blind)
#CCCEE9 — rgb(204, 206, 233)
Tritanopia (Blue-blind)
#D6E0DD — rgb(214, 224, 221)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(266, 94%, 86%);
text
color: hsl(266, 94%, 86%);
border
border: 2px solid hsl(266, 94%, 86%);
gradient light
background: linear-gradient(to right, hsl(266, 94%, 100%), hsl(266, 94%, 86%));
gradient dark
background: linear-gradient(to right, hsl(266, 94%, 86%), hsl(266, 94%, 66%))
hex
background-color: #D7BAFD;
tailwind
bg-[hsl(266,94%,86%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(266, 94%, 86%, 0.4);
css variable
--color-primary: hsl(266, 94%, 86%);
Related Colors
Use Cases for Very Light Indigo
Frequently Asked Questions
What are all the color codes for HSL(266, 94%, 86%)?
HEX: #D7BAFD | RGB: rgb(215, 186, 253) | CMYK: 15%, 26%, 0%, 1% | HSV: 266°, 26%, 99%. Copy any format from the conversion table above.
What colors go well with #D7BAFD?
The complementary color is HSL(86, 94%, 86%). For a triadic harmony, use hues 266°, 26°, and 146°. For analogous combinations, try hues 236° and 296°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(266, 94%, 86%) in CSS?
As HSL: color: hsl(266, 94%, 86%); — As HEX: color: #D7BAFD; — As RGB: color: rgb(215, 186, 253); — Tailwind CSS: bg-[hsl(266,94%,86%)] — CSS variable: --color-primary: hsl(266, 94%, 86%);