HSL(259, 95%, 89%)
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(259,95%,89%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(259, 95%, 89%) | color: hsl(259, 95%, 89%) | |
| HEX | #D9C8FE | color: #D9C8FE | |
| RGB | rgb(217, 200, 254) | color: rgb(217, 200, 254) | |
| CMYK | cmyk(15%, 21%, 0%, 0%) | — | |
| HSV | hsv(259, 21%, 100%) | — | |
| HWB | hwb(259 79% 0%) | color: hwb(259 79% 0%) | |
| OKLCH | oklch(0.8644 0.0759 299.22) | color: oklch(0.8644 0.0759 299.22) | |
| Lab | lab(83.56 16.21 -24.31) | color: lab(83.56 16.21 -24.31) | |
| LCH | lch(83.56 29.22 303.7) | color: lch(83.56 29.22 303.7) |
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)
#D2D1F1 — rgb(210, 209, 241)
Deuteranopia (Green-blind)
#D3D4EE — rgb(211, 212, 238)
Tritanopia (Blue-blind)
#D8E7E4 — rgb(216, 231, 228)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(259, 95%, 89%);
text
color: hsl(259, 95%, 89%);
border
border: 2px solid hsl(259, 95%, 89%);
gradient light
background: linear-gradient(to right, hsl(259, 95%, 100%), hsl(259, 95%, 89%));
gradient dark
background: linear-gradient(to right, hsl(259, 95%, 89%), hsl(259, 95%, 69%))
hex
background-color: #D9C8FE;
tailwind
bg-[hsl(259,95%,89%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(259, 95%, 89%, 0.4);
css variable
--color-primary: hsl(259, 95%, 89%);
Related Colors
Use Cases for Very Light Indigo
Frequently Asked Questions
What are all the color codes for HSL(259, 95%, 89%)?
HEX: #D9C8FE | RGB: rgb(217, 200, 254) | CMYK: 15%, 21%, 0%, 0% | HSV: 259°, 21%, 100%. Copy any format from the conversion table above.
What colors go well with #D9C8FE?
The complementary color is HSL(79, 95%, 89%). For a triadic harmony, use hues 259°, 19°, and 139°. For analogous combinations, try hues 229° and 289°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(259, 95%, 89%) in CSS?
As HSL: color: hsl(259, 95%, 89%); — As HEX: color: #D9C8FE; — As RGB: color: rgb(217, 200, 254); — Tailwind CSS: bg-[hsl(259,95%,89%)] — CSS variable: --color-primary: hsl(259, 95%, 89%);