HSL(271, 45%, 35%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(271,45%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(271, 45%, 35%) | color: hsl(271, 45%, 35%) | |
| HEX | #5B3181 | color: #5B3181 | |
| RGB | rgb(91, 49, 129) | color: rgb(91, 49, 129) | |
| CMYK | cmyk(29%, 62%, 0%, 49%) | — | |
| HSV | hsv(272, 62%, 51%) | — | |
| HWB | hwb(272 19% 49%) | color: hwb(272 19% 49%) | |
| OKLCH | oklch(0.4067 0.1319 305.5) | color: oklch(0.4067 0.1319 305.5) | |
| Lab | lab(29.43 35.21 -38.01) | color: lab(29.43 35.21 -38.01) | |
| LCH | lch(29.43 51.81 312.81) | color: lch(29.43 51.81 312.81) |
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)
#49486E — rgb(73, 72, 110)
Deuteranopia (Green-blind)
#4B4E69 — rgb(75, 78, 105)
Tritanopia (Blue-blind)
#595E5B — rgb(89, 94, 91)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(271, 45%, 35%);
text
color: hsl(271, 45%, 35%);
border
border: 2px solid hsl(271, 45%, 35%);
gradient light
background: linear-gradient(to right, hsl(271, 45%, 55%), hsl(271, 45%, 35%));
gradient dark
background: linear-gradient(to right, hsl(271, 45%, 35%), hsl(271, 45%, 15%))
hex
background-color: #5B3181;
tailwind
bg-[hsl(271,45%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(271, 45%, 35%, 0.4);
css variable
--color-primary: hsl(271, 45%, 35%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(271, 45%, 35%)?
HEX: #5B3181 | RGB: rgb(91, 49, 129) | CMYK: 29%, 62%, 0%, 49% | HSV: 272°, 62%, 51%. Copy any format from the conversion table above.
What colors go well with #5B3181?
The complementary color is HSL(91, 45%, 35%). 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, 45%, 35%) in CSS?
As HSL: color: hsl(271, 45%, 35%); — As HEX: color: #5B3181; — As RGB: color: rgb(91, 49, 129); — Tailwind CSS: bg-[hsl(271,45%,35%)] — CSS variable: --color-primary: hsl(271, 45%, 35%);