HSL(267, 86%, 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(267,86%,86%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(267, 86%, 86%) | color: hsl(267, 86%, 86%) | |
| HEX | #D8BDFA | color: #D8BDFA | |
| RGB | rgb(216, 189, 250) | color: rgb(216, 189, 250) | |
| CMYK | cmyk(14%, 24%, 0%, 2%) | — | |
| HSV | hsv(267, 24%, 98%) | — | |
| HWB | hwb(267 74% 2%) | color: hwb(267 74% 2%) | |
| OKLCH | oklch(0.8416 0.0883 304.75) | color: oklch(0.8416 0.0883 304.75) | |
| Lab | lab(80.68 20.99 -26.57) | color: lab(80.68 20.99 -26.57) | |
| LCH | lch(80.68 33.86 308.31) | color: lch(80.68 33.86 308.31) |
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)
#CCCCEB — rgb(204, 204, 235)
Deuteranopia (Green-blind)
#CED0E8 — rgb(206, 208, 232)
Tritanopia (Blue-blind)
#D7E0DD — rgb(215, 224, 221)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(267, 86%, 86%);
text
color: hsl(267, 86%, 86%);
border
border: 2px solid hsl(267, 86%, 86%);
gradient light
background: linear-gradient(to right, hsl(267, 86%, 100%), hsl(267, 86%, 86%));
gradient dark
background: linear-gradient(to right, hsl(267, 86%, 86%), hsl(267, 86%, 66%))
hex
background-color: #D8BDFA;
tailwind
bg-[hsl(267,86%,86%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(267, 86%, 86%, 0.4);
css variable
--color-primary: hsl(267, 86%, 86%);
Related Colors
Use Cases for Very Light Indigo
Frequently Asked Questions
What are all the color codes for HSL(267, 86%, 86%)?
HEX: #D8BDFA | RGB: rgb(216, 189, 250) | CMYK: 14%, 24%, 0%, 2% | HSV: 267°, 24%, 98%. Copy any format from the conversion table above.
What colors go well with #D8BDFA?
The complementary color is HSL(87, 86%, 86%). For a triadic harmony, use hues 267°, 27°, and 147°. For analogous combinations, try hues 237° and 297°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(267, 86%, 86%) in CSS?
As HSL: color: hsl(267, 86%, 86%); — As HEX: color: #D8BDFA; — As RGB: color: rgb(216, 189, 250); — Tailwind CSS: bg-[hsl(267,86%,86%)] — CSS variable: --color-primary: hsl(267, 86%, 86%);