HSL(260, 83%, 88%)
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,83%,88%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(260, 83%, 88%) | color: hsl(260, 83%, 88%) | |
| HEX | #D8C7FA | color: #D8C7FA | |
| RGB | rgb(216, 199, 250) | color: rgb(216, 199, 250) | |
| CMYK | cmyk(14%, 20%, 0%, 2%) | — | |
| HSV | hsv(260, 20%, 98%) | — | |
| HWB | hwb(260 78% 2%) | color: hwb(260 78% 2%) | |
| OKLCH | oklch(0.8602 0.072 300.13) | color: oklch(0.8602 0.072 300.13) | |
| Lab | lab(83.1 15.6 -22.89) | color: lab(83.1 15.6 -22.89) | |
| LCH | lch(83.1 27.7 304.28) | color: lch(83.1 27.7 304.28) |
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)
#D1D0EE — rgb(209, 208, 238)
Deuteranopia (Green-blind)
#D2D3EB — rgb(210, 211, 235)
Tritanopia (Blue-blind)
#D7E4E2 — rgb(215, 228, 226)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(260, 83%, 88%);
text
color: hsl(260, 83%, 88%);
border
border: 2px solid hsl(260, 83%, 88%);
gradient light
background: linear-gradient(to right, hsl(260, 83%, 100%), hsl(260, 83%, 88%));
gradient dark
background: linear-gradient(to right, hsl(260, 83%, 88%), hsl(260, 83%, 68%))
hex
background-color: #D8C7FA;
tailwind
bg-[hsl(260,83%,88%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(260, 83%, 88%, 0.4);
css variable
--color-primary: hsl(260, 83%, 88%);
Related Colors
Use Cases for Very Light Indigo
Frequently Asked Questions
What are all the color codes for HSL(260, 83%, 88%)?
HEX: #D8C7FA | RGB: rgb(216, 199, 250) | CMYK: 14%, 20%, 0%, 2% | HSV: 260°, 20%, 98%. Copy any format from the conversion table above.
What colors go well with #D8C7FA?
The complementary color is HSL(80, 83%, 88%). 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, 83%, 88%) in CSS?
As HSL: color: hsl(260, 83%, 88%); — As HEX: color: #D8C7FA; — As RGB: color: rgb(216, 199, 250); — Tailwind CSS: bg-[hsl(260,83%,88%)] — CSS variable: --color-primary: hsl(260, 83%, 88%);