HSL(255, 80%, 82%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(255,80%,82%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(255, 80%, 82%) | color: hsl(255, 80%, 82%) | |
| HEX | #BFACF6 | color: #BFACF6 | |
| RGB | rgb(191, 172, 246) | color: rgb(191, 172, 246) | |
| CMYK | cmyk(22%, 30%, 0%, 4%) | — | |
| HSV | hsv(255, 30%, 96%) | — | |
| HWB | hwb(255 67% 4%) | color: hwb(255 67% 4%) | |
| OKLCH | oklch(0.7872 0.1052 295.68) | color: oklch(0.7872 0.1052 295.68) | |
| Lab | lab(74.34 21.81 -34.34) | color: lab(74.34 21.81 -34.34) | |
| LCH | lch(74.34 40.68 302.42) | color: lch(74.34 40.68 302.42) |
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)
#B7B7E4 — rgb(183, 183, 228)
Deuteranopia (Green-blind)
#B8B9E0 — rgb(184, 185, 224)
Tritanopia (Blue-blind)
#BED6D3 — rgb(190, 214, 211)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(255, 80%, 82%);
text
color: hsl(255, 80%, 82%);
border
border: 2px solid hsl(255, 80%, 82%);
gradient light
background: linear-gradient(to right, hsl(255, 80%, 100%), hsl(255, 80%, 82%));
gradient dark
background: linear-gradient(to right, hsl(255, 80%, 82%), hsl(255, 80%, 62%))
hex
background-color: #BFACF6;
tailwind
bg-[hsl(255,80%,82%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(255, 80%, 82%, 0.4);
css variable
--color-primary: hsl(255, 80%, 82%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(255, 80%, 82%)?
HEX: #BFACF6 | RGB: rgb(191, 172, 246) | CMYK: 22%, 30%, 0%, 4% | HSV: 255°, 30%, 96%. Copy any format from the conversion table above.
What colors go well with #BFACF6?
The complementary color is HSL(75, 80%, 82%). For a triadic harmony, use hues 255°, 15°, and 135°. For analogous combinations, try hues 225° and 285°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(255, 80%, 82%) in CSS?
As HSL: color: hsl(255, 80%, 82%); — As HEX: color: #BFACF6; — As RGB: color: rgb(191, 172, 246); — Tailwind CSS: bg-[hsl(255,80%,82%)] — CSS variable: --color-primary: hsl(255, 80%, 82%);