HSL(261, 68%, 61%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(261,68%,61%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(261, 68%, 61%) | color: hsl(261, 68%, 61%) | |
| HEX | #8758DF | color: #8758DF | |
| RGB | rgb(135, 88, 223) | color: rgb(135, 88, 223) | |
| CMYK | cmyk(39%, 61%, 0%, 13%) | — | |
| HSV | hsv(261, 61%, 87%) | — | |
| HWB | hwb(261 34% 13%) | color: hwb(261 34% 13%) | |
| OKLCH | oklch(0.5796 0.1967 295.67) | color: oklch(0.5796 0.1967 295.67) | |
| Lab | lab(48.83 48.41 -62.27) | color: lab(48.83 48.41 -62.27) | |
| LCH | lch(48.83 78.87 307.86) | color: lch(48.83 78.87 307.86) |
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)
#7372BE — rgb(115, 114, 190)
Deuteranopia (Green-blind)
#7579B7 — rgb(117, 121, 183)
Tritanopia (Blue-blind)
#85A59F — rgb(133, 165, 159)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(261, 68%, 61%);
text
color: hsl(261, 68%, 61%);
border
border: 2px solid hsl(261, 68%, 61%);
gradient light
background: linear-gradient(to right, hsl(261, 68%, 81%), hsl(261, 68%, 61%));
gradient dark
background: linear-gradient(to right, hsl(261, 68%, 61%), hsl(261, 68%, 41%))
hex
background-color: #8758DF;
tailwind
bg-[hsl(261,68%,61%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(261, 68%, 61%, 0.4);
css variable
--color-primary: hsl(261, 68%, 61%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(261, 68%, 61%)?
HEX: #8758DF | RGB: rgb(135, 88, 223) | CMYK: 39%, 61%, 0%, 13% | HSV: 261°, 61%, 87%. Copy any format from the conversion table above.
What colors go well with #8758DF?
The complementary color is HSL(81, 68%, 61%). For a triadic harmony, use hues 261°, 21°, and 141°. For analogous combinations, try hues 231° and 291°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(261, 68%, 61%) in CSS?
As HSL: color: hsl(261, 68%, 61%); — As HEX: color: #8758DF; — As RGB: color: rgb(135, 88, 223); — Tailwind CSS: bg-[hsl(261,68%,61%)] — CSS variable: --color-primary: hsl(261, 68%, 61%);