HSL(276, 85%, 85%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(276,85%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(276, 85%, 85%) | color: hsl(276, 85%, 85%) | |
| HEX | #DFB8F9 | color: #DFB8F9 | |
| RGB | rgb(223, 184, 249) | color: rgb(223, 184, 249) | |
| CMYK | cmyk(10%, 26%, 0%, 2%) | — | |
| HSV | hsv(276, 26%, 98%) | — | |
| HWB | hwb(276 73% 2%) | color: hwb(276 73% 2%) | |
| OKLCH | oklch(0.8382 0.0979 311.49) | color: oklch(0.8382 0.0979 311.49) | |
| Lab | lab(80.07 25.66 -26.91) | color: lab(80.07 25.66 -26.91) | |
| LCH | lch(80.07 37.18 313.64) | color: lch(80.07 37.18 313.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)
#CECEE9 — rgb(206, 206, 233)
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, 85%, 85%);
text
color: hsl(276, 85%, 85%);
border
border: 2px solid hsl(276, 85%, 85%);
gradient light
background: linear-gradient(to right, hsl(276, 85%, 100%), hsl(276, 85%, 85%));
gradient dark
background: linear-gradient(to right, hsl(276, 85%, 85%), hsl(276, 85%, 65%))
hex
background-color: #DFB8F9;
tailwind
bg-[hsl(276,85%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(276, 85%, 85%, 0.4);
css variable
--color-primary: hsl(276, 85%, 85%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(276, 85%, 85%)?
HEX: #DFB8F9 | RGB: rgb(223, 184, 249) | CMYK: 10%, 26%, 0%, 2% | HSV: 276°, 26%, 98%. Copy any format from the conversion table above.
What colors go well with #DFB8F9?
The complementary color is HSL(96, 85%, 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, 85%, 85%) in CSS?
As HSL: color: hsl(276, 85%, 85%); — As HEX: color: #DFB8F9; — As RGB: color: rgb(223, 184, 249); — Tailwind CSS: bg-[hsl(276,85%,85%)] — CSS variable: --color-primary: hsl(276, 85%, 85%);