HSL(267, 43%, 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(267,43%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(267, 43%, 87%) | color: hsl(267, 43%, 87%) | |
| HEX | #DCD0EC | color: #DCD0EC | |
| RGB | rgb(220, 208, 236) | color: rgb(220, 208, 236) | |
| CMYK | cmyk(7%, 12%, 0%, 7%) | — | |
| HSV | hsv(266, 12%, 93%) | — | |
| HWB | hwb(266 82% 7%) | color: hwb(266 82% 7%) | |
| OKLCH | oklch(0.8758 0.0402 304.93) | color: oklch(0.8758 0.0402 304.93) | |
| Lab | lab(85.19 9.28 -12.26) | color: lab(85.19 9.28 -12.26) | |
| LCH | lch(85.19 15.38 307.12) | color: lch(85.19 15.38 307.12) |
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)
#D7D7E5 — rgb(215, 215, 229)
Deuteranopia (Green-blind)
#D8D8E4 — rgb(216, 216, 228)
Tritanopia (Blue-blind)
#DBE0DF — rgb(219, 224, 223)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(267, 43%, 87%);
text
color: hsl(267, 43%, 87%);
border
border: 2px solid hsl(267, 43%, 87%);
gradient light
background: linear-gradient(to right, hsl(267, 43%, 100%), hsl(267, 43%, 87%));
gradient dark
background: linear-gradient(to right, hsl(267, 43%, 87%), hsl(267, 43%, 67%))
hex
background-color: #DCD0EC;
tailwind
bg-[hsl(267,43%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(267, 43%, 87%, 0.4);
css variable
--color-primary: hsl(267, 43%, 87%);
Related Colors
Use Cases for Very Light Indigo
Frequently Asked Questions
What are all the color codes for HSL(267, 43%, 87%)?
HEX: #DCD0EC | RGB: rgb(220, 208, 236) | CMYK: 7%, 12%, 0%, 7% | HSV: 266°, 12%, 93%. Copy any format from the conversion table above.
What colors go well with #DCD0EC?
The complementary color is HSL(87, 43%, 87%). 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, 43%, 87%) in CSS?
As HSL: color: hsl(267, 43%, 87%); — As HEX: color: #DCD0EC; — As RGB: color: rgb(220, 208, 236); — Tailwind CSS: bg-[hsl(267,43%,87%)] — CSS variable: --color-primary: hsl(267, 43%, 87%);