HSL(261, 52%, 85%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(261,52%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(261, 52%, 85%) | color: hsl(261, 52%, 85%) | |
| HEX | #D3C5ED | color: #D3C5ED | |
| RGB | rgb(211, 197, 237) | color: rgb(211, 197, 237) | |
| CMYK | cmyk(11%, 17%, 0%, 7%) | — | |
| HSV | hsv(261, 17%, 93%) | — | |
| HWB | hwb(261 77% 7%) | color: hwb(261 77% 7%) | |
| OKLCH | oklch(0.8476 0.0569 301.16) | color: oklch(0.8476 0.0569 301.16) | |
| Lab | lab(81.78 12.42 -17.98) | color: lab(81.78 12.42 -17.98) | |
| LCH | lch(81.78 21.85 304.64) | color: lch(81.78 21.85 304.64) |
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)
#CDCDE3 — rgb(205, 205, 227)
Deuteranopia (Green-blind)
#CECFE1 — rgb(206, 207, 225)
Tritanopia (Blue-blind)
#D2DCDA — rgb(210, 220, 218)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(261, 52%, 85%);
text
color: hsl(261, 52%, 85%);
border
border: 2px solid hsl(261, 52%, 85%);
gradient light
background: linear-gradient(to right, hsl(261, 52%, 100%), hsl(261, 52%, 85%));
gradient dark
background: linear-gradient(to right, hsl(261, 52%, 85%), hsl(261, 52%, 65%))
hex
background-color: #D3C5ED;
tailwind
bg-[hsl(261,52%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(261, 52%, 85%, 0.4);
css variable
--color-primary: hsl(261, 52%, 85%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(261, 52%, 85%)?
HEX: #D3C5ED | RGB: rgb(211, 197, 237) | CMYK: 11%, 17%, 0%, 7% | HSV: 261°, 17%, 93%. Copy any format from the conversion table above.
What colors go well with #D3C5ED?
The complementary color is HSL(81, 52%, 85%). 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, 52%, 85%) in CSS?
As HSL: color: hsl(261, 52%, 85%); — As HEX: color: #D3C5ED; — As RGB: color: rgb(211, 197, 237); — Tailwind CSS: bg-[hsl(261,52%,85%)] — CSS variable: --color-primary: hsl(261, 52%, 85%);