HSL(276, 88%, 85%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(276,88%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(276, 88%, 85%) | color: hsl(276, 88%, 85%) | |
| HEX | #DFB7FA | color: #DFB7FA | |
| RGB | rgb(223, 183, 250) | color: rgb(223, 183, 250) | |
| CMYK | cmyk(11%, 27%, 0%, 2%) | — | |
| HSV | hsv(276, 27%, 98%) | — | |
| HWB | hwb(276 72% 2%) | color: hwb(276 72% 2%) | |
| OKLCH | oklch(0.8368 0.1008 311.33) | color: oklch(0.8368 0.1008 311.33) | |
| Lab | lab(79.87 26.4 -27.75) | color: lab(79.87 26.4 -27.75) | |
| LCH | lch(79.87 38.3 313.57) | color: lch(79.87 38.3 313.57) |
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)
#CECDEA — rgb(206, 205, 234)
Deuteranopia (Green-blind)
#D0D3E6 — rgb(208, 211, 230)
Tritanopia (Blue-blind)
#DDDDDA — rgb(221, 221, 218)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(276, 88%, 85%);
text
color: hsl(276, 88%, 85%);
border
border: 2px solid hsl(276, 88%, 85%);
gradient light
background: linear-gradient(to right, hsl(276, 88%, 100%), hsl(276, 88%, 85%));
gradient dark
background: linear-gradient(to right, hsl(276, 88%, 85%), hsl(276, 88%, 65%))
hex
background-color: #DFB7FA;
tailwind
bg-[hsl(276,88%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(276, 88%, 85%, 0.4);
css variable
--color-primary: hsl(276, 88%, 85%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(276, 88%, 85%)?
HEX: #DFB7FA | RGB: rgb(223, 183, 250) | CMYK: 11%, 27%, 0%, 2% | HSV: 276°, 27%, 98%. Copy any format from the conversion table above.
What colors go well with #DFB7FA?
The complementary color is HSL(96, 88%, 85%). For a triadic harmony, use hues 276°, 36°, and 156°. For analogous combinations, try hues 246° and 306°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(276, 88%, 85%) in CSS?
As HSL: color: hsl(276, 88%, 85%); — As HEX: color: #DFB7FA; — As RGB: color: rgb(223, 183, 250); — Tailwind CSS: bg-[hsl(276,88%,85%)] — CSS variable: --color-primary: hsl(276, 88%, 85%);