HSL(271, 65%, 50%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(271,65%,50%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(271, 65%, 50%) | color: hsl(271, 65%, 50%) | |
| HEX | #822DD2 | color: #822DD2 | |
| RGB | rgb(130, 45, 210) | color: rgb(130, 45, 210) | |
| CMYK | cmyk(38%, 79%, 0%, 18%) | — | |
| HSV | hsv(271, 79%, 82%) | — | |
| HWB | hwb(271 17% 18%) | color: hwb(271 17% 18%) | |
| OKLCH | oklch(0.5125 0.2322 301.75) | color: oklch(0.5125 0.2322 301.75) | |
| Lab | lab(40.04 64.39 -69.14) | color: lab(40.04 64.39 -69.14) | |
| LCH | lch(40.04 94.48 312.96) | color: lch(40.04 94.48 312.96) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#5D5CAA — rgb(93, 92, 170)
Deuteranopia (Green-blind)
#6269A1 — rgb(98, 105, 161)
Tritanopia (Blue-blind)
#7E8B84 — rgb(126, 139, 132)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(271, 65%, 50%);
text
color: hsl(271, 65%, 50%);
border
border: 2px solid hsl(271, 65%, 50%);
gradient light
background: linear-gradient(to right, hsl(271, 65%, 70%), hsl(271, 65%, 50%));
gradient dark
background: linear-gradient(to right, hsl(271, 65%, 50%), hsl(271, 65%, 30%))
hex
background-color: #822DD2;
tailwind
bg-[hsl(271,65%,50%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(271, 65%, 50%, 0.4);
css variable
--color-primary: hsl(271, 65%, 50%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(271, 65%, 50%)?
HEX: #822DD2 | RGB: rgb(130, 45, 210) | CMYK: 38%, 79%, 0%, 18% | HSV: 271°, 79%, 82%. Copy any format from the conversion table above.
What colors go well with #822DD2?
The complementary color is HSL(91, 65%, 50%). For a triadic harmony, use hues 271°, 31°, and 151°. For analogous combinations, try hues 241° and 301°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(271, 65%, 50%) in CSS?
As HSL: color: hsl(271, 65%, 50%); — As HEX: color: #822DD2; — As RGB: color: rgb(130, 45, 210); — Tailwind CSS: bg-[hsl(271,65%,50%)] — CSS variable: --color-primary: hsl(271, 65%, 50%);