HSL(275, 78%, 31%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(275,78%,31%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(275, 78%, 31%) | color: hsl(275, 78%, 31%) | |
| HEX | #59118D | color: #59118D | |
| RGB | rgb(89, 17, 141) | color: rgb(89, 17, 141) | |
| CMYK | cmyk(37%, 88%, 0%, 45%) | — | |
| HSV | hsv(275, 88%, 55%) | — | |
| HWB | hwb(275 7% 45%) | color: hwb(275 7% 45%) | |
| OKLCH | oklch(0.3783 0.182 304.52) | color: oklch(0.3783 0.182 304.52) | |
| Lab | lab(25.1 51.81 -52.53) | color: lab(25.1 51.81 -52.53) | |
| LCH | lch(25.1 73.78 314.6) | color: lch(25.1 73.78 314.6) |
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)
#3A396F — rgb(58, 57, 111)
Deuteranopia (Green-blind)
#3E4368 — rgb(62, 67, 104)
Tritanopia (Blue-blind)
#555752 — rgb(85, 87, 82)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(275, 78%, 31%);
text
color: hsl(275, 78%, 31%);
border
border: 2px solid hsl(275, 78%, 31%);
gradient light
background: linear-gradient(to right, hsl(275, 78%, 51%), hsl(275, 78%, 31%));
gradient dark
background: linear-gradient(to right, hsl(275, 78%, 31%), hsl(275, 78%, 11%))
hex
background-color: #59118D;
tailwind
bg-[hsl(275,78%,31%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(275, 78%, 31%, 0.4);
css variable
--color-primary: hsl(275, 78%, 31%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(275, 78%, 31%)?
HEX: #59118D | RGB: rgb(89, 17, 141) | CMYK: 37%, 88%, 0%, 45% | HSV: 275°, 88%, 55%. Copy any format from the conversion table above.
What colors go well with #59118D?
The complementary color is HSL(95, 78%, 31%). For a triadic harmony, use hues 275°, 35°, and 155°. For analogous combinations, try hues 245° and 305°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(275, 78%, 31%) in CSS?
As HSL: color: hsl(275, 78%, 31%); — As HEX: color: #59118D; — As RGB: color: rgb(89, 17, 141); — Tailwind CSS: bg-[hsl(275,78%,31%)] — CSS variable: --color-primary: hsl(275, 78%, 31%);