HSL(271, 39%, 32%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(271,39%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(271, 39%, 32%) | color: hsl(271, 39%, 32%) | |
| HEX | #533271 | color: #533271 | |
| RGB | rgb(83, 50, 113) | color: rgb(83, 50, 113) | |
| CMYK | cmyk(27%, 56%, 0%, 56%) | — | |
| HSV | hsv(271, 56%, 44%) | — | |
| HWB | hwb(271 19% 56%) | color: hwb(271 19% 56%) | |
| OKLCH | oklch(0.3878 0.1075 306.21) | color: oklch(0.3878 0.1075 306.21) | |
| Lab | lab(27.61 28.27 -30.88) | color: lab(27.61 28.27 -30.88) | |
| LCH | lch(27.61 41.87 312.47) | color: lch(27.61 41.87 312.47) |
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)
#454462 — rgb(69, 68, 98)
Deuteranopia (Green-blind)
#47495E — rgb(71, 73, 94)
Tritanopia (Blue-blind)
#515653 — rgb(81, 86, 83)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(271, 39%, 32%);
text
color: hsl(271, 39%, 32%);
border
border: 2px solid hsl(271, 39%, 32%);
gradient light
background: linear-gradient(to right, hsl(271, 39%, 52%), hsl(271, 39%, 32%));
gradient dark
background: linear-gradient(to right, hsl(271, 39%, 32%), hsl(271, 39%, 12%))
hex
background-color: #533271;
tailwind
bg-[hsl(271,39%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(271, 39%, 32%, 0.4);
css variable
--color-primary: hsl(271, 39%, 32%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(271, 39%, 32%)?
HEX: #533271 | RGB: rgb(83, 50, 113) | CMYK: 27%, 56%, 0%, 56% | HSV: 271°, 56%, 44%. Copy any format from the conversion table above.
What colors go well with #533271?
The complementary color is HSL(91, 39%, 32%). 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, 39%, 32%) in CSS?
As HSL: color: hsl(271, 39%, 32%); — As HEX: color: #533271; — As RGB: color: rgb(83, 50, 113); — Tailwind CSS: bg-[hsl(271,39%,32%)] — CSS variable: --color-primary: hsl(271, 39%, 32%);