HSL(261, 49%, 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,49%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(261, 49%, 87%) | color: hsl(261, 49%, 87%) | |
| HEX | #D9CEEE | color: #D9CEEE | |
| RGB | rgb(217, 206, 238) | color: rgb(217, 206, 238) | |
| CMYK | cmyk(9%, 13%, 0%, 7%) | — | |
| HSV | hsv(261, 13%, 93%) | — | |
| HWB | hwb(261 81% 7%) | color: hwb(261 81% 7%) | |
| OKLCH | oklch(0.8702 0.0452 301.12) | color: oklch(0.8702 0.0452 301.12) | |
| Lab | lab(84.52 9.75 -14.35) | color: lab(84.52 9.75 -14.35) | |
| LCH | lch(84.52 17.35 304.19) | color: lch(84.52 17.35 304.19) |
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)
#D4D4E6 — rgb(212, 212, 230)
Deuteranopia (Green-blind)
#D5D6E4 — rgb(213, 214, 228)
Tritanopia (Blue-blind)
#D8E0DF — rgb(216, 224, 223)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(261, 49%, 87%);
text
color: hsl(261, 49%, 87%);
border
border: 2px solid hsl(261, 49%, 87%);
gradient light
background: linear-gradient(to right, hsl(261, 49%, 100%), hsl(261, 49%, 87%));
gradient dark
background: linear-gradient(to right, hsl(261, 49%, 87%), hsl(261, 49%, 67%))
hex
background-color: #D9CEEE;
tailwind
bg-[hsl(261,49%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(261, 49%, 87%, 0.4);
css variable
--color-primary: hsl(261, 49%, 87%);
Related Colors
Use Cases for Very Light Indigo
Frequently Asked Questions
What are all the color codes for HSL(261, 49%, 87%)?
HEX: #D9CEEE | RGB: rgb(217, 206, 238) | CMYK: 9%, 13%, 0%, 7% | HSV: 261°, 13%, 93%. Copy any format from the conversion table above.
What colors go well with #D9CEEE?
The complementary color is HSL(81, 49%, 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, 49%, 87%) in CSS?
As HSL: color: hsl(261, 49%, 87%); — As HEX: color: #D9CEEE; — As RGB: color: rgb(217, 206, 238); — Tailwind CSS: bg-[hsl(261,49%,87%)] — CSS variable: --color-primary: hsl(261, 49%, 87%);