HSL(284, 75%, 27%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(284,75%,27%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(284, 75%, 27%) | color: hsl(284, 75%, 27%) | |
| HEX | #5D1178 | color: #5D1178 | |
| RGB | rgb(93, 17, 120) | color: rgb(93, 17, 120) | |
| CMYK | cmyk(23%, 86%, 0%, 53%) | — | |
| HSV | hsv(284, 86%, 47%) | — | |
| HWB | hwb(284 7% 53%) | color: hwb(284 7% 53%) | |
| OKLCH | oklch(0.3661 0.1637 314.71) | color: oklch(0.3661 0.1637 314.71) | |
| Lab | lab(23.95 47.88 -41.15) | color: lab(23.95 47.88 -41.15) | |
| LCH | lch(23.95 63.13 319.32) | color: lch(23.95 63.13 319.32) |
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)
#3C3B5F — rgb(60, 59, 95)
Deuteranopia (Green-blind)
#414659 — rgb(65, 70, 89)
Tritanopia (Blue-blind)
#594B47 — rgb(89, 75, 71)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(284, 75%, 27%);
text
color: hsl(284, 75%, 27%);
border
border: 2px solid hsl(284, 75%, 27%);
gradient light
background: linear-gradient(to right, hsl(284, 75%, 47%), hsl(284, 75%, 27%));
gradient dark
background: linear-gradient(to right, hsl(284, 75%, 27%), hsl(284, 75%, 7%))
hex
background-color: #5D1178;
tailwind
bg-[hsl(284,75%,27%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(284, 75%, 27%, 0.4);
css variable
--color-primary: hsl(284, 75%, 27%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(284, 75%, 27%)?
HEX: #5D1178 | RGB: rgb(93, 17, 120) | CMYK: 23%, 86%, 0%, 53% | HSV: 284°, 86%, 47%. Copy any format from the conversion table above.
What colors go well with #5D1178?
The complementary color is HSL(104, 75%, 27%). For a triadic harmony, use hues 284°, 44°, and 164°. For analogous combinations, try hues 254° and 314°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(284, 75%, 27%) in CSS?
As HSL: color: hsl(284, 75%, 27%); — As HEX: color: #5D1178; — As RGB: color: rgb(93, 17, 120); — Tailwind CSS: bg-[hsl(284,75%,27%)] — CSS variable: --color-primary: hsl(284, 75%, 27%);