HSL(261, 40%, 87%)
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(261,40%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(261, 40%, 87%) | color: hsl(261, 40%, 87%) | |
| HEX | #DAD1EB | color: #DAD1EB | |
| RGB | rgb(218, 209, 235) | color: rgb(218, 209, 235) | |
| CMYK | cmyk(7%, 11%, 0%, 8%) | — | |
| HSV | hsv(261, 11%, 92%) | — | |
| HWB | hwb(261 82% 8%) | color: hwb(261 82% 8%) | |
| OKLCH | oklch(0.8758 0.0367 301.39) | color: oklch(0.8758 0.0367 301.39) | |
| Lab | lab(85.25 7.9 -11.65) | color: lab(85.25 7.9 -11.65) | |
| LCH | lch(85.25 14.08 304.14) | color: lch(85.25 14.08 304.14) |
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)
#D6D6E5 — rgb(214, 214, 229)
Deuteranopia (Green-blind)
#D7D7E3 — rgb(215, 215, 227)
Tritanopia (Blue-blind)
#DAE0DF — rgb(218, 224, 223)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(261, 40%, 87%);
text
color: hsl(261, 40%, 87%);
border
border: 2px solid hsl(261, 40%, 87%);
gradient light
background: linear-gradient(to right, hsl(261, 40%, 100%), hsl(261, 40%, 87%));
gradient dark
background: linear-gradient(to right, hsl(261, 40%, 87%), hsl(261, 40%, 67%))
hex
background-color: #DAD1EB;
tailwind
bg-[hsl(261,40%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(261, 40%, 87%, 0.4);
css variable
--color-primary: hsl(261, 40%, 87%);
Related Colors
Use Cases for Very Light Indigo
Frequently Asked Questions
What are all the color codes for HSL(261, 40%, 87%)?
HEX: #DAD1EB | RGB: rgb(218, 209, 235) | CMYK: 7%, 11%, 0%, 8% | HSV: 261°, 11%, 92%. Copy any format from the conversion table above.
What colors go well with #DAD1EB?
The complementary color is HSL(81, 40%, 87%). For a triadic harmony, use hues 261°, 21°, and 141°. For analogous combinations, try hues 231° and 291°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(261, 40%, 87%) in CSS?
As HSL: color: hsl(261, 40%, 87%); — As HEX: color: #DAD1EB; — As RGB: color: rgb(218, 209, 235); — Tailwind CSS: bg-[hsl(261,40%,87%)] — CSS variable: --color-primary: hsl(261, 40%, 87%);